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

  /external/chromium_org/third_party/speex/libspeex/
sb_celp.h 63 const spx_word16_t *lagWindow; /**< Auto-correlation window */
nb_celp.h 84 const spx_word16_t *lagWindow; /**< Window applied to auto-correlation */
sb_celp.c 240 st->lagWindow = lag_window;
404 autocorr[i] = MULT16_16_Q14(autocorr[i],st->lagWindow[i]);
    [all...]
nb_celp.c 169 st->lagWindow = lag_window;
317 autocorr[i] = MULT16_16_Q14(autocorr[i],st->lagWindow[i]);
    [all...]
  /external/speex/libspeex/
sb_celp.h 63 const spx_word16_t *lagWindow; /**< Auto-correlation window */
nb_celp.h 84 const spx_word16_t *lagWindow; /**< Window applied to auto-correlation */
sb_celp.c 240 st->lagWindow = lag_window;
404 autocorr[i] = MULT16_16_Q14(autocorr[i],st->lagWindow[i]);
    [all...]
nb_celp.c 169 st->lagWindow = lag_window;
317 autocorr[i] = MULT16_16_Q14(autocorr[i],st->lagWindow[i]);
    [all...]

Completed in 44 milliseconds