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

  /external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
constants.c 656 const int16_t WebRtcIlbcfix_kPlcPerSqr[6] = { /* Grid points for square of periodiciy in Q15 */
constants.h 88 extern const int16_t WebRtcIlbcfix_kPlcPerSqr[];
do_plc.c 211 while ((max_perSquare<WebRtcIlbcfix_kPlcPerSqr[ind])&&(ind>0)) {
217 (max_perSquare - WebRtcIlbcfix_kPlcPerSqr[ind])) >> 11);

Completed in 92 milliseconds