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

  /external/webrtc/src/modules/audio_processing/aecm/
aecm_core.c 1397 WebRtc_Word16 tmp16no2; local
1542 WebRtc_Word16 tmp16no2; local
    [all...]
  /external/webrtc/src/modules/audio_processing/ns/
nsx_core.c 477 WebRtc_Word16 log2, tabind, logval, tmp16, tmp16no1, tmp16no2; local
552 tmp16no2 = (WebRtc_Word16)WEBRTC_SPL_MUL_16_16_RSFT(tmp16no1, 3, 1);
553 inst->noiseEstLogQuantile[offset + i] -= tmp16no2;
566 tmp16no2 = (WebRtc_Word16)WEBRTC_SPL_MUL_16_16_RSFT_WITH_ROUND(
568 inst->noiseEstDensity[offset + i] = tmp16no1 + tmp16no2;
1301 WebRtc_Word16 tmp16, tmp16no1, tmp16no2, tmpIndFX, tableIndex, frac, intPart; local
1772 WebRtc_Word16 tmp16no1, tmp16no2; local
    [all...]
nsx_core_neon.c 101 int16_t log2, tabind, logval, tmp16, tmp16no1, tmp16no2; local
280 tmp16no2 = (int16_t)WEBRTC_SPL_MUL_16_16_RSFT(tmp16no1, 3, 1);
281 inst->noiseEstLogQuantile[offset + i] -= tmp16no2;
295 tmp16no2 = (int16_t)WEBRTC_SPL_MUL_16_16_RSFT_WITH_ROUND(
297 inst->noiseEstDensity[offset + i] = tmp16no1 + tmp16no2;

Completed in 36 milliseconds