Lines Matching refs:MaximumScaleFactorBands

119   int MaximumScaleFactorBands;  in calcRefValFwd()  local
123 MaximumScaleFactorBands = 16; in calcRefValFwd()
125 MaximumScaleFactorBands = 64; in calcRefValFwd()
127 conceal_min = pRvlc->conceal_min % MaximumScaleFactorBands; in calcRefValFwd()
128 conceal_group_min = pRvlc->conceal_min / MaximumScaleFactorBands; in calcRefValFwd()
194 int MaximumScaleFactorBands; in calcRefValBwd() local
197 MaximumScaleFactorBands = 16; in calcRefValBwd()
199 MaximumScaleFactorBands = 64; in calcRefValBwd()
201 conceal_max = pRvlc->conceal_max % MaximumScaleFactorBands; in calcRefValBwd()
202 conceal_group_max = pRvlc->conceal_max / MaximumScaleFactorBands; in calcRefValBwd()
272 int MaximumScaleFactorBands; in BidirectionalEstimation_UseLowerScfOfCurrentFrame() local
275 MaximumScaleFactorBands = 16; in BidirectionalEstimation_UseLowerScfOfCurrentFrame()
278 MaximumScaleFactorBands = 64; in BidirectionalEstimation_UseLowerScfOfCurrentFrame()
290 conceal_min = pRvlc->conceal_min % MaximumScaleFactorBands; in BidirectionalEstimation_UseLowerScfOfCurrentFrame()
291 conceal_group_min = pRvlc->conceal_min / MaximumScaleFactorBands; in BidirectionalEstimation_UseLowerScfOfCurrentFrame()
292 conceal_max = pRvlc->conceal_max % MaximumScaleFactorBands; in BidirectionalEstimation_UseLowerScfOfCurrentFrame()
293 conceal_group_max = pRvlc->conceal_max / MaximumScaleFactorBands; in BidirectionalEstimation_UseLowerScfOfCurrentFrame()
408 int MaximumScaleFactorBands; in BidirectionalEstimation_UseScfOfPrevFrameAsReference() local
412 MaximumScaleFactorBands = 16; in BidirectionalEstimation_UseScfOfPrevFrameAsReference()
415 MaximumScaleFactorBands = 64; in BidirectionalEstimation_UseScfOfPrevFrameAsReference()
427 conceal_min = pRvlc->conceal_min % MaximumScaleFactorBands; in BidirectionalEstimation_UseScfOfPrevFrameAsReference()
428 conceal_group_min = pRvlc->conceal_min / MaximumScaleFactorBands; in BidirectionalEstimation_UseScfOfPrevFrameAsReference()
429 conceal_max = pRvlc->conceal_max % MaximumScaleFactorBands; in BidirectionalEstimation_UseScfOfPrevFrameAsReference()
430 conceal_group_max = pRvlc->conceal_max / MaximumScaleFactorBands; in BidirectionalEstimation_UseScfOfPrevFrameAsReference()
540 int MaximumScaleFactorBands; in StatisticalEstimation() local
543 MaximumScaleFactorBands = 16; in StatisticalEstimation()
545 MaximumScaleFactorBands = 64; in StatisticalEstimation()
644 int MaximumScaleFactorBands; in PredictiveInterpolation() local
648 MaximumScaleFactorBands = 16; in PredictiveInterpolation()
650 MaximumScaleFactorBands = 64; in PredictiveInterpolation()