| FFmpeg
    | 
AMRNB unpacked data subframe. More...
#include <amrnbdata.h>
| Data Fields | |
| uint16_t | p_lag | 
| index to decode the pitch lag  More... | |
| uint16_t | p_gain | 
| index to decode the pitch gain  More... | |
| uint16_t | fixed_gain | 
| index to decode the fixed gain factor, for MODE_12k2 and MODE_7k95  More... | |
| uint16_t | pulses [10] | 
| pulses: 10 for MODE_12k2, 7 for MODE_10k2, and index and sign for others  More... | |
AMRNB unpacked data subframe.
Definition at line 58 of file amrnbdata.h.
| uint16_t AMRNBSubframe::p_lag | 
index to decode the pitch lag
Definition at line 59 of file amrnbdata.h.
Referenced by decode_pitch_vector().
| uint16_t AMRNBSubframe::p_gain | 
index to decode the pitch gain
Definition at line 60 of file amrnbdata.h.
Referenced by decode_gains().
| uint16_t AMRNBSubframe::fixed_gain | 
index to decode the fixed gain factor, for MODE_12k2 and MODE_7k95
Definition at line 61 of file amrnbdata.h.
Referenced by decode_gains().
| uint16_t AMRNBSubframe::pulses[10] | 
pulses: 10 for MODE_12k2, 7 for MODE_10k2, and index and sign for others
Definition at line 62 of file amrnbdata.h.
Referenced by amrnb_decode_frame().
 1.8.17
 1.8.17