Home | History | Annotate | Download | only in encoder

Lines Matching refs:tmp_frame

2647     FIRSTPASS_STATS tmp_frame;
2652 memcpy(&tmp_frame, &first_frame, sizeof(first_frame));
2664 kf_group_err += calculate_modified_err(cpi, &tmp_frame);
2665 kf_group_intra_err += tmp_frame.intra_error;
2666 kf_group_coded_err += tmp_frame.coded_error;
2669 input_stats(cpi, &tmp_frame);