Home | History | Annotate | Download | only in encode

Lines Matching refs:v_dst

360     unsigned char *y_dst, *u_dst, *v_dst;
382 v_dst = surface_p + surface_image.offsets[2];
408 v_dst = surface_p + surface_image.offsets[V];
412 memcpy(v_dst, v_src, surface_image.width / 2);
414 v_dst += surface_image.pitches[V];