|
FFmpeg
|
#include <uops.h>
Data Fields | |
| SwsPixelType | type |
| SwsUOpType | uop |
| SwsCompMask | mask |
| SwsUOpParams | par |
| union { | |
| SwsFilterWeights * kernel | |
| SwsPixel * ptr | |
| SwsPixel scalar | |
| SwsPixel vec4 [4] | |
| SwsPixel mat4 [4][5] | |
| void * opaque | |
| } | data |
| SwsPixelType SwsUOp::type |
Definition at line 203 of file uops.h.
Referenced by check_add(), check_cast(), check_clamp(), check_clear(), check_dither(), check_expand(), check_expand_bit(), check_filter(), check_filter_h_4x4(), check_linear(), check_pack(), check_read(), check_scale(), check_shift(), check_swap_bytes(), check_swizzle(), check_unpack(), check_write(), compile(), ff_sws_setup_scalar(), ff_sws_setup_vec4(), ff_sws_uops_macros_gen(), generate_entry_args(), generate_entry_struct(), hscale_sizeof_weight(), normalize_clear(), setup_filter_h(), setup_filter_h_4x4(), setup_scale(), translate_dither_op(), translate_linear_op(), translate_op(), translate_rw_op(), and translate_swizzle().
| SwsUOpType SwsUOp::uop |
Definition at line 204 of file uops.h.
Referenced by check_cast(), check_expand(), check_filter(), check_read(), check_write(), compile(), DECL_SETUP(), ff_sws_uop_lookup(), generate_entry_args(), generate_entry_struct(), setup_rw_packed(), translate_dither_op(), translate_linear_op(), translate_move(), translate_op(), translate_rw_op(), translate_swizzle(), and uop_uninit().
| SwsCompMask SwsUOp::mask |
Definition at line 205 of file uops.h.
Referenced by check_add(), check_cast(), check_clamp(), check_clear(), check_dither(), check_expand(), check_expand_bit(), check_filter(), check_read(), check_scale(), check_shift(), check_swap_bytes(), check_swizzle(), check_write(), generate_entry_args(), generate_entry_struct(), setup_filter_h(), setup_filter_h_4x4(), setup_rw_packed(), translate_dither_op(), translate_linear_op(), translate_op(), and translate_swizzle().
| SwsUOpParams SwsUOp::par |
Definition at line 206 of file uops.h.
Referenced by check_clear(), check_dither(), check_linear(), check_pack(), check_swizzle(), check_unpack(), DECL_SETUP(), generate_entry_args(), generate_entry_struct(), translate_dither_op(), translate_linear_op(), translate_move(), translate_op(), translate_rw_op(), and translate_swizzle().
| SwsFilterWeights* SwsUOp::kernel |
Definition at line 210 of file uops.h.
Referenced by check_filter_h_4x4(), setup_filter_h(), setup_filter_h_4x4(), setup_filter_v(), translate_rw_op(), and uop_uninit().
| SwsPixel* SwsUOp::ptr |
Definition at line 211 of file uops.h.
Referenced by DECL_SETUP(), setup_dither(), translate_dither_op(), and uop_uninit().
| SwsPixel SwsUOp::scalar |
Definition at line 212 of file uops.h.
Referenced by ff_sws_setup_scalar(), setup_scale(), and translate_op().
| SwsPixel SwsUOp::vec4[4] |
Definition at line 213 of file uops.h.
Referenced by ff_sws_setup_vec4(), normalize_clear(), setup_clear(), translate_dither_op(), and translate_op().
| SwsPixel SwsUOp::mat4[4][5] |
Definition at line 214 of file uops.h.
Referenced by DECL_SETUP(), setup_linear(), and translate_linear_op().
| union { ... } SwsUOp::data |
Referenced by check_filter_h_4x4(), DECL_SETUP(), ff_sws_setup_scalar(), ff_sws_setup_vec4(), normalize_clear(), setup_clear(), setup_dither(), setup_filter_h(), setup_filter_h_4x4(), setup_filter_v(), setup_linear(), setup_scale(), translate_dither_op(), translate_linear_op(), translate_op(), translate_rw_op(), and uop_uninit().
1.8.17