|
FFmpeg
|
#include <ops.h>
Data Fields | |
| SwsOpType | op |
| SwsPixelType | type |
| union { | |
| SwsLinearOp lin | |
| SwsReadWriteOp rw | |
| SwsPackOp pack | |
| SwsSwizzleOp swizzle | |
| SwsShiftOp shift | |
| SwsClearOp clear | |
| SwsConvertOp convert | |
| SwsClampOp clamp | |
| SwsScaleOp scale | |
| SwsDitherOp dither | |
| SwsFilterOp filter | |
| }; | |
| SwsComps | comps |
| Metadata about the operation's input/output components. More... | |
| SwsOpType SwsOp::op |
Definition at line 211 of file ops.h.
Referenced by check_ops(), ff_sws_op_list_optimize(), ff_sws_op_list_output(), op_commute_clear(), op_commute_filter(), op_commute_swizzle(), and select_planes().
| SwsPixelType SwsOp::type |
Definition at line 212 of file ops.h.
Referenced by check_compiled(), check_ops(), ff_sws_op_list_is_noop(), ff_sws_op_list_max_size(), ff_sws_op_list_optimize(), op_commute_clear(), and op_commute_filter().
| SwsLinearOp SwsOp::lin |
Definition at line 214 of file ops.h.
Referenced by ff_sws_op_list_optimize().
| SwsReadWriteOp SwsOp::rw |
Definition at line 215 of file ops.h.
Referenced by check_compiled(), ff_sws_op_list_is_noop(), ff_sws_op_list_optimize(), ff_sws_op_list_split_planes(), and select_planes().
| SwsPackOp SwsOp::pack |
Definition at line 216 of file ops.h.
Referenced by ff_sws_op_list_optimize().
| SwsSwizzleOp SwsOp::swizzle |
Definition at line 217 of file ops.h.
Referenced by ff_sws_op_list_optimize(), and op_commute_clear().
| SwsShiftOp SwsOp::shift |
Definition at line 218 of file ops.h.
Referenced by ff_sws_op_list_optimize().
| SwsClearOp SwsOp::clear |
Definition at line 219 of file ops.h.
Referenced by ff_sws_op_list_optimize().
| SwsConvertOp SwsOp::convert |
Definition at line 220 of file ops.h.
Referenced by ff_sws_op_list_optimize(), op_commute_clear(), and op_commute_swizzle().
| SwsClampOp SwsOp::clamp |
Definition at line 221 of file ops.h.
Referenced by op_commute_swizzle().
| SwsScaleOp SwsOp::scale |
Definition at line 222 of file ops.h.
Referenced by ff_sws_op_list_optimize().
| SwsDitherOp SwsOp::dither |
Definition at line 223 of file ops.h.
Referenced by op_commute_swizzle().
| SwsFilterOp SwsOp::filter |
Definition at line 224 of file ops.h.
Referenced by op_commute_clear(), and op_commute_swizzle().
| union { ... } |
| SwsComps SwsOp::comps |
Metadata about the operation's input/output components.
Discarded and regenerated automatically by ff_sws_op_list_update_comps().
Note that backends may rely on the presence and accuracy of this metadata for all operations, during ff_sws_ops_compile().
Definition at line 234 of file ops.h.
Referenced by ff_sws_op_list_optimize(), ff_sws_op_list_split_at(), and ff_sws_ops_translate().
1.8.17