HomeSort by relevance Sort by last modified time
    Searched refs:innov_save (Results 1 - 4 of 4) sorted by null

  /external/speex/libspeex/
sb_celp.h 121 spx_word16_t *innov_save; /** If non-NULL, innovation is copied here */ member in struct:SBDecState
nb_celp.h 145 spx_word16_t *innov_save; /** If non-NULL, innovation is copied here */ member in struct:DecState
sb_celp.c 802 st->innov_save = NULL;
982 spx_word16_t *innov_save=NULL; local
993 if (st->innov_save)
995 innov_save = st->innov_save+2*offset;
996 SPEEX_MEMSET(innov_save, 0, 2*st->subframeSize);
    [all...]
nb_celp.c 1304 spx_word16_t *innov_save = NULL; local
    [all...]

Completed in 290 milliseconds