FFmpeg
Data Fields
PPFParam Struct Reference

Pitch postfilter parameters. More...

#include <g723_1.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 93 of file g723_1.h.

Field Documentation

◆ index

int PPFParam::index

postfilter backward/forward lag

Definition at line 94 of file g723_1.h.

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

◆ opt_gain

int16_t PPFParam::opt_gain

optimal gain

Definition at line 95 of file g723_1.h.

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

◆ sc_gain

int16_t PPFParam::sc_gain

scaling gain

Definition at line 96 of file g723_1.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: