|
FFmpeg
|
#include <uops.h>
Data Fields | |
| SwsUOp * | ops |
| int | num_ops |
| SwsCompMask | planes_in |
| SwsCompMask | planes_out |
| int | pixel_size_max |
| SwsUOp* SwsUOpList::ops |
Definition at line 293 of file uops.h.
Referenced by compile_uops_c(), compile_uops_x86(), ff_sws_uop_list_append(), ff_sws_uop_list_free(), ff_sws_uop_list_optimize(), ff_sws_uop_list_remove_at(), print_ops(), register_flags(), run_test(), and solve_shuffle().
| int SwsUOpList::num_ops |
Definition at line 294 of file uops.h.
Referenced by compile_uops_c(), compile_uops_x86(), ff_sws_uop_list_append(), ff_sws_uop_list_free(), ff_sws_uop_list_optimize(), ff_sws_uop_list_remove_at(), print_ops(), register_flags(), and solve_shuffle().
| SwsCompMask SwsUOpList::planes_in |
Definition at line 297 of file uops.h.
Referenced by compile_uops_x86(), and translate_rw_op().
| SwsCompMask SwsUOpList::planes_out |
Definition at line 298 of file uops.h.
Referenced by compile_uops_x86(), and translate_rw_op().
| int SwsUOpList::pixel_size_max |
Definition at line 299 of file uops.h.
Referenced by compile_uops_x86(), ff_sws_ops_translate(), and run_test().
1.8.17