| FFmpeg
    | 
AMRNBSubframe Struct Reference
  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... | |
Detailed Description
AMRNB unpacked data subframe.
Definition at line 58 of file amrnbdata.h.
Field Documentation
| 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::p_gain | 
index to decode the pitch gain
Definition at line 60 of file amrnbdata.h.
Referenced by decode_gains().
| 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::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().
The documentation for this struct was generated from the following file:
Generated on Fri Oct 31 2025 06:56:25 for FFmpeg by
 1.8.11
 1.8.11