Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
Denhancer_interface.c38 size_t iblock; in WebRtcIlbcfix_EnhancerInterface() local
115 for(iblock = 0; iblock<new_blocks; iblock++){ in WebRtcIlbcfix_EnhancerInterface()
118 target = downsampled + 60 + iblock * ENH_BLOCKL_HALF; in WebRtcIlbcfix_EnhancerInterface()
177 enh_period[ENH_NBLOCKS_TOT - new_blocks + iblock] = lag * 8; in WebRtcIlbcfix_EnhancerInterface()
181 if (!iblock) { in WebRtcIlbcfix_EnhancerInterface()
185 if (iblock==1) { in WebRtcIlbcfix_EnhancerInterface()
367 for (iblock = 0; iblock<new_blocks; iblock++) { in WebRtcIlbcfix_EnhancerInterface()
368 WebRtcIlbcfix_Enhancer(out + iblock * ENH_BLOCKL, in WebRtcIlbcfix_EnhancerInterface()
371 iblock * ENH_BLOCKL + startPos, in WebRtcIlbcfix_EnhancerInterface()