Searched refs:MAKE_YUV_Y (Results 1 – 1 of 1) sorted by relevance
111 uint8_t MAKE_YUV_Y(uint8_t r, uint8_t g, uint8_t b, YUVType type) in MAKE_YUV_Y() function142 this->y = MAKE_YUV_Y(rgb.r, rgb.g, rgb.b, type); in YUV()