Home
last modified time | relevance | path

Searched refs:MAKE_YUV_Y (Results 1 – 1 of 1) sorted by relevance

/external/libkmsxx/kms++util/src/
Dcolor.cpp111 uint8_t MAKE_YUV_Y(uint8_t r, uint8_t g, uint8_t b, YUVType type) in MAKE_YUV_Y() function
142 this->y = MAKE_YUV_Y(rgb.r, rgb.g, rgb.b, type); in YUV()