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

  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/
init_decode.c 93 iLBCdec_inst->prev_enh_pl = 0;
enhancer_interface.c 183 if (iLBCdec_inst->prev_enh_pl==1) {
196 if ((iLBCdec_inst->prev_enh_pl==1)||(iLBCdec_inst->prev_enh_pl==2)) {
223 if (iLBCdec_inst->prev_enh_pl==1) {
245 if (iLBCdec_inst->prev_enh_pl==1) {
decode.c 139 if (iLBCdec_inst->prev_enh_pl==2) {
238 iLBCdec_inst->prev_enh_pl=0;
241 iLBCdec_inst->prev_enh_pl=1;
defines.h 196 int consPLICount, prev_enh_pl; member in struct:iLBC_Dec_Inst_t_
ilbc.c 249 ((iLBC_Dec_Inst_t*)iLBCdec_inst)->prev_enh_pl = 2;

Completed in 150 milliseconds