Home
last modified time | relevance | path

Searched refs:this_frame_stats (Results 1 – 5 of 5) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.h99 FIRSTPASS_STATS this_frame_stats; member
Dvp9_firstpass.c1088 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()
Dvp9_rdopt.c2843 ((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()
/external/libvpx/libvpx/vp8/encoder/
Donyx_int.h583 FIRSTPASS_STATS this_frame_stats; member
Dfirstpass.c850 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()