|
FFmpeg
|
SwsAArch64OpImplParams describes the parameters for an SwsUOpType operation. More...
#include <ops_impl.h>
Data Fields | |
| SwsUOpType | uop |
| SwsCompMask | mask |
| SwsPixelType | type |
| uint8_t | block_size |
| SwsUOpParams | par |
SwsAArch64OpImplParams describes the parameters for an SwsUOpType operation.
It consists of simplified parameters from the SwsOp structure, with the purpose of being straight-forward to implement and execute.
Definition at line 47 of file ops_impl.h.
| SwsUOpType SwsAArch64OpImplParams::uop |
Definition at line 48 of file ops_impl.h.
Referenced by aarch64_op_impl_cmp(), check_filter_h_4x4(), collect_ops_compile(), DECL_SETUP(), ff_sws_setup_scalar(), ff_sws_setup_vec4(), serialize_op(), setup_clear(), setup_dither(), setup_filter_h(), setup_filter_h_4x4(), setup_filter_v(), setup_linear(), setup_rw_packed(), and setup_scale().
| SwsCompMask SwsAArch64OpImplParams::mask |
Definition at line 49 of file ops_impl.h.
Referenced by aarch64_op_impl_cmp(), and serialize_op().
| SwsPixelType SwsAArch64OpImplParams::type |
Definition at line 50 of file ops_impl.h.
Referenced by aarch64_op_impl_cmp(), deint_vaapi_build_filter_params(), ff_aom_apply_film_grain(), ff_h274_apply_film_grain(), serialize_op(), and vaapi_encode_make_packed_header().
| uint8_t SwsAArch64OpImplParams::block_size |
Definition at line 51 of file ops_impl.h.
Referenced by aarch64_op_impl_cmp(), serialize_op(), setup_filter_h(), and setup_filter_h_4x4().
| SwsUOpParams SwsAArch64OpImplParams::par |
Definition at line 52 of file ops_impl.h.
Referenced by aarch64_op_impl_cmp(), linear_num_vregs(), and serialize_op().
1.8.17