FFmpeg
|
Public Types | |
enum | formattag { NO_PERM, MMX_PERM, MMX_SIMPLE_PERM, SCALE_PERM, SSE2_PERM, PARTTRANS_PERM, TRANSPOSE_PERM } |
Data Fields | |
const char * | name |
void(* | func )(int16_t *block) |
enum algo::formattag | format |
int | mm_support |
int | nonspec |
Definition at line 60 of file dct-test.c.
enum algo::formattag |
Definition at line 63 of file dct-test.c.
const char* algo::name |
Definition at line 61 of file dct-test.c.
Referenced by dct_error(), and main().
Definition at line 62 of file dct-test.c.
Referenced by dct_error().
enum algo::formattag algo::format |
Referenced by dct_error().
int algo::mm_support |
Definition at line 65 of file dct-test.c.
Referenced by main().
int algo::nonspec |
Definition at line 66 of file dct-test.c.
Referenced by dct_error().