Lines Matching refs:MaximumScaleFactorBands
135 int MaximumScaleFactorBands; in calcRefValFwd() local
138 MaximumScaleFactorBands = 16; in calcRefValFwd()
140 MaximumScaleFactorBands = 64; in calcRefValFwd()
142 conceal_min = pRvlc->conceal_min % MaximumScaleFactorBands; in calcRefValFwd()
143 conceal_group_min = pRvlc->conceal_min / MaximumScaleFactorBands; in calcRefValFwd()
211 int MaximumScaleFactorBands; in calcRefValBwd() local
214 MaximumScaleFactorBands = 16; in calcRefValBwd()
216 MaximumScaleFactorBands = 64; in calcRefValBwd()
218 conceal_max = pRvlc->conceal_max % MaximumScaleFactorBands; in calcRefValBwd()
219 conceal_group_max = pRvlc->conceal_max / MaximumScaleFactorBands; in calcRefValBwd()
293 int MaximumScaleFactorBands; in BidirectionalEstimation_UseLowerScfOfCurrentFrame() local
296 MaximumScaleFactorBands = 16; in BidirectionalEstimation_UseLowerScfOfCurrentFrame()
298 MaximumScaleFactorBands = 64; in BidirectionalEstimation_UseLowerScfOfCurrentFrame()
312 conceal_min = pRvlc->conceal_min % MaximumScaleFactorBands; in BidirectionalEstimation_UseLowerScfOfCurrentFrame()
313 conceal_group_min = pRvlc->conceal_min / MaximumScaleFactorBands; in BidirectionalEstimation_UseLowerScfOfCurrentFrame()
314 conceal_max = pRvlc->conceal_max % MaximumScaleFactorBands; in BidirectionalEstimation_UseLowerScfOfCurrentFrame()
315 conceal_group_max = pRvlc->conceal_max / MaximumScaleFactorBands; in BidirectionalEstimation_UseLowerScfOfCurrentFrame()
440 int MaximumScaleFactorBands; in BidirectionalEstimation_UseScfOfPrevFrameAsReference() local
444 MaximumScaleFactorBands = 16; in BidirectionalEstimation_UseScfOfPrevFrameAsReference()
446 MaximumScaleFactorBands = 64; in BidirectionalEstimation_UseScfOfPrevFrameAsReference()
460 conceal_min = pRvlc->conceal_min % MaximumScaleFactorBands; in BidirectionalEstimation_UseScfOfPrevFrameAsReference()
461 conceal_group_min = pRvlc->conceal_min / MaximumScaleFactorBands; in BidirectionalEstimation_UseScfOfPrevFrameAsReference()
462 conceal_max = pRvlc->conceal_max % MaximumScaleFactorBands; in BidirectionalEstimation_UseScfOfPrevFrameAsReference()
463 conceal_group_max = pRvlc->conceal_max / MaximumScaleFactorBands; in BidirectionalEstimation_UseScfOfPrevFrameAsReference()