Home | History | Annotate | Download | only in etc1

Lines Matching defs:yEnd

551         etc1_uint32 yEnd = outHeight - y;
552 if (yEnd > 4) {
553 yEnd = 4;
555 int ymask = kYMask[yEnd];
565 for (etc1_uint32 cy = 0; cy < yEnd; cy++) {
609 for (etc1_uint32 cy = 0; cy < yEnd; cy++) {
633 for (etc1_uint32 cy = 0; cy < yEnd; cy++) {
683 etc1_uint32 yEnd = height - y;
684 if (yEnd > 4) {
685 yEnd = 4;
694 for (etc1_uint32 cy = 0; cy < yEnd; cy++) {