Home | History | Annotate | Download | only in etc1

Lines Matching refs:xEnd

541             etc1_uint32 xEnd = width - x;
542 if (xEnd > 4) {
543 xEnd = 4;
545 int mask = ymask & kXMask[xEnd];
550 memcpy(q, p, xEnd * 3);
552 for (etc1_uint32 cx = 0; cx < xEnd; cx++) {
593 etc1_uint32 xEnd = width - x;
594 if (xEnd > 4) {
595 xEnd = 4;
603 memcpy(p, q, xEnd * 3);
605 for (etc1_uint32 cx = 0; cx < xEnd; cx++) {