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

Pitch postfilter parameters. More...

#include <g723_1_data.h>

Data Fields

int index
 postfilter backward/forward lag More...
 
int16_t opt_gain
 optimal gain More...
 
int16_t sc_gain
 scaling gain More...
 

Detailed Description

Pitch postfilter parameters.

Definition at line 81 of file g723_1_data.h.

Field Documentation

int PPFParam::index

postfilter backward/forward lag

Definition at line 82 of file g723_1_data.h.

Referenced by comp_ppf_coeff(), comp_ppf_gains(), and g723_1_decode_frame().

int16_t PPFParam::opt_gain

optimal gain

Definition at line 83 of file g723_1_data.h.

Referenced by comp_ppf_coeff(), comp_ppf_gains(), and g723_1_decode_frame().

int16_t PPFParam::sc_gain

scaling gain

Definition at line 84 of file g723_1_data.h.

Referenced by comp_ppf_coeff(), comp_ppf_gains(), and g723_1_decode_frame().


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