Home | History | Annotate | Download | only in encode

Lines Matching refs:y_size

440     int y_size = ctx->width * ctx->height;
456 u_src = ctx->frame_data_buffer + y_size; /* UV offset for NV12 */
457 v_src = ctx->frame_data_buffer + y_size + u_size;