Lines Matching defs:first_frame
2263 FIRSTPASS_STATS first_frame;
2298 vpx_memcpy(&first_frame, this_frame, sizeof(*this_frame));
2313 // The effect of the key frame itself can be subtracted out using the first_frame data collected above
2379 vpx_memcpy(&tmp_frame, &first_frame, sizeof(first_frame));
2415 // The effect of the key frame itself can be subtracted out using the first_frame data collected above
2722 double group_iiratio = (kf_group_intra_err - first_frame.intra_error) / (kf_group_coded_err - first_frame.coded_error);