Home | History | Annotate | Download | only in libspeex

Lines Matching refs:innov_save

1304       spx_word16_t *innov_save = NULL;
1313 if (st->innov_save)
1314 innov_save = st->innov_save+offset;
1421 if (innov_save)
1424 innov_save[i] = EXTRACT16(PSHR32(innov[i], SIG_SHIFT));
1890 st->innov_save = (spx_word16_t*)ptr;