Searched refs:u32Rgb (Results 1 - 3 of 3) sorted by relevance
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/include/ |
H A D | hi_math.h | 191 __inline static HI_U32 Rgb2Yuv(HI_U32 u32Rgb) in Rgb2Yuv() argument 195 Rgb2Yc(RGB_R(u32Rgb), RGB_G(u32Rgb), RGB_B(u32Rgb), &y, &u, &v); in Rgb2Yuv() 213 __inline static HI_U32 Rgb2Yuv_full(HI_U32 u32Rgb) in Rgb2Yuv_full() argument 217 Rgb2Yc_full(RGB_R(u32Rgb), RGB_G(u32Rgb), RGB_B(u32Rgb), &y, &u, &v); in Rgb2Yuv_full() 238 __inline static HI_U32 Rgb2Yuv_8BIT(HI_U32 u32Rgb) in Rgb2Yuv_8BIT() argument 242 Rgb2Yc_8BIT(RGB_R(u32Rgb), RGB_ in Rgb2Yuv_8BIT() 260 Rgb2Yuv_full_8BIT(HI_U32 u32Rgb) Rgb2Yuv_full_8BIT() argument [all...] |
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/ |
H A D | hi_math.h | 188 __inline static HI_U32 Rgb2Yuv(HI_U32 u32Rgb) in Rgb2Yuv() argument 192 Rgb2Yc(RGB_R(u32Rgb), RGB_G(u32Rgb), RGB_B(u32Rgb), &y, &u, &v); in Rgb2Yuv() 210 __inline static HI_U32 Rgb2Yuv_full(HI_U32 u32Rgb) in Rgb2Yuv_full() argument 214 Rgb2Yc_full(RGB_R(u32Rgb), RGB_G(u32Rgb), RGB_B(u32Rgb), &y, &u, &v); in Rgb2Yuv_full() 235 __inline static HI_U32 Rgb2Yuv_8BIT(HI_U32 u32Rgb) in Rgb2Yuv_8BIT() argument 239 Rgb2Yc_8BIT(RGB_R(u32Rgb), RGB_ in Rgb2Yuv_8BIT() 257 Rgb2Yuv_full_8BIT(HI_U32 u32Rgb) Rgb2Yuv_full_8BIT() argument [all...] |
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/ |
H A D | hi_math.h | 190 __inline static HI_U32 Rgb2Yuv(HI_U32 u32Rgb) in Rgb2Yuv() argument 194 Rgb2Yc(RGB_R(u32Rgb), RGB_G(u32Rgb), RGB_B(u32Rgb), &y, &u, &v); in Rgb2Yuv() 212 __inline static HI_U32 Rgb2Yuv_full(HI_U32 u32Rgb) in Rgb2Yuv_full() argument 216 Rgb2Yc_full(RGB_R(u32Rgb), RGB_G(u32Rgb), RGB_B(u32Rgb), &y, &u, &v); in Rgb2Yuv_full() 237 __inline static HI_U32 Rgb2Yuv_8BIT(HI_U32 u32Rgb) in Rgb2Yuv_8BIT() argument 241 Rgb2Yc_8BIT(RGB_R(u32Rgb), RGB_ in Rgb2Yuv_8BIT() 259 Rgb2Yuv_full_8BIT(HI_U32 u32Rgb) Rgb2Yuv_full_8BIT() argument [all...] |
Completed in 2 milliseconds