Home
last modified time | relevance | path

Searched refs:inactive_zone_rows (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.h55 double inactive_zone_rows; // Image mask rows top and bottom. member
Dvp9_firstpass.c129 stats->inactive_zone_rows, in output_stats()
168 section->inactive_zone_rows = 0.0; in zero_stats()
196 section->inactive_zone_rows += frame->inactive_zone_rows; in accumulate_stats()
222 section->inactive_zone_rows -= frame->inactive_zone_rows; in subtract_stats()
246 ((this_frame->inactive_zone_rows * 2) / (double)cpi->common.mb_rows)); in calculate_active_area()
1056 fps.inactive_zone_rows = (double)image_data_start_row; in vp9_first_pass()
1916 gf_group_inactive_zone_rows -= this_frame->inactive_zone_rows; in define_gf_group()
1965 gf_group_inactive_zone_rows += this_frame->inactive_zone_rows; in define_gf_group()
2067 gf_group_inactive_zone_rows += this_frame->inactive_zone_rows; in define_gf_group()
2653 (twopass->total_left_stats.inactive_zone_rows * 2) / in vp9_rc_get_second_pass_params()
Dvp9_rdopt.c2876 ((cpi->twopass.this_frame_stats.inactive_zone_rows > 0) || in vp9_internal_image_edge()
2894 top_edge += (int)(twopass->this_frame_stats.inactive_zone_rows * 2); in vp9_active_h_edge()
2896 bottom_edge -= (int)(twopass->this_frame_stats.inactive_zone_rows * 2); in vp9_active_h_edge()