Home
last modified time | relevance | path

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

/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/include/
H A Dhi_math.h166 * YUV_8BIT_Y(c) get Y from 24bit color
171 #define YUV_8BIT_Y(c) (((c) & 0xff0000) >> 16) macro
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/
H A Dhi_math.h163 * YUV_8BIT_Y(c) get Y from 24bit color
168 #define YUV_8BIT_Y(c) (((c) & 0xff0000) >> 16) macro
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/
H A Dhi_math.h165 * YUV_8BIT_Y(c) get Y from 24bit color
170 #define YUV_8BIT_Y(c) (((c) & 0xff0000) >> 16) macro

Completed in 3 milliseconds