Searched refs:numWindowGroups (Results 1 – 3 of 3) sorted by relevance
200 for (group=0; group < pRvlc->numWindowGroups; group++) { in rvlcCheckIntensityCb()447 for (group=0; group < pRvlc->numWindowGroups; group++) { in rvlcDecodeForward()663 for (group=pRvlc->numWindowGroups-1; group >= 0; group--) { in rvlcDecodeBackward()666 if ((band == 0) && (pRvlc->numWindowGroups != 1)) in rvlcDecodeBackward()913 pRvlc->conceal_min = FDKmax(0, (pRvlc->numWindowGroups-1)*16+pRvlc->maxSfbTransmitted-1); in rvlcFinalErrorDetection()935 lastSfbIndex = (pRvlc->numWindowGroups > 1) ? 16 : 64; in rvlcFinalErrorDetection()937 for (group=0; group < pRvlc->numWindowGroups; group++) { in rvlcFinalErrorDetection()944 for (group=0; group < pRvlc->numWindowGroups; group++) in rvlcFinalErrorDetection()1018 for (group=0; group < pRvlc->numWindowGroups; group++) { in rvlcFinalErrorDetection()1061 pRvlc->numWindowGroups = GetWindowGroups(&pAacDecoderChannelInfo->icsInfo); in CRvlc_Read()[all …]
215 for (group=conceal_group_max; group < pRvlc->numWindowGroups; group++) { in calcRefValBwd()288 pRvlc->conceal_max = (pRvlc->numWindowGroups-1)*16+pRvlc->maxSfbTransmitted-1; in BidirectionalEstimation_UseLowerScfOfCurrentFrame()368 for (group=conceal_group_max; group < pRvlc->numWindowGroups; group++) { in BidirectionalEstimation_UseLowerScfOfCurrentFrame()425 pRvlc->conceal_max = (pRvlc->numWindowGroups-1)*16+pRvlc->maxSfbTransmitted-1; in BidirectionalEstimation_UseScfOfPrevFrameAsReference()504 for (group=conceal_group_max; group < pRvlc->numWindowGroups; group++) { in BidirectionalEstimation_UseScfOfPrevFrameAsReference()551 for (group=0; group<pRvlc->numWindowGroups; group++) { in StatisticalEstimation()588 for (group=0; group<pRvlc->numWindowGroups; group++) { in StatisticalEstimation()652 for (group=0; group<pRvlc->numWindowGroups; group++) { in PredictiveInterpolation()
133 UCHAR numWindowGroups; member