|
FFmpeg
|
Internal context holding per-iter execution data. More...
#include <uops_tmpl.h>
Data Fields | |
| uintptr_t | in [4] |
| uintptr_t | out [4] |
| int | x |
| int | y |
| const SwsOpExec * | exec |
Internal context holding per-iter execution data.
The data pointers will be directly incremented by the corresponding read/write functions.
Definition at line 56 of file uops_tmpl.h.
| uintptr_t SwsOpIter::in[4] |
Definition at line 57 of file uops_tmpl.h.
Referenced by process().
| uintptr_t SwsOpIter::out[4] |
Definition at line 58 of file uops_tmpl.h.
Referenced by process().
| int SwsOpIter::x |
Definition at line 59 of file uops_tmpl.h.
Referenced by process().
| int SwsOpIter::y |
Definition at line 59 of file uops_tmpl.h.
Referenced by process().
| const SwsOpExec* SwsOpIter::exec |
Definition at line 62 of file uops_tmpl.h.
Referenced by process().
1.8.17