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 )(DCTELEM *block) |
enum algo::formattag | format |
int | mm_support |
int | nonspec |
Definition at line 70 of file dct-test.c.
enum algo::formattag |
Definition at line 73 of file dct-test.c.
Referenced by dct_error().
void(* algo::func)(DCTELEM *block) |
Referenced by dct_error().
int algo::mm_support |
const char* algo::name |
int algo::nonspec |