Lines Matching defs:yy0
1422 int cblkx, cblky, cblkno=0, xx0, x0, xx1, y0, yy0, yy1, bandpos;
1423 yy0 = bandno == 0 ? 0 : comp->reslevel[reslevelno-1].coord[1][1] - comp->reslevel[reslevelno-1].coord[1][0];
1424 y0 = yy0;
1426 band->coord[1][1]) - band->coord[1][0] + yy0;
1445 for (y = yy0; y < yy1; y++){
1446 int *ptr = t1.data + (y-yy0)*t1.stride;
1452 for (y = yy0; y < yy1; y++){
1453 int *ptr = t1.data + (y-yy0)*t1.stride;
1467 encode_cblk(s, &t1, prec->cblk + cblkno, tile, xx1 - xx0, yy1 - yy0,
1472 yy0 = yy1;