Home
last modified time | relevance | path

Searched refs:amax (Results 1 - 4 of 4) sorted by relevance

/device/soc/rockchip/common/hardware/mpp/include/
H A Dmpp_common.h213 static __inline signed int mpp_clip(signed int a, signed int amin, signed int amax) in mpp_clip() argument
217 } else if (a > amax) { in mpp_clip()
218 return amax; in mpp_clip()
/device/soc/rockchip/rk3399/hardware/mpp/include/
H A Dmpp_common.h198 static __inline RK_S32 mpp_clip(RK_S32 a, RK_S32 amin, RK_S32 amax) in mpp_clip() argument
202 } else if (a > amax) { in mpp_clip()
203 return amax; in mpp_clip()
/device/soc/rockchip/rk3568/hardware/mpp/include/
H A Dmpp_common.h198 static __inline RK_S32 mpp_clip(RK_S32 a, RK_S32 amin, RK_S32 amax) in mpp_clip() argument
202 } else if (a > amax) { in mpp_clip()
203 return amax; in mpp_clip()
/device/soc/rockchip/rk3588/hardware/mpp/include/
H A Dmpp_common.h174 static __inline RK_S32 mpp_clip(RK_S32 a, RK_S32 amin, RK_S32 amax) in mpp_clip() argument
177 else if (a > amax) return amax; in mpp_clip()

Completed in 4 milliseconds