Home | History | Annotate | Download | only in transcode

Lines Matching defs:y_src

2162     unsigned char *y_src, *u_src, *v_src;
2180 y_src = newImageBuffer;
2190 memcpy(y_dst, y_src, surface_image.width);
2192 y_src += picture_width;