comparison libvo/mga_common.c @ 5406:7a8e6b6418f5

10l
author arpi
date Sat, 30 Mar 2002 18:09:30 +0000
parents c7455d4079ae
children 0c5025974a83
comparison
equal deleted inserted replaced
5405:c7455d4079ae 5406:7a8e6b6418f5
86 width/=2;height/=2;x/=2;y/=2; 86 width/=2;height/=2;x/=2;y/=2;
87 87
88 dest = vid_data + bespitch*mga_vid_config.src_height + bespitch*y + 2*x; 88 dest = vid_data + bespitch*mga_vid_config.src_height + bespitch*y + 2*x;
89 89
90 interleaveBytes(image[1],image[2],dest, 90 interleaveBytes(image[1],image[2],dest,
91 mga_vid_config.src_width, height, 91 width, height,
92 stride[1], stride[2], bespitch); 92 stride[1], stride[2], bespitch);
93 } 93 }
94 94
95 static void 95 static void
96 draw_slice_g400(uint8_t *image[], int stride[], int w,int h,int x,int y) 96 draw_slice_g400(uint8_t *image[], int stride[], int w,int h,int x,int y)