FFmpeg
|
Optimized fixed codebook excitation parameters. More...
#include <g723_1.h>
Data Fields | |
int | min_err |
int | amp_index |
int | grid_index |
int | dirac_train |
int | pulse_pos [PULSE_MAX] |
int | pulse_sign [PULSE_MAX] |
int FCBParam::min_err |
Definition at line 111 of file g723_1.h.
Referenced by fcb_search(), and get_fcb_param().
int FCBParam::amp_index |
Definition at line 112 of file g723_1.h.
Referenced by get_fcb_param(), and pack_fcb_param().
int FCBParam::grid_index |
Definition at line 113 of file g723_1.h.
Referenced by get_fcb_param(), and pack_fcb_param().
int FCBParam::dirac_train |
Definition at line 114 of file g723_1.h.
Referenced by fcb_search(), get_fcb_param(), and pack_fcb_param().
int FCBParam::pulse_pos[PULSE_MAX] |
Definition at line 115 of file g723_1.h.
Referenced by fcb_search(), and get_fcb_param().
int FCBParam::pulse_sign[PULSE_MAX] |
Definition at line 116 of file g723_1.h.
Referenced by fcb_search(), and get_fcb_param().