Searched refs:amax (Results 1 – 1 of 1) sorted by relevance
195 static __inline RK_S32 mpp_clip(RK_S32 a, RK_S32 amin, RK_S32 amax) in mpp_clip() argument198 else if (a > amax) return amax; in mpp_clip()