Searched defs:luma (Results 1 – 5 of 5) sorted by relevance
5 void b(uint16x8_t sat, uint16x8_t luma) in b()
174 double luma = (r * 0.2125 + g * 0.7154 + b * 0.0721) * ((double)a / 255.0); in drawContentIntoMaskImage() local
165 uint8_t* luma, int luma_size, int luma_stride, in WebPDecodeYUVInto()
503 WebPIDecoder* WebPINewYUV(uint8_t* luma, int luma_size, int luma_stride, in WebPINewYUV()
439 const int luma = 16839 * r + 33059 * g + 6420 * b; in rgb_to_y() local