Home | History | Annotate | Download | only in libspeex

Lines Matching refs:innov_save

802    st->innov_save = NULL;
982 spx_word16_t *innov_save=NULL;
993 if (st->innov_save)
995 innov_save = st->innov_save+2*offset;
996 SPEEX_MEMSET(innov_save, 0, 2*st->subframeSize);
1074 if (st->innov_save)
1077 innov_save[2*i]=EXTRACT16(PSHR32(exc[i],SIG_SHIFT));
1472 st->innov_save = (spx_word16_t*)ptr;