|
FFmpeg
|
#include <ops_asmgen.h>
Data Fields | |
| RasmOp | sl [4] |
| RasmOp | sh [4] |
| RasmOp | dl [4] |
| RasmOp | dh [4] |
| RasmOp | vt [12] |
| RasmOp | vk [4] |
| union { | |
| RasmOp dither_ptr | |
| RasmOp linear_vcoeff [4][5] | |
| }; | |
Definition at line 27 of file ops_asmgen.h.
| RasmOp SwsAArch64OpRegs::sl[4] |
Definition at line 28 of file ops_asmgen.h.
Referenced by asmgen_op_convert(), asmgen_op_dither(), asmgen_op_expand(), asmgen_op_lshift(), asmgen_op_max(), asmgen_op_min(), asmgen_op_pack(), asmgen_op_rshift(), asmgen_op_scale(), asmgen_op_swap_bytes(), asmgen_op_unpack(), asmgen_op_write_bit(), asmgen_op_write_nibble(), asmgen_op_write_packed(), asmgen_op_write_planar(), asmgen_setup_linear(), init_vectors_cps(), linear_pass(), reshape_io_vectors(), and swizzle_a64op().
| RasmOp SwsAArch64OpRegs::sh[4] |
Definition at line 29 of file ops_asmgen.h.
Referenced by asmgen_op_convert(), asmgen_op_dither(), asmgen_op_lshift(), asmgen_op_max(), asmgen_op_min(), asmgen_op_pack(), asmgen_op_rshift(), asmgen_op_scale(), asmgen_op_swap_bytes(), asmgen_op_unpack(), asmgen_op_write_packed(), asmgen_op_write_planar(), asmgen_setup_linear(), init_vectors_cps(), linear_pass(), reshape_io_vectors(), and swizzle_a64op().
| RasmOp SwsAArch64OpRegs::dl[4] |
Definition at line 30 of file ops_asmgen.h.
Referenced by asmgen_op_clear(), asmgen_op_convert(), asmgen_op_dither(), asmgen_op_expand(), asmgen_op_lshift(), asmgen_op_max(), asmgen_op_min(), asmgen_op_pack(), asmgen_op_read_bit(), asmgen_op_read_nibble(), asmgen_op_read_packed(), asmgen_op_read_planar(), asmgen_op_rshift(), asmgen_op_scale(), asmgen_op_swap_bytes(), asmgen_op_unpack(), init_vectors_cps(), linear_pass(), reshape_io_vectors(), and swizzle_a64op().
| RasmOp SwsAArch64OpRegs::dh[4] |
Definition at line 31 of file ops_asmgen.h.
Referenced by asmgen_op_clear(), asmgen_op_convert(), asmgen_op_dither(), asmgen_op_expand(), asmgen_op_lshift(), asmgen_op_max(), asmgen_op_min(), asmgen_op_pack(), asmgen_op_read_packed(), asmgen_op_read_planar(), asmgen_op_rshift(), asmgen_op_scale(), asmgen_op_swap_bytes(), asmgen_op_unpack(), init_vectors_cps(), linear_pass(), reshape_io_vectors(), and swizzle_a64op().
| RasmOp SwsAArch64OpRegs::vt[12] |
Definition at line 32 of file ops_asmgen.h.
Referenced by asmgen_op_dither(), asmgen_op_read_bit(), asmgen_op_read_nibble(), asmgen_op_write_bit(), asmgen_op_write_nibble(), asmgen_setup_linear(), asmgen_setup_max(), asmgen_setup_min(), init_vectors_cps(), linear_pass(), reshape_temp_vectors(), and swizzle_a64op().
| RasmOp SwsAArch64OpRegs::vk[4] |
Definition at line 33 of file ops_asmgen.h.
Referenced by asmgen_op_clear(), asmgen_op_max(), asmgen_op_min(), asmgen_op_read_bit(), asmgen_op_read_nibble(), asmgen_op_scale(), asmgen_op_unpack(), asmgen_op_write_bit(), asmgen_setup_clear(), asmgen_setup_linear(), asmgen_setup_max(), asmgen_setup_min(), asmgen_setup_read_bit(), asmgen_setup_read_nibble(), asmgen_setup_scale(), asmgen_setup_unpack(), asmgen_setup_write_bit(), init_vectors_cps(), and reshape_const_vectors().
| RasmOp SwsAArch64OpRegs::dither_ptr |
Definition at line 37 of file ops_asmgen.h.
Referenced by asmgen_op_dither(), and asmgen_setup_dither().
| RasmOp SwsAArch64OpRegs::linear_vcoeff[4][5] |
Definition at line 38 of file ops_asmgen.h.
Referenced by asmgen_setup_linear(), and linear_pass().
| union { ... } |
1.8.17