|
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] | |
| SwsShuffleMask shuffle | |
| void * opaque | |
| } | data |
| SwsPixelType SwsUOp::type |
Definition at line 259 of file uops.h.
Referenced by check_cast(), check_dither(), check_filter_h_4x4(), check_linear(), check_scalar(), check_scale(), check_uop(), check_vec4(), compile_uops_x86(), ff_sws_setup_scalar(), ff_sws_setup_vec4(), generate_entry_args(), generate_entry_struct(), hscale_sizeof_weight(), normalize_clear(), setup_filter_h(), setup_filter_h_4x4(), setup_scale(), solve_shuffle(), translate_dither_op(), translate_linear_op(), translate_op(), and translate_rw_op().
| SwsUOpType SwsUOp::uop |
Definition at line 260 of file uops.h.
Referenced by check_cast(), check_compiled(), check_filter(), check_uop(), check_write(), compile_uops_x86(), ff_sws_shuffle_mask(), ff_sws_uop_lookup(), generate_entry_args(), generate_entry_struct(), setup_rw_packed(), solve_shuffle(), translate_dither_op(), translate_linear_op(), translate_op(), translate_rw_op(), translate_swizzle(), and uop_uninit().
| SwsCompMask SwsUOp::mask |
Definition at line 261 of file uops.h.
Referenced by check_cast(), check_pack(), check_read(), check_swizzle(), check_unpack(), check_uop(), check_write(), generate_entry_args(), generate_entry_struct(), setup_filter_h(), setup_filter_h_4x4(), setup_rw_packed(), solve_shuffle(), translate_dither_op(), translate_linear_op(), translate_op(), and translate_swizzle().
| SwsUOpParams SwsUOp::par |
Definition at line 262 of file uops.h.
Referenced by check_dither(), check_linear(), check_pack(), check_unpack(), check_uop(), DECL_SETUP(), ff_sws_shuffle_mask(), generate_entry_args(), generate_entry_struct(), solve_shuffle(), translate_dither_op(), translate_linear_op(), translate_op(), translate_rw_op(), translate_shuffle(), and translate_swizzle().
| SwsFilterWeights* SwsUOp::kernel |
Definition at line 266 of file uops.h.
Referenced by check_compiled(), check_filter(), check_filter_h_4x4(), setup_filter_h(), setup_filter_h_4x4(), translate_rw_op(), and uop_uninit().
| SwsPixel* SwsUOp::ptr |
Definition at line 267 of file uops.h.
Referenced by check_dither(), DECL_SETUP(), translate_dither_op(), and uop_uninit().
| SwsPixel SwsUOp::scalar |
Definition at line 268 of file uops.h.
Referenced by check_scalar(), check_scale(), ff_sws_setup_scalar(), setup_scale(), and translate_op().
| SwsPixel SwsUOp::vec4[4] |
Definition at line 269 of file uops.h.
Referenced by check_vec4(), ff_sws_setup_vec4(), normalize_clear(), setup_clear(), solve_shuffle(), translate_dither_op(), and translate_op().
| SwsPixel SwsUOp::mat4[4][5] |
Definition at line 270 of file uops.h.
Referenced by check_linear(), DECL_SETUP(), setup_linear(), and translate_linear_op().
| SwsShuffleMask SwsUOp::shuffle |
Definition at line 271 of file uops.h.
Referenced by ff_sws_shuffle_mask(), and translate_shuffle().
| union { ... } SwsUOp::data |
Referenced by check_compiled(), check_dither(), check_filter(), check_filter_h_4x4(), check_linear(), check_scalar(), check_scale(), check_vec4(), DECL_SETUP(), ff_sws_setup_scalar(), ff_sws_setup_vec4(), ff_sws_shuffle_mask(), normalize_clear(), setup_clear(), setup_filter_h(), setup_filter_h_4x4(), setup_linear(), setup_scale(), solve_shuffle(), translate_dither_op(), translate_linear_op(), translate_op(), translate_rw_op(), translate_shuffle(), and uop_uninit().
1.8.17