Functions | |
static void | aw_parse_coords (WMAVoiceContext *s, GetBitContext *gb, const int *pitch) |
Parse the offset of the first pitch-adaptive window pulses, and the distribution of pulses between the two blocks in this frame. | |
static void | aw_pulse_set2 (WMAVoiceContext *s, GetBitContext *gb, int block_idx, AMRFixed *fcb) |
Apply second set of pitch-adaptive window pulses. | |
static void | aw_pulse_set1 (WMAVoiceContext *s, GetBitContext *gb, int block_idx, AMRFixed *fcb) |
Apply first set of pitch-adaptive window pulses. |
static void aw_parse_coords | ( | WMAVoiceContext * | s, | |
GetBitContext * | gb, | |||
const int * | pitch | |||
) | [static] |
Parse the offset of the first pitch-adaptive window pulses, and the distribution of pulses between the two blocks in this frame.
s | WMA Voice decoding context private data | |
gb | bit I/O context | |
pitch | pitch for each block in this frame |
Definition at line 981 of file wmavoice.c.
Referenced by synth_frame().
static void aw_pulse_set1 | ( | WMAVoiceContext * | s, | |
GetBitContext * | gb, | |||
int | block_idx, | |||
AMRFixed * | fcb | |||
) | [static] |
Apply first set of pitch-adaptive window pulses.
s | WMA Voice decoding context private data | |
gb | bit I/O context | |
block_idx | block index in frame [0, 1] | |
fcb | storage location for fixed codebook pulse info |
Definition at line 1119 of file wmavoice.c.
Referenced by synth_block_fcb_acb().
static void aw_pulse_set2 | ( | WMAVoiceContext * | s, | |
GetBitContext * | gb, | |||
int | block_idx, | |||
AMRFixed * | fcb | |||
) | [static] |
Apply second set of pitch-adaptive window pulses.
s | WMA Voice decoding context private data | |
gb | bit I/O context | |
block_idx | block index in frame [0, 1] | |
fcb | structure containing fixed codebook vector info |
Definition at line 1032 of file wmavoice.c.
Referenced by synth_block_fcb_acb().