|
FFmpeg
|
#include <ops_chain.h>
Data Fields | |
| const SwsOpTable * | table |
| union { | |
| const SwsUOp * uop | |
| 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.
Referenced by ff_sws_uop_lookup(), setup_filter_h(), and setup_filter_h_4x4().
| const SwsUOp* SwsImplParams::uop |
Definition at line 108 of file ops_chain.h.
Referenced by check_filter_h_4x4(), ff_sws_setup_scalar(), ff_sws_setup_vec4(), setup_clear(), setup_dither(), setup_filter_h(), setup_filter_h_4x4(), setup_filter_v(), setup_linear(), setup_rw_packed(), and setup_scale().
| const SwsOp* SwsImplParams::op |
Definition at line 109 of file ops_chain.h.
Referenced by ff_sws_setup_clamp(), ff_sws_setup_clear(), and ff_sws_setup_scale().
| union { ... } |
| SwsContext* SwsImplParams::ctx |
Definition at line 111 of file ops_chain.h.
Referenced by check_filter_h_4x4(), and ff_sws_uop_lookup().
1.8.17