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

  /external/webrtc/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)((tmp16no1 * frac) >> 14);
106 tmpIndFX = 8192 - tmp16no2; // Q14
108 tmpIndFX = 8192 + tmp16no2; // Q14
133 tmp16no2 = kIndicatorTable[tableIndex];
136 tmp16no2 += (int16_t)((tmp16no1 * frac) >> 14);
138 tmpIndFX = 8192 + tmp16no2; // Q14
140 tmpIndFX = 8192 - tmp16no2; // Q14
180 tmp16no2 = kIndicatorTable[tableIndex]
    [all...]
nsx_core_mips.c 34 int16_t tmp16, tmp16no1, tmp16no2, tmpIndFX, tableIndex, frac; local
136 tmp16no2 = kIndicatorTable[tableIndex];
139 tmp16no2 += (int16_t)((tmp16no1 * frac) >> 14);
141 tmpIndFX = 8192 - tmp16no2; // Q14
143 tmpIndFX = 8192 + tmp16no2; // Q14
168 tmp16no2 = kIndicatorTable[tableIndex];
171 tmp16no2 += (int16_t)((tmp16no1 * frac) >> 14);
173 tmpIndFX = 8192 + tmp16no2; // Q14
175 tmpIndFX = 8192 - tmp16no2; // Q14
215 tmp16no2 = kIndicatorTable[tableIndex]
    [all...]
nsx_core_neon.c 140 int16_t log2, tabind, logval, tmp16, tmp16no1, tmp16no2; local
312 tmp16no2 = (int16_t)((tmp16 / 2) * 3 / 2);
313 inst->noiseEstLogQuantile[offset + i] -= tmp16no2;
327 tmp16no2 = (int16_t)WEBRTC_SPL_MUL_16_16_RSFT_WITH_ROUND(
329 inst->noiseEstDensity[offset + i] = tmp16no1 + tmp16no2;
nsx_core.c 340 int16_t log2, tabind, logval, tmp16, tmp16no1, tmp16no2; local
414 tmp16no2 = (int16_t)((tmp16 / 2) * 3 / 2);
415 inst->noiseEstLogQuantile[offset + i] -= tmp16no2;
428 tmp16no2 = (int16_t)WEBRTC_SPL_MUL_16_16_RSFT_WITH_ROUND(
430 inst->noiseEstDensity[offset + i] = tmp16no1 + tmp16no2;
1430 int16_t tmp16no1, tmp16no2; local
    [all...]
  /external/webrtc/webrtc/modules/audio_processing/aecm/
aecm_core_c.c 177 int16_t tmp16no2; local
223 tmp16no2 = WEBRTC_SPL_ABS_W16(freq_signal[i].imag);
225 if(tmp16no1 > tmp16no2)
228 min_value = tmp16no2;
231 max_value = tmp16no2;
250 tmp16no2 = (int16_t)((min_value * beta) >> 15);
251 freq_signal_abs[i] = (uint16_t)tmp16no1 + (uint16_t)tmp16no2;
264 tmp16no2 = WEBRTC_SPL_ABS_W16(freq_signal[i].imag);
266 tmp32no2 = tmp16no2 * tmp16no2;
318 int16_t tmp16no2; local
    [all...]
aecm_core_mips.c 642 int16_t tmp16no2; local
830 int16_t tmp16no2; local
    [all...]

Completed in 155 milliseconds