FFmpeg
|
Data Fields | |
const char * | name |
void(* | func )(int16_t *block) |
enum idct_permutation_type | perm_type |
int | cpu_flag |
int | nonspec |
Definition at line 51 of file dct-test.c.
const char* algo::name |
Definition at line 52 of file dct-test.c.
Referenced by dct_error(), and main().
Definition at line 53 of file dct-test.c.
Referenced by dct_error().
enum idct_permutation_type algo::perm_type |
Definition at line 54 of file dct-test.c.
Referenced by dct_error().
int algo::cpu_flag |
Definition at line 55 of file dct-test.c.
int algo::nonspec |
Definition at line 56 of file dct-test.c.
Referenced by dct_error().