Home
last modified time | relevance | path

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

/rockchip-linux_mpp/osal/inc/
H A Dmpp_common.h195 static __inline RK_S32 mpp_clip(RK_S32 a, RK_S32 amin, RK_S32 amax) in mpp_clip() argument
198 else if (a > amax) return amax; in mpp_clip()