Searched refs:MaximumScaleFactorBands (Results 1 – 1 of 1) sorted by relevance
135 int MaximumScaleFactorBands; in calcRefValFwd() local138 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() local214 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()[all …]