Lines Matching refs:count_lost
184 int count_lost; /**< Was the last frame lost? */
283 int *pitch_val, float *gain_val, GetBitContext *gb, int count_lost,
355 int count_lost, int subframe_offset, float last_pitch_gain, int cdbk_offset)
373 if (count_lost && pitch > subframe_offset) {
374 float tmp = count_lost < 4 ? last_pitch_gain : 0.5f * last_pitch_gain;
950 st->count_lost = 0;
959 if (st->count_lost) {
970 if (st->first || st->count_lost)
1020 NB_SUBFRAME_SIZE, &pitch, pitch_gain, gb, st->count_lost, offset,
1104 if (st->lpc_enh_enabled && SUBMODE(comb_gain) > 0 && !st->count_lost) {
1116 if (st->count_lost) {
1151 st->count_lost = 0;
1384 st->count_lost = 0;