| FFmpeg
    | 
FFPsyPreprocessContext Struct Reference
  
Collaboration diagram for FFPsyPreprocessContext:

| Data Fields | |
| AVCodecContext * | avctx | 
| float | stereo_att | 
| struct FFIIRFilterCoeffs * | fcoeffs | 
| struct FFIIRFilterState ** | fstate | 
| struct FFIIRFilterContext | fiir | 
Detailed Description
Definition at line 86 of file psymodel.c.
Field Documentation
| AVCodecContext* FFPsyPreprocessContext::avctx | 
Definition at line 87 of file psymodel.c.
Referenced by ff_psy_preprocess(), ff_psy_preprocess_end(), and ff_psy_preprocess_init().
| struct FFIIRFilterCoeffs* FFPsyPreprocessContext::fcoeffs | 
Definition at line 89 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 91 of file psymodel.c.
Referenced by ff_psy_preprocess(), and ff_psy_preprocess_init().
| struct FFIIRFilterState** FFPsyPreprocessContext::fstate | 
Definition at line 90 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 88 of file psymodel.c.
The documentation for this struct was generated from the following file:
Generated on Fri Oct 31 2025 06:56:26 for FFmpeg by
 1.8.11
 1.8.11