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