Searched refs:tmpIndFX (Results 1 - 1 of 1) sorted by relevance

/external/webrtc/src/modules/audio_processing/ns/
H A Dnsx_core.c1301 WebRtc_Word16 tmp16, tmp16no1, tmp16no2, tmpIndFX, tableIndex, frac, intPart; local
1349 tmpIndFX = 16384; // Q14(1.0)
1354 tmpIndFX = 0;
1367 if (tmpIndFX == 0) {
1368 tmpIndFX = 8192 - tmp16no2; // Q14
1370 tmpIndFX = 8192 + tmp16no2; // Q14
1373 indPriorFX = WEBRTC_SPL_MUL_16_16(inst->weightLogLrt, tmpIndFX); // 6*Q14
1378 tmpIndFX = 16384; // Q14(1.0)
1383 tmpIndFX = 0;
1400 if (tmpIndFX) {
[all...]

Completed in 47 milliseconds