Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
Dconstants.h90 extern const int16_t WebRtcIlbcfix_kPlcPfSlope[];
Dconstants.c664 const int16_t WebRtcIlbcfix_kPlcPfSlope[6] = { /* Slope of y=(x^4-0.4)/(0.7-0.4) in Q11 */ variable
Ddo_plc.c216 ((WebRtcIlbcfix_kPlcPfSlope[ind] * in WebRtcIlbcfix_DoThePlc()