HomeSort by relevance Sort by last modified time
    Searched refs:inactive_zone_rows (Results 1 - 3 of 3) sorted by null

  /external/libvpx/libvpx/vp9/encoder/
vp9_firstpass.h 90 double inactive_zone_rows; // Image mask rows top and bottom. member in struct:__anon24784
vp9_firstpass.c 116 stats->inactive_zone_rows, stats->inactive_zone_cols, stats->MVr,
150 section->inactive_zone_rows = 0.0;
181 section->inactive_zone_rows += frame->inactive_zone_rows;
210 section->inactive_zone_rows -= frame->inactive_zone_rows;
234 ((this_frame->inactive_zone_rows * 2) / (double)cpi->common.mb_rows));
755 fps->inactive_zone_rows = (double)(fp_acc_data->image_data_start_row);
    [all...]
vp9_rdopt.c     [all...]

Completed in 213 milliseconds