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

Data Fields

AVCodecContextavctx
 
float stereo_att
 
struct FFIIRFilterCoeffsfcoeffs
 
struct FFIIRFilterState ** fstate
 
struct FFIIRFilterContext fiir
 

Detailed Description

Definition at line 93 of file psymodel.c.

Field Documentation

AVCodecContext* FFPsyPreprocessContext::avctx

Definition at line 94 of file psymodel.c.

Referenced by ff_psy_preprocess(), ff_psy_preprocess_end(), and ff_psy_preprocess_init().

float FFPsyPreprocessContext::stereo_att

Definition at line 95 of file psymodel.c.

struct FFIIRFilterCoeffs* FFPsyPreprocessContext::fcoeffs

Definition at line 96 of file psymodel.c.

Referenced by ff_psy_preprocess(), ff_psy_preprocess_end(), and ff_psy_preprocess_init().

struct FFIIRFilterState** FFPsyPreprocessContext::fstate

Definition at line 97 of file psymodel.c.

Referenced by ff_psy_preprocess(), ff_psy_preprocess_end(), and ff_psy_preprocess_init().

struct FFIIRFilterContext FFPsyPreprocessContext::fiir

Definition at line 98 of file psymodel.c.

Referenced by ff_psy_preprocess(), and ff_psy_preprocess_init().


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