FFmpeg
|
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 |
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.
const uint8_t* SwsOpExec::in[4] |
Definition at line 58 of file ops_internal.h.
Referenced by check_ops(), and process().
uint8_t* SwsOpExec::out[4] |
Definition at line 59 of file ops_internal.h.
Referenced by check_ops(), and process().
ptrdiff_t SwsOpExec::in_stride[4] |
Definition at line 62 of file ops_internal.h.
Referenced by check_ops(), and process().
ptrdiff_t SwsOpExec::out_stride[4] |
Definition at line 63 of file ops_internal.h.
Referenced by check_ops(), and process().
ptrdiff_t SwsOpExec::in_bump[4] |
Definition at line 66 of file ops_internal.h.
Referenced by check_ops().
ptrdiff_t SwsOpExec::out_bump[4] |
Definition at line 67 of file ops_internal.h.
Referenced by check_ops().
int32_t SwsOpExec::width |
Definition at line 70 of file ops_internal.h.
Referenced by check_ops(), and process().
int32_t SwsOpExec::height |
Definition at line 70 of file ops_internal.h.
Referenced by check_ops().
int32_t SwsOpExec::slice_y |
Definition at line 71 of file ops_internal.h.
int32_t SwsOpExec::slice_h |
Definition at line 71 of file ops_internal.h.
Referenced by check_ops().
int32_t SwsOpExec::block_size_in |
Definition at line 72 of file ops_internal.h.
Referenced by check_ops().
int32_t SwsOpExec::block_size_out |
Definition at line 73 of file ops_internal.h.
Referenced by check_ops(), and process().