Home | History | Annotate | Download | only in src

Lines Matching full:old_exc

319   state->exc = state->old_exc + PIT_MAX + L_INTERPOL;
322 Set_zero (state->old_exc, PIT_MAX + L_INTERPOL);
406 state->exc = state->old_exc + PIT_MAX + L_INTERPOL;
409 memset(state->old_exc, 0, sizeof(Word16)*(PIT_MAX + L_INTERPOL));
1252 st->old_exc[i] = shr(st->old_exc[i], 2);
1270 Copy (&st->old_exc[L_SUBFR], &st->old_exc[0], PIT_MAX + L_INTERPOL);
2295 if (st->old_exc[i] < 0)
2297 st->old_exc[i] = ~((~st->old_exc[i]) >> 2);
2301 st->old_exc[i] = st->old_exc[i] >> 2;
2329 Copy(&st->old_exc[L_SUBFR], &st->old_exc[0], PIT_MAX + L_INTERPOL);