Searched refs:MAKE_YUV_U (Results 1 – 1 of 1) sorted by relevance
121 uint8_t MAKE_YUV_U(uint8_t r, uint8_t g, uint8_t b, YUVType type) in MAKE_YUV_U() function143 this->u = MAKE_YUV_U(rgb.r, rgb.g, rgb.b, type); in YUV()