FFmpeg
|
#include <amrwbdata.h>
Data Fields | |
uint16_t | adap |
adaptive codebook index More... | |
uint16_t | ltp |
ltp-filtering flag More... | |
uint16_t | vq_gain |
VQ adaptive and innovative gains. More... | |
uint16_t | hb_gain |
high-band energy index (mode 23k85 only) More... | |
uint16_t | pul_ih [4] |
MSBs part of codebook index (high modes only) More... | |
uint16_t | pul_il [4] |
LSBs part of codebook index. More... | |
Definition at line 69 of file amrwbdata.h.
uint16_t AMRWBSubFrame::adap |
adaptive codebook index
Definition at line 70 of file amrwbdata.h.
Referenced by decode_pitch_vector().
uint16_t AMRWBSubFrame::ltp |
uint16_t AMRWBSubFrame::vq_gain |
VQ adaptive and innovative gains.
Definition at line 72 of file amrwbdata.h.
Referenced by amrwb_decode_frame().
uint16_t AMRWBSubFrame::hb_gain |
high-band energy index (mode 23k85 only)
Definition at line 73 of file amrwbdata.h.
Referenced by amrwb_decode_frame().
uint16_t AMRWBSubFrame::pul_ih[4] |
MSBs part of codebook index (high modes only)
Definition at line 74 of file amrwbdata.h.
Referenced by amrwb_decode_frame().
uint16_t AMRWBSubFrame::pul_il[4] |
LSBs part of codebook index.
Definition at line 75 of file amrwbdata.h.
Referenced by amrwb_decode_frame().