FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
algo Struct Reference

Data Fields

const char * name
 
void(* func )(int16_t *block)
 
enum idct_permutation_type perm_type
 
int cpu_flag
 
int nonspec
 

Detailed Description

Definition at line 51 of file dct-test.c.

Field Documentation

const char* algo::name

Definition at line 52 of file dct-test.c.

Referenced by dct_error(), and main().

void(* algo::func)(int16_t *block)

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.

Referenced by main().

int algo::nonspec

Definition at line 56 of file dct-test.c.

Referenced by dct_error().


The documentation for this struct was generated from the following file: