HomeSort by relevance Sort by last modified time
    Searched refs:consPLICount (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/
do_plc.c 64 (*iLBCdec_inst).consPLICount += 1;
187 if (iLBCdec_inst->consPLICount*iLBCdec_inst->blockl>320) {
189 } else if (iLBCdec_inst->consPLICount*iLBCdec_inst->blockl>640) {
191 } else if (iLBCdec_inst->consPLICount*iLBCdec_inst->blockl>960) {
193 } else if (iLBCdec_inst->consPLICount*iLBCdec_inst->blockl>1280) {
299 iLBCdec_inst->consPLICount = 0;
init_decode.c 71 iLBCdec_inst->consPLICount = 0;
defines.h 196 int consPLICount, prev_enh_pl;

Completed in 231 milliseconds