Searched refs:this_frame_stats (Results 1 – 5 of 5) sorted by relevance
134 FIRSTPASS_STATS this_frame_stats; member
1489 twopass->this_frame_stats = fps; in vp9_first_pass()1490 output_stats(&twopass->this_frame_stats, cpi->output_pkt_list); in vp9_first_pass()1504 (twopass->this_frame_stats.pcnt_inter > 0.20) && in vp9_first_pass()1505 ((twopass->this_frame_stats.intra_error / in vp9_first_pass()1506 DOUBLE_DIVIDE_CHECK(twopass->this_frame_stats.coded_error)) > 2.0))) { in vp9_first_pass()
2934 ((cpi->twopass.this_frame_stats.inactive_zone_rows > 0) || in vp9_internal_image_edge()2935 (cpi->twopass.this_frame_stats.inactive_zone_cols > 0)); in vp9_internal_image_edge()2952 top_edge += (int)(twopass->this_frame_stats.inactive_zone_rows * 2); in vp9_active_h_edge()2954 bottom_edge -= (int)(twopass->this_frame_stats.inactive_zone_rows * 2); in vp9_active_h_edge()2979 left_edge += (int)(twopass->this_frame_stats.inactive_zone_cols * 2); in vp9_active_v_edge()2981 right_edge -= (int)(twopass->this_frame_stats.inactive_zone_cols * 2); in vp9_active_v_edge()
563 FIRSTPASS_STATS this_frame_stats; member
800 memcpy(&cpi->twopass.this_frame_stats, &fps, sizeof(FIRSTPASS_STATS)); in vp8_first_pass()801 output_stats(cpi, cpi->output_pkt_list, &cpi->twopass.this_frame_stats); in vp8_first_pass()809 (cpi->twopass.this_frame_stats.pcnt_inter > 0.20) && in vp8_first_pass()810 ((cpi->twopass.this_frame_stats.intra_error / in vp8_first_pass()811 DOUBLE_DIVIDE_CHECK(cpi->twopass.this_frame_stats.coded_error)) > in vp8_first_pass()