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

  /external/chromium_org/third_party/webrtc/modules/audio_processing/ns/
nsx_core_c.c 35 int16_t tmp16, tmp16no1, tmp16no2, tmpIndFX, tableIndex, frac, intPart; local
101 tmp16no2 = kIndicatorTable[tableIndex];
104 tmp16no2 += (int16_t)WEBRTC_SPL_MUL_16_16_RSFT(tmp16no1, frac, 14);
106 tmpIndFX = 8192 - tmp16no2; // Q14
108 tmpIndFX = 8192 + tmp16no2; // Q14
133 tmp16no2 = kIndicatorTable[tableIndex];
136 tmp16no2 += (int16_t)WEBRTC_SPL_MUL_16_16_RSFT(tmp16no1, frac, 14);
138 tmpIndFX = 8192 + tmp16no2; // Q14
140 tmpIndFX = 8192 - tmp16no2; // Q14
181 tmp16no2 = kIndicatorTable[tableIndex]
    [all...]
nsx_core_mips.c 34 int16_t tmp16, tmp16no1, tmp16no2, tmpIndFX, tableIndex, frac; local
135 tmp16no2 = kIndicatorTable[tableIndex];
138 tmp16no2 += (int16_t)WEBRTC_SPL_MUL_16_16_RSFT(tmp16no1, frac, 14);
140 tmpIndFX = 8192 - tmp16no2; // Q14
142 tmpIndFX = 8192 + tmp16no2; // Q14
167 tmp16no2 = kIndicatorTable[tableIndex];
170 tmp16no2 += (int16_t)WEBRTC_SPL_MUL_16_16_RSFT(tmp16no1, frac, 14);
172 tmpIndFX = 8192 + tmp16no2; // Q14
174 tmpIndFX = 8192 - tmp16no2; // Q14
215 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 271 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 644 int16_t tmp16no2; local
832 int16_t tmp16no2; local
    [all...]

Completed in 80 milliseconds