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

/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/
H A Ddo_plc.c51 int16_t max_perSquare; local
143 max_perSquare is less than 1 (in Q15)
160 /* Square the cross correlation and norm it such that max_perSquare
168 max_perSquare = (int16_t)WebRtcSpl_DivW32W16(nom, denom);
171 max_perSquare = 0;
179 max_perSquare = iLBCdec_inst->perSquare;
203 if (max_perSquare>7868) { /* periodicity > 0.7 (0.7^4=0.2401 in Q15) */
205 } else if (max_perSquare>839) { /* 0.4 < periodicity < 0.7 (0.4^4=0.0256 in Q15) */
208 while ((max_perSquare<WebRtcIlbcfix_kPlcPerSqr[ind])&&(ind>0)) {
213 WEBRTC_SPL_MUL_16_16_RSFT(WebRtcIlbcfix_kPlcPfSlope[ind], (max_perSquare
[all...]

Completed in 69 milliseconds