Searched defs: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 | 41 #define clip3(x, a, b) (((x) > (a)) ? (((x) < (b)) ? (x) : (b)) : (a)) macro
|
| /device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/include/adapt/ |
| H A D | hi_math_adapt.h | 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 | 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 | 59 #define clip3(x, min, max) ((x) < (min) ? (min) : ((x) > (max) ? (max) : (x))) macro
|
| /kernel/linux/linux-6.6/drivers/media/platform/verisilicon/ |
| H A D | hantro_g2_vp9_dec.c | 390 static inline s16 clip3(s16 x, s16 y, s16 z) in clip3() function
|
Completed in 5 milliseconds