Public Types | |
enum | { FDCT, IDCT } |
enum | formattag { NO_PERM, MMX_PERM, MMX_SIMPLE_PERM, SCALE_PERM, SSE2_PERM, PARTTRANS_PERM } |
Data Fields | |
const char * | name |
enum algo:: { ... } | is_idct |
void(* | func )(DCTELEM *block) |
void(* | ref )(DCTELEM *block) |
enum algo::formattag | format |
int | mm_support |
Definition at line 69 of file dct-test.c.
anonymous enum |
enum algo::formattag |
Definition at line 74 of file dct-test.c.
void(* algo::func)(DCTELEM *block) |
enum { ... } algo::is_idct |
int algo::mm_support |
Definition at line 75 of file dct-test.c.
const char* algo::name |