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

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
H A Dentropy_coding.c708 int16_t larAbsQ11; local
713 larAbsQ11 = (int16_t)WEBRTC_SPL_ABS_W32((larQ17[k] + 32) >> 6); // Q11
715 if (larAbsQ11<4097) { //2.000012018559 in Q11
717 rc = larAbsQ11 * 24957 >> 12;
718 } else if (larAbsQ11<6393) { //3.121320351712 in Q11
720 rc = (larAbsQ11 * 17993 + 130738688) >> 13;
721 } else if (larAbsQ11<11255) { //5.495270168700 in Q11
723 rc = (larAbsQ11 * 16850 + 875329820) >> 15;
726 rc = (((larAbsQ11 * 24433) >> 16) + 515804) >> 4;

Completed in 96 milliseconds