FFmpeg
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 52 of file dct.c.

Field Documentation

◆ name

const char* algo::name

Definition at line 53 of file dct.c.

Referenced by dct_error(), and main().

◆ func

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

Definition at line 54 of file dct.c.

Referenced by dct_error().

◆ perm_type

enum idct_permutation_type algo::perm_type

Definition at line 55 of file dct.c.

Referenced by dct_error(), permute(), and permute_x86().

◆ cpu_flag

int algo::cpu_flag

Definition at line 56 of file dct.c.

◆ nonspec

int algo::nonspec

Definition at line 57 of file dct.c.

Referenced by dct_error().


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