Searched refs:this_frame_stats (Results 1 – 5 of 5) sorted by relevance
99 FIRSTPASS_STATS this_frame_stats; member
1088 twopass->this_frame_stats = fps; in vp9_first_pass()1089 output_stats(&twopass->this_frame_stats, cpi->output_pkt_list); in vp9_first_pass()1103 (twopass->this_frame_stats.pcnt_inter > 0.20) && in vp9_first_pass()1104 ((twopass->this_frame_stats.intra_error / in vp9_first_pass()1105 DOUBLE_DIVIDE_CHECK(twopass->this_frame_stats.coded_error)) > 2.0))) { in vp9_first_pass()
2843 ((cpi->twopass.this_frame_stats.inactive_zone_rows > 0) || in vp9_internal_image_edge()2844 (cpi->twopass.this_frame_stats.inactive_zone_cols > 0)); in vp9_internal_image_edge()2861 top_edge += (int)(twopass->this_frame_stats.inactive_zone_rows * 2); in vp9_active_h_edge()2863 bottom_edge -= (int)(twopass->this_frame_stats.inactive_zone_rows * 2); in vp9_active_h_edge()2888 left_edge += (int)(twopass->this_frame_stats.inactive_zone_cols * 2); in vp9_active_v_edge()2890 right_edge -= (int)(twopass->this_frame_stats.inactive_zone_cols * 2); in vp9_active_v_edge()
583 FIRSTPASS_STATS this_frame_stats; member
850 memcpy(&cpi->twopass.this_frame_stats, in vp8_first_pass()853 output_stats(cpi, cpi->output_pkt_list, &cpi->twopass.this_frame_stats); in vp8_first_pass()861 (cpi->twopass.this_frame_stats.pcnt_inter > 0.20) && in vp8_first_pass()862 ((cpi->twopass.this_frame_stats.intra_error / in vp8_first_pass()863 DOUBLE_DIVIDE_CHECK(cpi->twopass.this_frame_stats.coded_error)) > in vp8_first_pass()