Searched refs:this_frame_stats (Results 1 – 8 of 8) sorted by relevance
806 twopass->this_frame_stats = fps; in av1_first_pass()807 output_stats(&twopass->this_frame_stats, cpi->output_pkt_list); in av1_first_pass()815 (twopass->this_frame_stats.pcnt_inter > 0.20) && in av1_first_pass()816 ((twopass->this_frame_stats.intra_error / in av1_first_pass()817 DOUBLE_DIVIDE_CHECK(twopass->this_frame_stats.coded_error)) > 2.0))) { in av1_first_pass()
132 FIRSTPASS_STATS this_frame_stats; member
2134 top_edge += (int)(twopass->this_frame_stats.inactive_zone_rows * 2); in active_h_edge()2136 bottom_edge -= (int)(twopass->this_frame_stats.inactive_zone_rows * 2); in active_h_edge()2161 left_edge += (int)(twopass->this_frame_stats.inactive_zone_cols * 2); in active_v_edge()2163 right_edge -= (int)(twopass->this_frame_stats.inactive_zone_cols * 2); in active_v_edge()
150 FIRSTPASS_STATS this_frame_stats; member
1425 twopass->this_frame_stats = fps; in vp9_first_pass()1426 output_stats(&twopass->this_frame_stats, cpi->output_pkt_list); in vp9_first_pass()1440 (twopass->this_frame_stats.pcnt_inter > 0.20) && in vp9_first_pass()1441 ((twopass->this_frame_stats.intra_error / in vp9_first_pass()1442 DOUBLE_DIVIDE_CHECK(twopass->this_frame_stats.coded_error)) > 2.0))) { in vp9_first_pass()
3081 ((cpi->twopass.this_frame_stats.inactive_zone_rows > 0) || in vp9_internal_image_edge()3082 (cpi->twopass.this_frame_stats.inactive_zone_cols > 0)); in vp9_internal_image_edge()3099 top_edge += (int)(twopass->this_frame_stats.inactive_zone_rows * 2); in vp9_active_h_edge()3101 bottom_edge -= (int)(twopass->this_frame_stats.inactive_zone_rows * 2); in vp9_active_h_edge()3126 left_edge += (int)(twopass->this_frame_stats.inactive_zone_cols * 2); in vp9_active_v_edge()3128 right_edge -= (int)(twopass->this_frame_stats.inactive_zone_cols * 2); in vp9_active_v_edge()
568 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()