Home
last modified time | relevance | path

Searched refs:inter_post_round_bits (Results 1 – 4 of 4) sorted by relevance

/external/libgav1/src/dsp/
Daverage_blend.cc36 constexpr int inter_post_round_bits = (bitdepth == 12) ? 2 : 4; in AverageBlend_C() local
52 Clip3(RightShiftWithRounding(res, inter_post_round_bits + 1), 0, in AverageBlend_C()
Ddistance_weighted_blend.cc38 constexpr int inter_post_round_bits = (bitdepth == 12) ? 2 : 4; in DistanceWeightedBlend_C() local
55 Clip3(RightShiftWithRounding(res, inter_post_round_bits + 4), 0, in DistanceWeightedBlend_C()
Dmask_blend.cc65 constexpr int inter_post_round_bits = (bitdepth == 12) ? 2 : 4; in MaskBlend_C() local
78 Clip3(RightShiftWithRounding(res, inter_post_round_bits), 0, in MaskBlend_C()
/external/libgav1/src/dsp/arm/
Dmask_blend_neon.cc572 constexpr int inter_post_round_bits = (bitdepth == 12) ? 2 : 4; in StoreShiftedResult() local
575 inter_post_round_bits), in StoreShiftedResult()