Home | History | Annotate | Download | only in encode

Lines Matching refs:y_dst

360     unsigned char *y_dst, *u_dst, *v_dst;
380 y_dst = surface_p + surface_image.offsets[0];
386 memcpy(y_dst, y_src, surface_image.width);
387 y_dst += surface_image.pitches[0];