Searched refs:count_lost (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | speexdec.c | 184 int count_lost; /**< Was the last frame lost? */ member 283 int *pitch_val, float *gain_val, GetBitContext *gb, int count_lost, in forced_pitch_unquant() 355 int count_lost, int subframe_offset, float last_pitch_gain, int cdbk_offset) in pitch_unquant_3tap() 373 if (count_lost && pitch > subframe_offset) { in pitch_unquant_3tap() 374 float tmp = count_lost < 4 ? last_pitch_gain : 0.5f * last_pitch_gain; in pitch_unquant_3tap() 950 st->count_lost = 0; in nb_decode() 959 if (st->count_lost) { in nb_decode() 970 if (st->first || st->count_lost) in nb_decode() 1020 NB_SUBFRAME_SIZE, &pitch, pitch_gain, gb, st->count_lost, offset, in nb_decode() 1104 if (st->lpc_enh_enabled && SUBMODE(comb_gain) > 0 && !st->count_lost) { in nb_decode() 281 forced_pitch_unquant(float *exc, float *exc_out, int start, int end, float pitch_coef, const void *par, int nsf, int *pitch_val, float *gain_val, GetBitContext *gb, int count_lost, int subframe_offset, float last_pitch_gain, int cdbk_offset) forced_pitch_unquant() argument 353 pitch_unquant_3tap(float *exc, float *exc_out, int start, int end, float pitch_coef, const void *par, int nsf, int *pitch_val, float *gain_val, GetBitContext *gb, int count_lost, int subframe_offset, float last_pitch_gain, int cdbk_offset) pitch_unquant_3tap() argument [all...] |
Completed in 3 milliseconds