Searched refs:enh_period (Results 1 – 3 of 3) sorted by relevance
44 size_t *enh_period; in WebRtcIlbcfix_EnhancerInterface() local78 enh_period=iLBCdec_inst->enh_period; in WebRtcIlbcfix_EnhancerInterface()101 memmove(enh_period, &enh_period[new_blocks], in WebRtcIlbcfix_EnhancerInterface()102 (ENH_NBLOCKS_TOT - new_blocks) * sizeof(*enh_period)); in WebRtcIlbcfix_EnhancerInterface()177 enh_period[ENH_NBLOCKS_TOT - new_blocks + iblock] = lag * 8; in WebRtcIlbcfix_EnhancerInterface()372 enh_period, in WebRtcIlbcfix_EnhancerInterface()
90 iLBCdec_inst->enh_period[i]=160; /* Q(-4) */ in WebRtcIlbcfix_InitDecode()
216 size_t enh_period[ENH_NBLOCKS_TOT]; member