Searched refs:clip3 (Results 1 - 5 of 5) sorted by relevance
/device/soc/hisilicon/hi3516dv300/sdk_linux/usr/sensor/primesensor_ps5260_2L/ |
H A D | ps5260_2l_cmos.h | 40 #ifndef clip3 41 #define clip3(x, a, b) (((x) > (a)) ? (((x) < (b)) ? (x) : (b)) : (a)) macro
|
H A D | ps5260_2l_cmos.c | 1073 g_gain_min[vi_pipe] = clip3(sg, PS5260_MIN_AGAIN_IDX, 16); /* clip 16 */ in patch_second() 1118 g_abclr[vi_pipe] = clip3(g_abclr[vi_pipe], ABC_LRUB_MIN, 31); /* clip 31 */ in cmos_get_sns_patch()
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/include/adapt/ |
H A D | hi_math_adapt.h | 56 * clip3(x,min,max) clip x within [min,max] 62 #define clip3(x, min, max) ((x) < (min) ? (min) : ((x) > (max) ? (max) : (x))) macro
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/adapt/ |
H A D | hi_math_adapt.h | 53 * clip3(x,min,max) clip x within [min,max] 59 #define clip3(x, min, max) ((x) < (min) ? (min) : ((x) > (max) ? (max) : (x))) macro
|
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/adapt/ |
H A D | hi_math_adapt.h | 53 * clip3(x,min,max) clip x within [min,max] 59 #define clip3(x, min, max) ((x) < (min) ? (min) : ((x) > (max) ? (max) : (x))) macro
|
Completed in 6 milliseconds