Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.h56 double inactive_zone_cols; // Image mask columns at left and right edges. member
Dvp9_firstpass.c130 stats->inactive_zone_cols, in output_stats()
169 section->inactive_zone_cols = 0.0; in zero_stats()
197 section->inactive_zone_cols += frame->inactive_zone_cols; in accumulate_stats()
223 section->inactive_zone_cols -= frame->inactive_zone_cols; in subtract_stats()
1057 fps.inactive_zone_cols = (double)0; // TODO(paulwilkins): fix in vp9_first_pass()
Dvp9_rdopt.c2877 (cpi->twopass.this_frame_stats.inactive_zone_cols > 0)); in vp9_internal_image_edge()
2921 left_edge += (int)(twopass->this_frame_stats.inactive_zone_cols * 2); in vp9_active_v_edge()
2923 right_edge -= (int)(twopass->this_frame_stats.inactive_zone_cols * 2); in vp9_active_v_edge()