Home | History | Annotate | Download | only in transcode

Lines Matching defs:u_src

2162     unsigned char *y_src, *u_src, *v_src;
2181 u_src = newImageBuffer + y_size; /* UV offset for NV12 */
2196 memcpy(u_dst, u_src, picture_width*picture_height/2);
2202 u_dst[col * 2] = u_src[col];
2207 u_src += (picture_width / 2);