| 
    FFmpeg
    
   | 
 
G723.1 unpacked data subframe. More...
#include <g723_1_data.h>
Data Fields | |
| int | ad_cb_lag | 
| adaptive codebook lag   | |
| int | ad_cb_gain | 
| int | dirac_train | 
| int | pulse_sign | 
| int | grid_index | 
| int | amp_index | 
| int | pulse_pos | 
G723.1 unpacked data subframe.
Definition at line 68 of file g723_1_data.h.
| int G723_1_Subframe::ad_cb_lag | 
adaptive codebook lag
Definition at line 69 of file g723_1_data.h.
Referenced by gen_acb_excitation(), gen_fcb_excitation(), generate_noise(), and unpack_bitstream().
| int G723_1_Subframe::ad_cb_gain | 
Definition at line 70 of file g723_1_data.h.
Referenced by gen_acb_excitation(), gen_fcb_excitation(), generate_noise(), and unpack_bitstream().
| int G723_1_Subframe::dirac_train | 
Definition at line 71 of file g723_1_data.h.
Referenced by gen_fcb_excitation(), and unpack_bitstream().
| int G723_1_Subframe::pulse_sign | 
Definition at line 72 of file g723_1_data.h.
Referenced by gen_fcb_excitation(), and unpack_bitstream().
| int G723_1_Subframe::grid_index | 
Definition at line 73 of file g723_1_data.h.
Referenced by gen_fcb_excitation(), and unpack_bitstream().
| int G723_1_Subframe::amp_index | 
Definition at line 74 of file g723_1_data.h.
Referenced by g723_1_decode_frame(), gen_fcb_excitation(), and unpack_bitstream().
| int G723_1_Subframe::pulse_pos | 
Definition at line 75 of file g723_1_data.h.
Referenced by gen_fcb_excitation(), and unpack_bitstream().
 1.8.2