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.c3996 unsigned char xmask, ymask, xor_mask, and_mask; in xmlSchemaCompareDates() local
4158 ymask = 0xf; in xmlSchemaCompareDates()
4161 ymask = 0x7; in xmlSchemaCompareDates()
4164 ymask = 0x1; in xmlSchemaCompareDates()
4167 ymask = 0x2; in xmlSchemaCompareDates()
4170 ymask = 0x3; in xmlSchemaCompareDates()
4173 ymask = 0x3; in xmlSchemaCompareDates()
4176 ymask = 0x6; in xmlSchemaCompareDates()
4179 ymask = 0x8; in xmlSchemaCompareDates()
4182 ymask = 0; in xmlSchemaCompareDates()
[all …]
/external/skia/third_party/etc1/
Detc1.cpp539 int ymask = kYMask[yEnd]; in etc1_encode_image() local
545 int mask = ymask & kXMask[xEnd]; in etc1_encode_image()