|
FFmpeg
|
#include <ops_chain.h>
Data Fields | |
| const SwsOpTable * | table |
| const SwsOp * | op |
| SwsContext * | ctx |
Definition at line 105 of file ops_chain.h.
| const SwsOpTable* SwsImplParams::table |
Definition at line 106 of file ops_chain.h.
| const SwsOp* SwsImplParams::op |
Definition at line 107 of file ops_chain.h.
Referenced by ff_sws_setup_q(), ff_sws_setup_q4(), ff_sws_setup_u(), ff_sws_setup_u8(), setup_clear(), setup_dither(), setup_linear(), setup_rw(), setup_shift(), and setup_swap_bytes().
| SwsContext* SwsImplParams::ctx |
Definition at line 108 of file ops_chain.h.
Referenced by ff_sws_op_compile_tables().
1.8.17