Home | History | Annotate | Download | only in encode

Lines Matching defs:y_src

438     unsigned char *y_src, *u_src, *v_src;
455 y_src = ctx->frame_data_buffer;
465 memcpy(y_dst, y_src, surface_image.width);
467 y_src += ctx->width;