Lines Matching defs:offset
991 int pit_min, pit_max, offset, q_energy;
993 offset = NB_SUBFRAME_SIZE * sub; /* Offset relative to start of frame */
994 exc = st->exc + offset; /* Excitation */
996 innov_save = st->innov_save + offset;
1020 NB_SUBFRAME_SIZE, &pitch, pitch_gain, gb, st->count_lost, offset,
1129 const int offset = NB_SUBFRAME_SIZE * sub; /* Offset relative to start of frame */
1130 float pi_g = 1.f, *sp = out + offset; /* Original signal */
1138 st->exc_rms[sub] = compute_rms(st->exc + offset, NB_SUBFRAME_SIZE);
1283 int offset;
1285 offset = st->subframe_size * sub;
1286 sp = out + st->frame_size + offset;
1289 innov_save = st->innov_save + 2 * offset;
1315 exc[i ] = mode->folding_gain * low_innov_alias[offset + i ] * g;
1316 exc[i + 1] = -mode->folding_gain * low_innov_alias[offset + i + 1] * g;