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

Field Documentation

◆ name

const char* algo::name

Definition at line 57 of file dct.c.

Referenced by main().

◆ func

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

Definition at line 58 of file dct.c.

◆ perm_type

enum idct_permutation_type algo::perm_type

Definition at line 59 of file dct.c.

Referenced by permute(), and permute_x86().

◆ cpu_flag

int algo::cpu_flag

Definition at line 60 of file dct.c.

◆ nonspec

int algo::nonspec

Definition at line 61 of file dct.c.


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