#include <qcelpdata.h>
Data Fields | |
uint8_t | index |
index into the QCELPContext structure | |
uint8_t | bitpos |
position of the lowest bit in the value's byte | |
uint8_t | bitlen |
number of bits to read |
Definition at line 76 of file qcelpdata.h.
number of bits to read
Definition at line 79 of file qcelpdata.h.
Referenced by qcelp_decode_frame().
position of the lowest bit in the value's byte
Definition at line 78 of file qcelpdata.h.
Referenced by qcelp_decode_frame().
index into the QCELPContext structure
Definition at line 77 of file qcelpdata.h.
Referenced by qcelp_decode_frame().