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