|
FFmpeg
|
Implementation parameters for all exported functions. More...
Data Fields | |
| const char * | name |
| SwsAArch64OpImplParams | params |
Implementation parameters for all exported functions.
This list is compiled by performing a dummy run of all conversions in sws_ops and collecting all functions that need to be generated. This is achieved by running: make fate-sws-ops-entries-aarch64 GEN=1
Definition at line 108 of file ops_static.c.
| const char* SwsAArch64OpEntry::name |
Definition at line 109 of file ops_static.c.
Referenced by asmgen().
| SwsAArch64OpImplParams SwsAArch64OpEntry::params |
Definition at line 110 of file ops_static.c.
1.8.17