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/adapt/
H A Dhi_math_adapt.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_linux/include/adapt/
H A Dhi_math_adapt.h160 * yuv_8bit_y(c) get Y from 24bit color
165 #define yuv_8bit_y(c) (((c) & 0xff0000) >> 16) macro
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/adapt/
H A Dhi_math_adapt.h160 * yuv_8bit_y(c) get Y from 24bit color
165 #define yuv_8bit_y(c) (((c) & 0xff0000) >> 16) macro

Completed in 3 milliseconds