HomeSort by relevance Sort by last modified time
    Searched defs:HPstate (Results 1 - 3 of 3) sorted by null

  /external/webrtc/webrtc/modules/audio_processing/agc/legacy/
digital_agc.h 28 int16_t HPstate;
digital_agc.c 610 state->HPstate = 0; // state of high pass filter
643 int16_t HPstate;
648 HPstate = state->HPstate;
672 out = buf2[k] + HPstate;
674 HPstate = (int16_t)((tmp32 >> 10) - buf2[k]);
678 state->HPstate = HPstate;
  /external/libopus/silk/
structs.h 68 opus_int16 HPstate; /* State of differentiator in the lowest band */

Completed in 97 milliseconds