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

  /external/speex/libspeex/
filters.h 58 void highpass(const spx_word16_t *x, spx_word16_t *y, int len, int filtID, spx_mem_t *mem);
nb_celp.c 299 highpass(in, in, st->frameSize, (st->isWideband?HIGHPASS_WIDEBAND:HIGHPASS_NARROWBAND)|HIGHPASS_INPUT, st->mem_hp);
    [all...]
filters.c 83 void highpass(const spx_word16_t *x, spx_word16_t *y, int len, int filtID, spx_mem_t *mem) function
  /external/webrtc/webrtc/tools/agc/
agc_harness.cc 53 DEFINE_bool(highpass, true, "enable high pass filter");

Completed in 86 milliseconds