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

  /external/webrtc/webrtc/modules/audio_processing/aec/
aec_core_mips.c 34 int16_t randW16[PART_LEN];
41 WebRtcSpl_RandUArray(randW16, PART_LEN, &aec->seed);
43 int16_t* randWptr = randW16;
278 rand[i] = ((float)randW16[i]) / 32768;
    [all...]
aec_core.c 449 int16_t randW16[PART_LEN];
455 WebRtcSpl_RandUArray(randW16, PART_LEN, &aec->seed);
457 rand[i] = ((float)randW16[i]) / 32768;
    [all...]
  /external/webrtc/webrtc/modules/audio_processing/aecm/
aecm_core_c.c 648 int16_t randW16[PART_LEN];
747 WebRtcSpl_RandUArray(randW16, PART_LEN, &aecm->seed);
755 tmp16 = (int16_t)((359 * randW16[i - 1]) >> 15);
aecm_core_mips.c     [all...]

Completed in 101 milliseconds