Home | History | Annotate | Download | only in transcode

Lines Matching refs:y_dst

2163     unsigned char *y_dst, *u_dst, *v_dst;
2184 y_dst = (unsigned char *)(surface_p + surface_image.offsets[0]);
2190 memcpy(y_dst, y_src, surface_image.width);
2191 y_dst += surface_image.pitches[0];