Lines Matching refs:plane
703 int x, y, i, j, k, x2, y2, x3, y3, plane, shift, mbn;
727 plane = y2 < 4 ? 0 : 1 + (x2 >> 1);
731 base[j] = (data[plane][((x + x3) >> shift) + ((y + y3) >> shift) * linesize[plane]] +
732 data[plane][((x + x3) >> shift) + 1 + ((y + y3) >> shift) * linesize[plane]] +
733 data[plane][((x + x3) >> shift) + (((y + y3) >> shift) + 1) * linesize[plane]] +
734 data[plane][((x + x3) >> shift) + 1 + (((y + y3) >> shift) + 1) * linesize[plane]]) >> 2;
741 plane = k >= 4 ? k - 3 : 0;
751 base[j] = data[plane][x3 + y3 * linesize[plane]];