FFmpeg
|
G723.1 unpacked data subframe. More...
#include <g723_1.h>
Data Fields | |
int | ad_cb_lag |
adaptive codebook lag More... | |
int | ad_cb_gain |
int | dirac_train |
int | pulse_sign |
int | grid_index |
int | amp_index |
int | pulse_pos |
int G723_1_Subframe::ad_cb_lag |
adaptive codebook lag
Definition at line 81 of file g723_1.h.
Referenced by acb_search(), ff_g723_1_gen_acb_excitation(), gen_fcb_excitation(), generate_noise(), pack_bitstream(), and unpack_bitstream().
int G723_1_Subframe::ad_cb_gain |
Definition at line 82 of file g723_1.h.
Referenced by acb_search(), ff_g723_1_gen_acb_excitation(), gen_fcb_excitation(), generate_noise(), pack_bitstream(), and unpack_bitstream().
int G723_1_Subframe::dirac_train |
Definition at line 83 of file g723_1.h.
Referenced by gen_fcb_excitation(), pack_bitstream(), pack_fcb_param(), and unpack_bitstream().
int G723_1_Subframe::pulse_sign |
Definition at line 84 of file g723_1.h.
Referenced by gen_fcb_excitation(), pack_bitstream(), pack_fcb_param(), and unpack_bitstream().
int G723_1_Subframe::grid_index |
Definition at line 85 of file g723_1.h.
Referenced by gen_fcb_excitation(), pack_bitstream(), pack_fcb_param(), and unpack_bitstream().
int G723_1_Subframe::amp_index |
Definition at line 86 of file g723_1.h.
Referenced by g723_1_decode_frame(), gen_fcb_excitation(), pack_bitstream(), pack_fcb_param(), and unpack_bitstream().
int G723_1_Subframe::pulse_pos |
Definition at line 87 of file g723_1.h.
Referenced by gen_fcb_excitation(), pack_bitstream(), pack_fcb_param(), and unpack_bitstream().