Home | History | Annotate | Download | only in encode

Lines Matching defs:u_src

438     unsigned char *y_src, *u_src, *v_src;
456 u_src = ctx->frame_data_buffer + y_size; /* UV offset for NV12 */
473 u_dst[col * 2] = u_src[col];
478 u_src += (ctx->width / 2);
484 u_dst[col] = u_src[col];
490 u_src += (ctx->width / 2);