• Home
  • Raw
  • Download

Lines Matching refs:startBand

116   int band,bnds,group,startBand;  in calcRefValFwd()  local
138 startBand = conceal_min-1; in calcRefValFwd()
140 for (band=startBand; band >= 0; band--) { in calcRefValFwd()
166 startBand = pRvlc->maxSfbTransmitted-1; in calcRefValFwd()
191 int band,bnds,group,startBand; in calcRefValBwd() local
212 startBand=conceal_max+1; in calcRefValBwd()
216 for (band=startBand; band < pRvlc->maxSfbTransmitted; band++) { in calcRefValBwd()
242 startBand=0; in calcRefValBwd()
269 int band,bnds,startBand,endBand,group; in BidirectionalEstimation_UseLowerScfOfCurrentFrame() local
333 startBand = conceal_min; in BidirectionalEstimation_UseLowerScfOfCurrentFrame()
340 for (band=startBand; band <= endBand; band++) { in BidirectionalEstimation_UseLowerScfOfCurrentFrame()
347 startBand = 0; in BidirectionalEstimation_UseLowerScfOfCurrentFrame()
367 startBand = conceal_max+1; in BidirectionalEstimation_UseLowerScfOfCurrentFrame()
369 for (band=startBand; band < pRvlc->maxSfbTransmitted; band++) { in BidirectionalEstimation_UseLowerScfOfCurrentFrame()
373 startBand = 0; in BidirectionalEstimation_UseLowerScfOfCurrentFrame()
405 int band,bnds,startBand,endBand,group; in BidirectionalEstimation_UseScfOfPrevFrameAsReference() local
436 startBand = conceal_min; in BidirectionalEstimation_UseScfOfPrevFrameAsReference()
443 for (band=startBand; band <= endBand; band++) { in BidirectionalEstimation_UseScfOfPrevFrameAsReference()
484 startBand = 0; in BidirectionalEstimation_UseScfOfPrevFrameAsReference()
503 startBand = conceal_max+1; in BidirectionalEstimation_UseScfOfPrevFrameAsReference()
505 for (band=startBand; band < pRvlc->maxSfbTransmitted; band++) { in BidirectionalEstimation_UseScfOfPrevFrameAsReference()
509 startBand = 0; in BidirectionalEstimation_UseScfOfPrevFrameAsReference()