Lines Matching +full:576 +full:i
56 static unsigned char frame[576*720*3/2];
57 static unsigned char framey[576*720];
58 static unsigned char frameu[576*720 / 4];
59 static unsigned char framev[576*720 / 4];
63 unsigned int y, x, i;
71 for (i = 0; i < 16; i++) {
72 memcpy(dst + x + (y + i) * dstride, src, 16);
81 unsigned int y, x, i;
90 for (i = 0; i < 16; i++) {
91 int idx = x + (y + i) * dstride;
111 int i;
121 de_macro_y(framey, frame, 720, 720, 576);
122 de_macro_uv(frameu, framev, frame + 720 * 576, 720 / 2, 720 / 2, 576 / 2);
161 'ITV0': This magic number assumes all VBI lines are captured, i.e. it implicitly