Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dfirstpass.c77 stats->inactive_zone_rows, stats->inactive_zone_cols, stats->MVr, in output_stats()
98 section->inactive_zone_rows = 0.0; in av1_twopass_zero_stats()
125 section->inactive_zone_rows += frame->inactive_zone_rows; in accumulate_stats()
772 fps.inactive_zone_rows = (double)image_data_start_row; in av1_first_pass()
Dfirstpass.h68 double inactive_zone_rows; member
Dpass2_strategy.c39 ((this_frame->inactive_zone_rows * 2) / (double)cpi->common.mb_rows)); in calculate_active_area()
106 section->inactive_zone_rows -= frame->inactive_zone_rows; in subtract_stats()
802 gf_group_inactive_zone_rows -= this_frame->inactive_zone_rows; in define_gf_group()
828 gf_group_inactive_zone_rows += this_frame->inactive_zone_rows; in define_gf_group()
1549 (twopass->total_left_stats.inactive_zone_rows * 2) / in av1_get_second_pass_params()
Dencodeframe.c2134 top_edge += (int)(twopass->this_frame_stats.inactive_zone_rows * 2); in active_h_edge()
2136 bottom_edge -= (int)(twopass->this_frame_stats.inactive_zone_rows * 2); in active_h_edge()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.h94 double inactive_zone_rows; // Image mask rows top and bottom. member
Dvp9_firstpass.c113 stats->inactive_zone_rows, stats->inactive_zone_cols, stats->MVr, in output_stats()
147 section->inactive_zone_rows = 0.0; in zero_stats()
178 section->inactive_zone_rows += frame->inactive_zone_rows; in accumulate_stats()
207 section->inactive_zone_rows -= frame->inactive_zone_rows; in subtract_stats()
231 ((this_frame->inactive_zone_rows * 2) / (double)cpi->common.mb_rows)); in calculate_active_area()
748 fps->inactive_zone_rows = (double)(fp_acc_data->image_data_start_row); in first_pass_stat_calc()
2478 gf_group_inactive_zone_rows -= this_frame->inactive_zone_rows; in define_gf_group()
2549 gf_group_inactive_zone_rows += this_frame->inactive_zone_rows; in define_gf_group()
3173 (twopass->total_left_stats.inactive_zone_rows * 2) / in vp9_rc_get_second_pass_params()
Dvp9_rdopt.c3081 ((cpi->twopass.this_frame_stats.inactive_zone_rows > 0) || in vp9_internal_image_edge()
3099 top_edge += (int)(twopass->this_frame_stats.inactive_zone_rows * 2); in vp9_active_h_edge()
3101 bottom_edge -= (int)(twopass->this_frame_stats.inactive_zone_rows * 2); in vp9_active_h_edge()