Home | History | Annotate | Download | only in encode

Lines Matching defs:y_src

359     unsigned char *y_src, *u_src, *v_src;
376 y_src = newImageBuffer;
386 memcpy(y_dst, y_src, surface_image.width);
388 y_src += picture_width;