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

  /external/chromium_org/third_party/webrtc/modules/audio_processing/aec/
aec_core_mips.c 35 int16_t randW16[PART_LEN];
42 WebRtcSpl_RandUArray(randW16, PART_LEN, &aec->seed);
44 int16_t *randWptr = randW16;
280 rand[i] = ((float)randW16[i]) / 32768;
    [all...]
aec_core.c     [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_processing/aecm/
aecm_core_c.c 665 int16_t randW16[PART_LEN];
766 WebRtcSpl_RandUArray(randW16, PART_LEN, &aecm->seed);
774 tmp16 = (int16_t)WEBRTC_SPL_MUL_16_16_RSFT(359, randW16[i - 1], 15);
aecm_core_mips.c     [all...]
  /external/webrtc/src/modules/audio_processing/aec/
aec_core.c     [all...]
  /external/webrtc/src/modules/audio_processing/aecm/
aecm_core.c     [all...]

Completed in 88 milliseconds