Searched refs:hi_max3 (Results 1 - 3 of 3) sorted by relevance
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/include/adapt/ |
H A D | hi_math_adapt.h | 43 * hi_max3(x,y,z) maximum of x, y and z 50 #define hi_max3(x, y, z) ((x) > (y) ? hi_max2(x, z) : hi_max2(y, z)) macro 52 #define median(x, y, z) (((x) + (y) + (z) - hi_max3(x, y, z)) - hi_min3(x, y, z))
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/adapt/ |
H A D | hi_math_adapt.h | 40 * hi_max3(x,y,z) maximum of x, y and z 47 #define hi_max3(x, y, z) ((x) > (y) ? hi_max2(x, z) : hi_max2(y, z)) macro 49 #define median(x, y, z) (((x) + (y) + (z) - hi_max3(x, y, z)) - hi_min3(x, y, z))
|
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/adapt/ |
H A D | hi_math_adapt.h | 40 * hi_max3(x,y,z) maximum of x, y and z 47 #define hi_max3(x, y, z) ((x) > (y) ? hi_max2(x, z) : hi_max2(y, z)) macro 49 #define median(x, y, z) (((x) + (y) + (z) - hi_max3(x, y, z)) - hi_min3(x, y, z))
|
Completed in 3 milliseconds