Searched refs:consPLICount (Results 1 – 3 of 3) sorted by relevance
65 (*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()
71 iLBCdec_inst->consPLICount = 0; in WebRtcIlbcfix_InitDecode()
196 int consPLICount, prev_enh_pl; member