Home
last modified time | relevance | path

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

/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/include/
H A Dhi_math.h154 * YUV(y,u,v) assemble the y,u,v to 30bit color
159 #define YUV(y, u, v) ((((y) & 0x03ff) << 20) | (((u) & 0x03ff) << 10) | ((v) & 0x03ff)) macro
197 return YUV(y, u, v); in Rgb2Yuv()
219 return YUV(y, u, v); in Rgb2Yuv_full()
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/
H A Dhi_math.h151 * YUV(y,u,v) assemble the y,u,v to 30bit color
156 #define YUV(y, u, v) ((((y) & 0x03ff) << 20) | (((u) & 0x03ff) << 10) | ((v) & 0x03ff)) macro
194 return YUV(y, u, v); in Rgb2Yuv()
216 return YUV(y, u, v); in Rgb2Yuv_full()
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/
H A Dhi_math.h153 * YUV(y,u,v) assemble the y,u,v to 30bit color
158 #define YUV(y, u, v) ((((y) & 0x03ff) << 20) | (((u) & 0x03ff) << 10) | ((v) & 0x03ff)) macro
196 return YUV(y, u, v); in Rgb2Yuv()
218 return YUV(y, u, v); in Rgb2Yuv_full()

Completed in 3 milliseconds