#include <qcelpdata.h>
Data Fields | |
uint8_t | cbsign [16] |
uint8_t | cbgain [16] |
!< sign of the codebook gain for each codebook subframe | |
uint8_t | cindex [16] |
!< unsigned codebook gain for each codebook subframe | |
uint8_t | plag [4] |
uint8_t | pfrac [4] |
!< pitch lag for each pitch subframe | |
uint8_t | pgain [4] |
!< fractional pitch lag for each pitch subframe | |
uint8_t | lspv [10] |
!< pitch gain for each pitch subframe | |
uint8_t | reserved |
reserved bits only present in bitrate 1, 1/4 and 1/8 packets |
Definition at line 40 of file qcelpdata.h.
uint8_t QCELPFrame::lspv[10] |
!< pitch gain for each pitch subframe
line spectral pair frequencies (LSP) for RATE_OCTAVE, line spectral pair frequencies grouped into five vectors of dimension two (LSPV) for other rates
Definition at line 60 of file qcelpdata.h.
Referenced by compute_svector(), and decode_lspf().
uint8_t QCELPFrame::reserved |
reserved bits only present in bitrate 1, 1/4 and 1/8 packets
Definition at line 65 of file qcelpdata.h.
Referenced by qcelp_decode_frame().