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

  /external/webkit/Source/WebCore/webaudio/
HighPass2FilterNode.idl 26 // Two-pole highpass filter
BiquadProcessor.cpp 46 // Highpass and lowpass share the same parameters and only differ in filter type.
  /frameworks/av/media/libstagefright/codecs/aacenc/inc/
block_switch.h 30 #define BLOCK_SWITCHING_IIR_LEN 2 /* Length of HighPass-FIR-Filter for Attack-Detection */
  /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/webkit/Source/WebCore/platform/audio/
Biquad.h 42 // lowpass, highpass, shelving, parameteric, notch, allpass, ...
Biquad.cpp 219 // Compute biquad coefficients for highpass filter
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
decode.c 192 /* --- Store Highpass Residual --- */
decode_plc.c 479 /* --- Highpass */
548 /* --- Highpass */
648 /* --- Highpass */
669 /* --- Highpass */
filterbanks.c 17 * highpass versions of a signal, and performs reconstruction.
  /external/aac/libAACenc/src/
block_switch.h 101 #define BLOCK_SWITCHING_IIR_LEN 2 /* Length of HighPass-IIR-Filter for Attack-Detection */
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
wb_vad.c 76 * Purpose : Fifth-order half-band lowpass/highpass filter pair with
104 * Purpose : Third-order half-band lowpass/highpass filter pair with
  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
filterbanks.c 17 * highpass versions of a signal, and performs reconstruction.
  /frameworks/av/media/libstagefright/codecs/amrnb/common/src/
vad1.cpp 127 half-band lowpass/highpass filter pair with
258 Purpose : Fifth-order half-band lowpass/highpass filter pair with
362 Purpose : Third-order half-band lowpass/highpass filter pair with
    [all...]

Completed in 1173 milliseconds