Home
last modified time | relevance | path

Searched refs:inactive_zone_cols (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()
99 section->inactive_zone_cols = 0.0; in av1_twopass_zero_stats()
126 section->inactive_zone_cols += frame->inactive_zone_cols; in accumulate_stats()
773 fps.inactive_zone_cols = (double)0; // TODO(paulwilkins): fix in av1_first_pass()
Dfirstpass.h70 double inactive_zone_cols; member
Dpass2_strategy.c107 section->inactive_zone_cols -= frame->inactive_zone_cols; in subtract_stats()
Dencodeframe.c2161 left_edge += (int)(twopass->this_frame_stats.inactive_zone_cols * 2); in active_v_edge()
2163 right_edge -= (int)(twopass->this_frame_stats.inactive_zone_cols * 2); in active_v_edge()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.h95 double inactive_zone_cols; // Image mask columns at left and right edges. member
Dvp9_firstpass.c113 stats->inactive_zone_rows, stats->inactive_zone_cols, stats->MVr, in output_stats()
148 section->inactive_zone_cols = 0.0; in zero_stats()
179 section->inactive_zone_cols += frame->inactive_zone_cols; in accumulate_stats()
208 section->inactive_zone_cols -= frame->inactive_zone_cols; in subtract_stats()
750 fps->inactive_zone_cols = (double)0; in first_pass_stat_calc()
Dvp9_rdopt.c3082 (cpi->twopass.this_frame_stats.inactive_zone_cols > 0)); in vp9_internal_image_edge()
3126 left_edge += (int)(twopass->this_frame_stats.inactive_zone_cols * 2); in vp9_active_v_edge()
3128 right_edge -= (int)(twopass->this_frame_stats.inactive_zone_cols * 2); in vp9_active_v_edge()