|
FFmpeg
|
SwsAArch64OpImplParams describes the parameters for an SwsAArch64OpType operation. More...
#include <ops_impl.h>
Data Fields | |
| SwsAArch64OpType | op |
| SwsAArch64OpMask | mask |
| SwsAArch64PixelType | type |
| uint8_t | block_size |
| union { | |
| uint8_t shift | |
| SwsAArch64OpMask swizzle | |
| SwsAArch64OpMask pack | |
| SwsAArch64PixelType to_type | |
| SwsAArch64LinearOp linear | |
| SwsAArch64DitherOp dither | |
| }; | |
SwsAArch64OpImplParams describes the parameters for an SwsAArch64OpType operation.
It consists of simplified parameters from the SwsOp structure, with the purpose of being straight-forward to implement and execute.
Definition at line 94 of file ops_impl.h.
| SwsAArch64OpType SwsAArch64OpImplParams::op |
Definition at line 95 of file ops_impl.h.
Referenced by aarch64_collect_process(), aarch64_compile(), aarch64_op_impl_cmp(), aarch64_op_impl_lookup_str(), asmgen(), impl_func_name(), register_op(), and serialize_op().
| SwsAArch64OpMask SwsAArch64OpImplParams::mask |
Definition at line 96 of file ops_impl.h.
| SwsAArch64PixelType SwsAArch64OpImplParams::type |
Definition at line 97 of file ops_impl.h.
| uint8_t SwsAArch64OpImplParams::block_size |
Definition at line 98 of file ops_impl.h.
| uint8_t SwsAArch64OpImplParams::shift |
Definition at line 100 of file ops_impl.h.
| SwsAArch64OpMask SwsAArch64OpImplParams::swizzle |
Definition at line 101 of file ops_impl.h.
| SwsAArch64OpMask SwsAArch64OpImplParams::pack |
Definition at line 102 of file ops_impl.h.
| SwsAArch64PixelType SwsAArch64OpImplParams::to_type |
Definition at line 103 of file ops_impl.h.
| SwsAArch64LinearOp SwsAArch64OpImplParams::linear |
Definition at line 104 of file ops_impl.h.
Referenced by register_op().
| SwsAArch64DitherOp SwsAArch64OpImplParams::dither |
Definition at line 105 of file ops_impl.h.
| union { ... } |
1.8.17