Home
last modified time | relevance | path

Searched refs:WebRtcIlbcfix_kPlcPerSqr (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
Ddo_plc.c211 while ((max_perSquare<WebRtcIlbcfix_kPlcPerSqr[ind])&&(ind>0)) { in WebRtcIlbcfix_DoThePlc()
217 (max_perSquare - WebRtcIlbcfix_kPlcPerSqr[ind])) >> 11); in WebRtcIlbcfix_DoThePlc()
Dconstants.h88 extern const int16_t WebRtcIlbcfix_kPlcPerSqr[];
Dconstants.c656 const int16_t WebRtcIlbcfix_kPlcPerSqr[6] = { /* Grid points for square of periodiciy in Q15 */ variable