Searched defs:Y (Results 1 – 8 of 8) sorted by relevance
102 #define iptodot(X,Y) \ argument
71 double Y; member
50 #define CONVERT_TO_PERCENTAGE(X, Y) X* Y / 100 argument
41 static uint32_t yuvToRgbx(const unsigned char Y, const unsigned char Uin, const unsigned char Vin, in yuvToRgbx()
42 #define MIN(X,Y) ((X) < (Y) ? (X) : (Y)) argument
928 char* Y = ipBuffer; in fillByteBuffer() local