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

  /external/chromium_org/third_party/webrtc/modules/audio_processing/ns/
nsx_core_c.c 33 int16_t tmp16, tmp16no1, tmp16no2, tmpIndFX, tableIndex, frac, intPart; local
100 tmp16no2 = kIndicatorTable[tableIndex];
103 tmp16no2 += (int16_t)WEBRTC_SPL_MUL_16_16_RSFT(tmp16no1, frac, 14);
105 tmpIndFX = 8192 - tmp16no2; // Q14
107 tmpIndFX = 8192 + tmp16no2; // Q14
136 tmp16no2 = kIndicatorTable[tableIndex];
139 tmp16no2 += (int16_t)WEBRTC_SPL_MUL_16_16_RSFT(tmp16no1, frac, 14);
141 tmpIndFX = 8192 + tmp16no2; // Q14
143 tmpIndFX = 8192 - tmp16no2; // Q14
186 tmp16no2 = kIndicatorTable[tableIndex]
    [all...]
nsx_core_mips.c 32 int16_t tmp16, tmp16no1, tmp16no2, tmpIndFX, tableIndex, frac; local
132 tmp16no2 = kIndicatorTable[tableIndex];
135 tmp16no2 += (int16_t)WEBRTC_SPL_MUL_16_16_RSFT(tmp16no1, frac, 14);
137 tmpIndFX = 8192 - tmp16no2; // Q14
139 tmpIndFX = 8192 + tmp16no2; // Q14
168 tmp16no2 = kIndicatorTable[tableIndex];
171 tmp16no2 += (int16_t)WEBRTC_SPL_MUL_16_16_RSFT(tmp16no1, frac, 14);
173 tmpIndFX = 8192 + tmp16no2; // Q14
175 tmpIndFX = 8192 - tmp16no2; // Q14
218 tmp16no2 = kIndicatorTable[tableIndex]
    [all...]
nsx_core_neon.c 142 int16_t log2, tabind, logval, tmp16, tmp16no1, tmp16no2; local
322 tmp16no2 = (int16_t)WEBRTC_SPL_MUL_16_16_RSFT(tmp16no1, 3, 1);
323 inst->noiseEstLogQuantile[offset + i] -= tmp16no2;
337 tmp16no2 = (int16_t)WEBRTC_SPL_MUL_16_16_RSFT_WITH_ROUND(
339 inst->noiseEstDensity[offset + i] = tmp16no1 + tmp16no2;
nsx_core.c 341 int16_t log2, tabind, logval, tmp16, tmp16no1, tmp16no2; local
416 tmp16no2 = (int16_t)WEBRTC_SPL_MUL_16_16_RSFT(tmp16no1, 3, 1);
417 inst->noiseEstLogQuantile[offset + i] -= tmp16no2;
430 tmp16no2 = (int16_t)WEBRTC_SPL_MUL_16_16_RSFT_WITH_ROUND(
432 inst->noiseEstDensity[offset + i] = tmp16no1 + tmp16no2;
1450 int16_t tmp16no1, tmp16no2; local
    [all...]
nsx_core_neon.S 269 smulbb r12, r0, r12 @ tmp16no2
  /external/chromium_org/third_party/webrtc/modules/audio_processing/aecm/
aecm_core_c.c 183 int16_t tmp16no2; local
229 tmp16no2 = WEBRTC_SPL_ABS_W16(freq_signal[i].imag);
231 if(tmp16no1 > tmp16no2)
234 min_value = tmp16no2;
237 max_value = tmp16no2;
256 tmp16no2 = (int16_t)WEBRTC_SPL_MUL_16_16_RSFT(min_value, beta, 15);
257 freq_signal_abs[i] = (uint16_t)tmp16no1 + (uint16_t)tmp16no2;
270 tmp16no2 = WEBRTC_SPL_ABS_W16(freq_signal[i].imag);
272 tmp32no2 = WEBRTC_SPL_MUL_16_16(tmp16no2, tmp16no2);
325 int16_t tmp16no2; local
    [all...]
aecm_core_mips.c 645 int16_t tmp16no2; local
833 int16_t tmp16no2; local
    [all...]
  /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 235 milliseconds