Home
last modified time | relevance | path

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

/external/libvncserver/common/
Dzywrletemplate.c559 #define ZYWRLE_RGBYUV1(R,G,B,Y,U,V,ymask,uvmask) { \ argument
566 Y &= ymask; \
570 Y += (0xFFFFFFFF-ymask+1); \
/external/libxml2/
Dxmlschemastypes.c4010 unsigned char xmask, ymask, xor_mask, and_mask; in xmlSchemaCompareDates() local
4172 ymask = 0xf; in xmlSchemaCompareDates()
4175 ymask = 0x7; in xmlSchemaCompareDates()
4178 ymask = 0x1; in xmlSchemaCompareDates()
4181 ymask = 0x2; in xmlSchemaCompareDates()
4184 ymask = 0x3; in xmlSchemaCompareDates()
4187 ymask = 0x3; in xmlSchemaCompareDates()
4190 ymask = 0x6; in xmlSchemaCompareDates()
4193 ymask = 0x8; in xmlSchemaCompareDates()
4196 ymask = 0; in xmlSchemaCompareDates()
[all …]
/external/skqp/third_party/etc1/
Detc1.cpp539 int ymask = kYMask[yEnd]; in etc1_encode_image() local
545 int mask = ymask & kXMask[xEnd]; in etc1_encode_image()