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

  /external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
do_plc.c 65 (*iLBCdec_inst).consPLICount += 1;
190 if (iLBCdec_inst->consPLICount*iLBCdec_inst->blockl>320) {
192 } else if (iLBCdec_inst->consPLICount*iLBCdec_inst->blockl>640) {
194 } else if (iLBCdec_inst->consPLICount*iLBCdec_inst->blockl>960) {
196 } else if (iLBCdec_inst->consPLICount*iLBCdec_inst->blockl>1280) {
296 iLBCdec_inst->consPLICount = 0;
init_decode.c 71 iLBCdec_inst->consPLICount = 0;
defines.h 196 int consPLICount, prev_enh_pl;

Completed in 42 milliseconds