Searched refs:rounding_bits (Results 1 – 6 of 6) sorted by relevance
315 Float128::MantissaType rounding_bits = variable319 if ((rounding_bits < 0x0000'0000'0000'0000'0000'0000'0000'000F_u128) ||320 (rounding_bits >= 0x0000'0000'0000'03FF'FFFF'FFFF'FFFF'FFF0_u128)) {324 if (rounding_bits >= 0x0000'0000'0000'03FF'FFFF'FFFF'FFFF'FFF0_u128) {
41 constexpr int rounding_bits = bitdepth - 8 + ((bitdepth == 12) ? 2 : 4); in WeightMask_C() local45 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 …]
54 constexpr int rounding_bits = bitdepth - 8 + ((bitdepth == 12) ? 2 : 4); in AbsolutePredDifference() local57 rounding_bits); in AbsolutePredDifference()62 constexpr int rounding_bits = bitdepth - 8 + ((bitdepth == 12) ? 2 : 4); in AbsolutePredDifference() local63 return vrshrq_n_u16(vabdq_u16(pred.val[0], pred.val[1]), rounding_bits); in AbsolutePredDifference()