Searched refs:this_frame_stats (Results 1 – 3 of 3) sorted by relevance
494 FIRSTPASS_STATS *this_frame_stats; member
795 memcpy(cpi->this_frame_stats, in vp8_first_pass()798 output_stats(cpi, cpi->output_pkt_list, cpi->this_frame_stats); in vp8_first_pass()804 (cpi->this_frame_stats->pcnt_inter > 0.20) && in vp8_first_pass()805 ((cpi->this_frame_stats->intra_error / cpi->this_frame_stats->coded_error) > 2.0)) in vp8_first_pass()
315 vpx_free(cpi->this_frame_stats); in dealloc_compressor_data()316 cpi->this_frame_stats = 0; in dealloc_compressor_data()1360 vpx_free(cpi->this_frame_stats); in vp8_alloc_compressor_data()1362 cpi->this_frame_stats = vpx_calloc(1, sizeof(FIRSTPASS_STATS)); in vp8_alloc_compressor_data()1364 if(!cpi->total_stats || !cpi->this_frame_stats) in vp8_alloc_compressor_data()