Searched refs:inter_post_round_bits (Results 1 – 3 of 3) sorted by relevance
35 constexpr int inter_post_round_bits = (bitdepth == 12) ? 2 : 4; in AverageBlend_C() local51 Clip3(RightShiftWithRounding(res, inter_post_round_bits + 1), 0, in AverageBlend_C()
36 constexpr int inter_post_round_bits = (bitdepth == 12) ? 2 : 4; in DistanceWeightedBlend_C() local53 Clip3(RightShiftWithRounding(res, inter_post_round_bits + 4), 0, in DistanceWeightedBlend_C()
62 constexpr int inter_post_round_bits = (bitdepth == 12) ? 2 : 4; in MaskBlend_C() local75 Clip3(RightShiftWithRounding(res, inter_post_round_bits), 0, in MaskBlend_C()