Searched refs:rounding_bits (Results 1 – 2 of 2) sorted by relevance
40 constexpr int rounding_bits = bitdepth - 8 + ((bitdepth == 12) ? 2 : 4); in WeightMask_C() local44 std::abs(pred_0[x] - pred_1[x]), rounding_bits); in WeightMask_C()
94 const int rounding_bits = 5; in DirectionalZone1_4xH() local134 prod = RightShiftWithRounding_U16(prod, rounding_bits); in DirectionalZone1_4xH()161 const int rounding_bits = 5; in DirectionalZone1_Large() local190 vals = RightShiftWithRounding_U16(vals, rounding_bits); in DirectionalZone1_Large()232 vals = RightShiftWithRounding_U16(vals, rounding_bits); in DirectionalZone1_Large()273 const int rounding_bits = 5; in DirectionalZone1_SSE4_1() local293 vals = RightShiftWithRounding_U16(vals, rounding_bits); in DirectionalZone1_SSE4_1()347 vals = RightShiftWithRounding_U16(vals, rounding_bits); in DirectionalZone1_SSE4_1()361 vals = RightShiftWithRounding_U16(vals, rounding_bits); in DirectionalZone1_SSE4_1()390 const int rounding_bits = 5; in DirectionalZone3_4x4() local[all …]