Home
last modified time | relevance | path

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

/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/include/
H A Dhi_math.h176 * Rgb2Yc(r, g, b, *y, *u, *u) convert r,g,b to y,u,v
179 __inline static HI_VOID Rgb2Yc(HI_U16 r, HI_U16 g, HI_U16 b, HI_U16 *py, HI_U16 *pcb, HI_U16 *pcr) in Rgb2Yc() function
195 Rgb2Yc(RGB_R(u32Rgb), RGB_G(u32Rgb), RGB_B(u32Rgb), &y, &u, &v); in Rgb2Yuv()
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/
H A Dhi_math.h173 * Rgb2Yc(r, g, b, *y, *u, *u) convert r,g,b to y,u,v
176 __inline static HI_VOID Rgb2Yc(HI_U16 r, HI_U16 g, HI_U16 b, HI_U16 *py, HI_U16 *pcb, HI_U16 *pcr) in Rgb2Yc() function
192 Rgb2Yc(RGB_R(u32Rgb), RGB_G(u32Rgb), RGB_B(u32Rgb), &y, &u, &v); in Rgb2Yuv()
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/
H A Dhi_math.h175 * Rgb2Yc(r, g, b, *y, *u, *u) convert r,g,b to y,u,v
178 __inline static HI_VOID Rgb2Yc(HI_U16 r, HI_U16 g, HI_U16 b, HI_U16 *py, HI_U16 *pcb, HI_U16 *pcr) in Rgb2Yc() function
194 Rgb2Yc(RGB_R(u32Rgb), RGB_G(u32Rgb), RGB_B(u32Rgb), &y, &u, &v); in Rgb2Yuv()

Completed in 3 milliseconds