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.h90 double inactive_zone_rows; // Image mask rows top and bottom. member
Dvp9_firstpass.c116 stats->inactive_zone_rows, stats->inactive_zone_cols, stats->MVr, in output_stats()
150 section->inactive_zone_rows = 0.0; in zero_stats()
181 section->inactive_zone_rows += frame->inactive_zone_rows; in accumulate_stats()
210 section->inactive_zone_rows -= frame->inactive_zone_rows; in subtract_stats()
234 ((this_frame->inactive_zone_rows * 2) / (double)cpi->common.mb_rows)); in calculate_active_area()
755 fps->inactive_zone_rows = (double)(fp_acc_data->image_data_start_row); in first_pass_stat_calc()
2388 gf_group_inactive_zone_rows -= this_frame->inactive_zone_rows; in define_gf_group()
2446 gf_group_inactive_zone_rows += this_frame->inactive_zone_rows; in define_gf_group()
2555 gf_group_inactive_zone_rows += this_frame->inactive_zone_rows; in define_gf_group()
3124 (twopass->total_left_stats.inactive_zone_rows * 2) / in vp9_rc_get_second_pass_params()
Dvp9_rdopt.c2934 ((cpi->twopass.this_frame_stats.inactive_zone_rows > 0) || in vp9_internal_image_edge()
2952 top_edge += (int)(twopass->this_frame_stats.inactive_zone_rows * 2); in vp9_active_h_edge()
2954 bottom_edge -= (int)(twopass->this_frame_stats.inactive_zone_rows * 2); in vp9_active_h_edge()