Home
last modified time | relevance | path

Searched defs:yuv1 (Results 1 – 2 of 2) sorted by relevance

/external/libkmsxx/kms++util/src/
Ddrawing.cpp62 void draw_yuv422_macropixel(IFramebuffer& buf, unsigned x, unsigned y, YUV yuv1, YUV yuv2) in draw_yuv422_macropixel()
111 YUV yuv1, YUV yuv2, YUV yuv3, YUV yuv4) in draw_yuv420_macropixel()
/external/webp/src/enc/
Dfilter_enc.c112 static double GetMBSSIM(const uint8_t* yuv1, const uint8_t* yuv2) { in GetMBSSIM()