Searched refs:this_frame_stats (Results 1 – 4 of 4) sorted by relevance
46 FIRSTPASS_STATS this_frame_stats; member
831 twopass->this_frame_stats = fps; in vp9_first_pass()832 output_stats(&twopass->this_frame_stats, cpi->output_pkt_list); in vp9_first_pass()840 (twopass->this_frame_stats.pcnt_inter > 0.20) && in vp9_first_pass()841 ((twopass->this_frame_stats.intra_error / in vp9_first_pass()842 DOUBLE_DIVIDE_CHECK(twopass->this_frame_stats.coded_error)) > 2.0))) { in vp9_first_pass()
574 FIRSTPASS_STATS this_frame_stats; member
849 memcpy(&cpi->twopass.this_frame_stats, in vp8_first_pass()852 output_stats(cpi, cpi->output_pkt_list, &cpi->twopass.this_frame_stats); in vp8_first_pass()860 (cpi->twopass.this_frame_stats.pcnt_inter > 0.20) && in vp8_first_pass()861 ((cpi->twopass.this_frame_stats.intra_error / in vp8_first_pass()862 DOUBLE_DIVIDE_CHECK(cpi->twopass.this_frame_stats.coded_error)) > in vp8_first_pass()