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