Home
last modified time | relevance | path

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

/external/libgav1/libgav1/src/dsp/
Dweight_mask.cc40 constexpr int rounding_bits = bitdepth - 8 + ((bitdepth == 12) ? 2 : 4); in WeightMask_C() local
44 std::abs(pred_0[x] - pred_1[x]), rounding_bits); in WeightMask_C()
/external/libgav1/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 …]