FFmpeg
Data Fields
SwsOpExec Struct Reference

Global execution context for all compiled functions. More...

#include <ops_internal.h>

Data Fields

const uint8_t * in [4]
 
uint8_t * out [4]
 
ptrdiff_t in_stride [4]
 
ptrdiff_t out_stride [4]
 
ptrdiff_t in_bump [4]
 
ptrdiff_t out_bump [4]
 
int32_t width
 
int32_t height
 
int32_t slice_y
 
int32_t slice_h
 
int32_t block_size_in
 
int32_t block_size_out
 

Detailed Description

Global execution context for all compiled functions.

Note: This struct is hard-coded in assembly, so do not change the layout without updating the corresponding assembly definitions.

Definition at line 56 of file ops_internal.h.

Field Documentation

◆ in

const uint8_t* SwsOpExec::in[4]

Definition at line 58 of file ops_internal.h.

Referenced by check_ops(), and process().

◆ out

uint8_t* SwsOpExec::out[4]

Definition at line 59 of file ops_internal.h.

Referenced by check_ops(), and process().

◆ in_stride

ptrdiff_t SwsOpExec::in_stride[4]

Definition at line 62 of file ops_internal.h.

Referenced by check_ops(), and process().

◆ out_stride

ptrdiff_t SwsOpExec::out_stride[4]

Definition at line 63 of file ops_internal.h.

Referenced by check_ops(), and process().

◆ in_bump

ptrdiff_t SwsOpExec::in_bump[4]

Definition at line 66 of file ops_internal.h.

Referenced by check_ops().

◆ out_bump

ptrdiff_t SwsOpExec::out_bump[4]

Definition at line 67 of file ops_internal.h.

Referenced by check_ops().

◆ width

int32_t SwsOpExec::width

Definition at line 70 of file ops_internal.h.

Referenced by check_ops(), and process().

◆ height

int32_t SwsOpExec::height

Definition at line 70 of file ops_internal.h.

Referenced by check_ops().

◆ slice_y

int32_t SwsOpExec::slice_y

Definition at line 71 of file ops_internal.h.

◆ slice_h

int32_t SwsOpExec::slice_h

Definition at line 71 of file ops_internal.h.

Referenced by check_ops().

◆ block_size_in

int32_t SwsOpExec::block_size_in

Definition at line 72 of file ops_internal.h.

Referenced by check_ops().

◆ block_size_out

int32_t SwsOpExec::block_size_out

Definition at line 73 of file ops_internal.h.

Referenced by check_ops(), and process().


The documentation for this struct was generated from the following file: