Variables | |
uint8_t | QCELPFrame::cbsign [16] |
uint8_t | QCELPFrame::cbgain [16] |
!< sign of the codebook gain for each codebook subframe | |
uint8_t | QCELPFrame::cindex [16] |
!< unsigned codebook gain for each codebook subframe |
uint8_t QCELPFrame::cbgain[16] [inherited] |
!< sign of the codebook gain for each codebook subframe
Definition at line 44 of file qcelpdata.h.
Referenced by decode_gain_and_index(), and qcelp_decode_frame().
uint8_t QCELPFrame::cbsign[16] [inherited] |
uint8_t QCELPFrame::cindex[16] [inherited] |
!< unsigned codebook gain for each codebook subframe
Definition at line 45 of file qcelpdata.h.
Referenced by compute_svector(), and decode_gain_and_index().