Home
last modified time | relevance | path

Searched refs:RightShiftWithRoundingSigned (Results 1 – 5 of 5) sorted by relevance

/external/libgav1/libgav1/src/
Dwarp_prediction.cc96 LeftShift(RightShiftWithRoundingSigned(Clip3(value, INT16_MIN, INT16_MAX), in GetShearParameter()
113 RightShiftWithRoundingSigned(v * division_factor, division_shift); in SetupShear()
117 RightShiftWithRoundingSigned(w * division_factor, division_shift) - in SetupShear()
211 params[2] = RightShiftWithRoundingSigned(params_2 * division_factor, in WarpEstimation()
213 params[3] = RightShiftWithRoundingSigned(params_3 * division_factor, in WarpEstimation()
215 params[4] = RightShiftWithRoundingSigned(params_4 * division_factor, in WarpEstimation()
217 params[5] = RightShiftWithRoundingSigned(params_5 * division_factor, in WarpEstimation()
Dmotion_vector.cc91 RightShiftWithRoundingSigned(yc, kWarpedModelPrecisionBits - 3); in SetupGlobalMv()
93 RightShiftWithRoundingSigned(xc, kWarpedModelPrecisionBits - 3); in SetupGlobalMv()
96 RightShiftWithRoundingSigned(yc, kWarpedModelPrecisionBits - 2)); in SetupGlobalMv()
98 RightShiftWithRoundingSigned(xc, kWarpedModelPrecisionBits - 2)); in SetupGlobalMv()
/external/libgav1/libgav1/src/utils/
Dcommon.h235 inline int32_t RightShiftWithRoundingSigned(int32_t value, int bits) { in RightShiftWithRoundingSigned() function
245 inline int32_t RightShiftWithRoundingSigned(int64_t value, int bits) { in RightShiftWithRoundingSigned() function
411 Clip3(RightShiftWithRoundingSigned( in GetMvProjection()
/external/libgav1/libgav1/src/tile/
Dtile.cc1303 *step_x = RightShiftWithRoundingSigned( in ScaleMotionVector()
1311 RightShiftWithRoundingSigned( in ScaleMotionVector()
1322 *step_y = RightShiftWithRoundingSigned( in ScaleMotionVector()
1328 RightShiftWithRoundingSigned( in ScaleMotionVector()
/external/libgav1/libgav1/src/dsp/
Dintrapred.cc450 dst[x] = Clip3(dc + RightShiftWithRoundingSigned(alpha * luma[y][x], 6), in CflIntraPredictor_C()