Home
last modified time | relevance | path

Searched refs:prev_enh_pl (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/modules/audio_coding/codecs/ilbc/
Denhancer_interface.c180 if (iLBCdec_inst->prev_enh_pl==1) { in WebRtcIlbcfix_EnhancerInterface()
193 if ((iLBCdec_inst->prev_enh_pl==1)||(iLBCdec_inst->prev_enh_pl==2)) { in WebRtcIlbcfix_EnhancerInterface()
220 if (iLBCdec_inst->prev_enh_pl==1) { in WebRtcIlbcfix_EnhancerInterface()
242 if (iLBCdec_inst->prev_enh_pl==1) { in WebRtcIlbcfix_EnhancerInterface()
Ddecode.c149 if (iLBCdec_inst->prev_enh_pl==2) { in WebRtcIlbcfix_DecodeImpl()
248 iLBCdec_inst->prev_enh_pl=0; in WebRtcIlbcfix_DecodeImpl()
251 iLBCdec_inst->prev_enh_pl=1; in WebRtcIlbcfix_DecodeImpl()
Dinit_decode.c93 iLBCdec_inst->prev_enh_pl = 0; in WebRtcIlbcfix_InitDecode()
Ddefines.h200 int consPLICount, prev_enh_pl; member
Dilbc.c278 ((IlbcDecoder*)iLBCdec_inst)->prev_enh_pl = 2; in WebRtcIlbcfix_NetEqPlc()