Home
last modified time | relevance | path

Searched refs:rounding_bits (Results 1 – 6 of 6) sorted by relevance

/external/cronet/tot/third_party/llvm-libc/src/src/math/generic/
Dcbrt.cpp315 Float128::MantissaType rounding_bits = variable
319 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) {
/external/llvm-libc/src/math/generic/
Dcbrt.cpp315 Float128::MantissaType rounding_bits = variable
319 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) {
/external/cronet/stable/third_party/llvm-libc/src/src/math/generic/
Dcbrt.cpp315 Float128::MantissaType rounding_bits = variable
319 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) {
/external/libgav1/src/dsp/
Dweight_mask.cc41 constexpr int rounding_bits = bitdepth - 8 + ((bitdepth == 12) ? 2 : 4); in WeightMask_C() local
45 std::abs(pred_0[x] - pred_1[x]), rounding_bits); in WeightMask_C()
/external/libgav1/src/dsp/x86/
Dintrapred_directional_sse4.cc94 const int rounding_bits = 5; in DirectionalZone1_4xH() local
134 prod = RightShiftWithRounding_U16(prod, rounding_bits); in DirectionalZone1_4xH()
161 const int rounding_bits = 5; in DirectionalZone1_Large() local
190 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() local
293 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 …]
/external/libgav1/src/dsp/arm/
Dweight_mask_neon.cc54 constexpr int rounding_bits = bitdepth - 8 + ((bitdepth == 12) ? 2 : 4); in AbsolutePredDifference() local
57 rounding_bits); in AbsolutePredDifference()
62 constexpr int rounding_bits = bitdepth - 8 + ((bitdepth == 12) ? 2 : 4); in AbsolutePredDifference() local
63 return vrshrq_n_u16(vabdq_u16(pred.val[0], pred.val[1]), rounding_bits); in AbsolutePredDifference()