#include <ops.h>
Examples: rgba = 4x u8 packed yuv444p = 3x u8 rgb565 = 1x u16 <- use SWS_OP_UNPACK to unpack monow = 1x u8 (frac 3) rgb4 = 1x u8 (frac 1) pal8 = 4x u8 (palette)
Definition at line 122 of file ops.h.
Referenced by ff_sws_op_list_is_noop(), ff_sws_op_list_optimize(), ff_sws_op_list_split_planes(), and op_list_get_plane_copy().
Definition at line 123 of file ops.h.
Referenced by ff_sws_op_list_is_noop(), ff_sws_op_list_optimize(), ff_sws_op_list_split_planes(), op_list_get_plane_copy(), and select_planes().
Definition at line 124 of file ops.h.
Referenced by ff_sws_op_list_is_noop(), ff_sws_op_list_optimize(), and op_list_get_plane_copy().
Definition at line 134 of file ops.h.
Referenced by ff_sws_op_list_is_noop(), and ff_sws_op_list_optimize().
Definition at line 135 of file ops.h.
Referenced by ff_sws_op_list_optimize().
Definition at line 136 of file ops.h.
Referenced by ff_sws_op_list_optimize().
Filter kernel to apply to each plane while sampling.
Currently, only one shared filter kernel is supported for all planes. (Optional)
Note: As with SWS_OP_FILTER_*, if a filter kernel is in use, the read operation will always output floating point values.
Referenced by ff_sws_op_list_is_noop(), and ff_sws_op_list_optimize().