Home | History | Annotate | Download | only in encode

Lines Matching refs:y_dst

439     unsigned char *y_dst, *u_dst, *v_dst;
459 y_dst = surface_p + surface_image.offsets[0];
465 memcpy(y_dst, y_src, surface_image.width);
466 y_dst += surface_image.pitches[0];