Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
Dconstants.h89 extern const int16_t WebRtcIlbcfix_kPlcPitchFact[];
Dconstants.c660 const int16_t WebRtcIlbcfix_kPlcPitchFact[6] = { /* Value of y=(x^4-0.4)/(0.7-0.4) in grid points i… variable
Ddo_plc.c215 tmpW32 = (int32_t)WebRtcIlbcfix_kPlcPitchFact[ind] + in WebRtcIlbcfix_DoThePlc()