|
FFmpeg
|
#include <ops.h>
Data Fields | |
| union { | |
| uint32_t mask | |
| uint8_t in [4] | |
| struct { | |
| uint8_t x | |
| uint8_t y | |
| uint8_t z | |
| uint8_t w | |
| } | |
| }; | |
| Input component for each output component: Out[x] := In[swizzle.in[x]]. More... | |
| uint32_t SwsSwizzleOp::mask |
Definition at line 120 of file ops.h.
Referenced by extract_swizzle().
| uint8_t SwsSwizzleOp::in[4] |
Definition at line 121 of file ops.h.
Referenced by extract_swizzle(), and ff_sws_op_list_optimize().
| union { ... } |
Input component for each output component: Out[x] := In[swizzle.in[x]].
1.8.17