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.cc87 RightShiftWithRoundingSigned(yc, kWarpedModelPrecisionBits - 3); in SetupGlobalMv()
89 RightShiftWithRoundingSigned(xc, kWarpedModelPrecisionBits - 3); in SetupGlobalMv()
92 RightShiftWithRoundingSigned(yc, kWarpedModelPrecisionBits - 2)); in SetupGlobalMv()
94 RightShiftWithRoundingSigned(xc, kWarpedModelPrecisionBits - 2)); in SetupGlobalMv()
/external/libgav1/libgav1/src/utils/
Dcommon.h247 inline int32_t RightShiftWithRoundingSigned(int32_t value, int bits) { in RightShiftWithRoundingSigned() function
257 inline int32_t RightShiftWithRoundingSigned(int64_t value, int bits) { in RightShiftWithRoundingSigned() function
423 Clip3(RightShiftWithRoundingSigned( in GetMvProjection()
/external/libgav1/libgav1/src/tile/
Dprediction.cc971 *step_x = RightShiftWithRoundingSigned( in ScaleMotionVector()
979 RightShiftWithRoundingSigned( in ScaleMotionVector()
990 *step_y = RightShiftWithRoundingSigned( in ScaleMotionVector()
996 RightShiftWithRoundingSigned( in ScaleMotionVector()
/external/libgav1/libgav1/src/dsp/
Dintrapred_cfl.cc55 dst[x] = Clip3(dc + RightShiftWithRoundingSigned(alpha * luma[y][x], 6), in CflIntraPredictor_C()