Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
Ddo_plc.c65 (*iLBCdec_inst).consPLICount += 1; in WebRtcIlbcfix_DoThePlc()
190 if (iLBCdec_inst->consPLICount*iLBCdec_inst->blockl>320) { in WebRtcIlbcfix_DoThePlc()
192 } else if (iLBCdec_inst->consPLICount*iLBCdec_inst->blockl>640) { in WebRtcIlbcfix_DoThePlc()
194 } else if (iLBCdec_inst->consPLICount*iLBCdec_inst->blockl>960) { in WebRtcIlbcfix_DoThePlc()
196 } else if (iLBCdec_inst->consPLICount*iLBCdec_inst->blockl>1280) { in WebRtcIlbcfix_DoThePlc()
296 iLBCdec_inst->consPLICount = 0; in WebRtcIlbcfix_DoThePlc()
Dinit_decode.c71 iLBCdec_inst->consPLICount = 0; in WebRtcIlbcfix_InitDecode()
Ddefines.h196 int consPLICount, prev_enh_pl; member