Home | History | Annotate | Download | only in encoder

Lines Matching refs:first_frame

2103     FIRSTPASS_STATS first_frame;
2134 vpx_memcpy(&first_frame, this_frame, sizeof(*this_frame));
2148 // The effect of the key frame itself can be subtracted out using the first_frame data collected above
2196 // The effect of the key frame itself can be subtracted out using the first_frame data collected above
2531 double group_iiratio = (kf_group_intra_err - first_frame.intra_error) / (kf_group_coded_err - first_frame.coded_error);