Home
last modified time | relevance | path

Searched refs:clip_max (Results 1 - 3 of 3) sorted by relevance

/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/include/adapt/
H A Dhi_math_adapt.h63 #define clip_max(x, max) ((x) > (max) ? (max) : (x)) macro
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/adapt/
H A Dhi_math_adapt.h60 #define clip_max(x, max) ((x) > (max) ? (max) : (x)) macro
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/adapt/
H A Dhi_math_adapt.h60 #define clip_max(x, max) ((x) > (max) ? (max) : (x)) macro

Completed in 3 milliseconds