Functions | |
static void | decode_pitch_lag_1_6 (int *lag_int, int *lag_frac, int pitch_index, const int prev_lag_int, const int subframe) |
Like ff_decode_pitch_lag(), but with 1/6 resolution. | |
static void | decode_pitch_vector (AMRContext *p, const AMRNBSubframe *amr_subframe, const int subframe) |
static void decode_pitch_lag_1_6 | ( | int * | lag_int, | |
int * | lag_frac, | |||
int | pitch_index, | |||
const int | prev_lag_int, | |||
const int | subframe | |||
) | [static] |
Like ff_decode_pitch_lag(), but with 1/6 resolution.
Definition at line 378 of file amrnbdec.c.
Referenced by decode_pitch_vector().
static void decode_pitch_vector | ( | AMRContext * | p, | |
const AMRNBSubframe * | amr_subframe, | |||
const int | subframe | |||
) | [static] |