Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
Ddo_plc.c47 int16_t scale3; in WebRtcIlbcfix_DoThePlc() local
76 scale3 = (WebRtcSpl_GetSizeInBits(max)<<1) - 25; in WebRtcIlbcfix_DoThePlc()
77 if (scale3 < 0) { in WebRtcIlbcfix_DoThePlc()
78 scale3 = 0; in WebRtcIlbcfix_DoThePlc()
83 iLBCdec_inst->prevScale = scale3; in WebRtcIlbcfix_DoThePlc()
93 … iLBCdec_inst->prevResidual, lag, iLBCdec_inst->blockl, corrLen, scale3); in WebRtcIlbcfix_DoThePlc()
103 … iLBCdec_inst->prevResidual, j, iLBCdec_inst->blockl, corrLen, scale3); in WebRtcIlbcfix_DoThePlc()
150 corrLen, scale3); in WebRtcIlbcfix_DoThePlc()