Lines Matching refs:last_frame
703 AV1_COMP *cpi, ThreadData *td, const YV12_BUFFER_CONFIG *const last_frame, in firstpass_inter_prediction() argument
727 xd->plane[0].pre[0].buf = last_frame->y_buffer + recon_yoffset; in firstpass_inter_prediction()
800 xd->plane[0].pre[0].buf = last_frame->y_buffer + recon_yoffset; in firstpass_inter_prediction()
802 xd->plane[1].pre[0].buf = last_frame->u_buffer + recon_uvoffset; in firstpass_inter_prediction()
803 xd->plane[2].pre[0].buf = last_frame->v_buffer + recon_uvoffset; in firstpass_inter_prediction()
992 const YV12_BUFFER_CONFIG *const last_frame, int frame_number, in print_reconstruction_frame() argument
1006 fwrite(last_frame->buffer_alloc, last_frame->frame_size, 1, recon_file); in print_reconstruction_frame()
1142 const YV12_BUFFER_CONFIG *last_frame = in av1_first_pass_row() local
1144 if (!last_frame) { in av1_first_pass_row()
1145 last_frame = get_ref_frame_yv12_buf(cm, LAST_FRAME); in av1_first_pass_row()
1225 cpi, td, last_frame, golden_frame, unit_row, unit_col, recon_yoffset, in av1_first_pass_row()
1343 const YV12_BUFFER_CONFIG *last_frame = NULL; in av1_first_pass() local
1347 last_frame = av1_is_scaled(get_ref_scale_factors_const(cm, LAST_FRAME)) in av1_first_pass()
1358 assert(frame_is_intra_only(cm) || (last_frame != NULL)); in av1_first_pass()
1381 av1_setup_pre_planes(xd, 0, last_frame, 0, 0, NULL, num_planes); in av1_first_pass()
1473 print_reconstruction_frame(last_frame, current_frame->frame_number, in av1_first_pass()