Home | History | Annotate | Download | only in encode

Lines Matching refs:v_dst

439     unsigned char *y_dst, *u_dst, *v_dst;
461 v_dst = surface_p + surface_image.offsets[2];
485 v_dst[col] = v_src[col];
489 v_dst += surface_image.pitches[2];