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

  /external/libvpx/vp8/encoder/
block.h 98 int mv_row_max; member in struct:__anon5118
mcomp.c 216 int maxr = MIN(x->mv_row_max << 2, (ref_mv->row >> 1) + ((1 << mvlong_width) - 1));
799 if (br > x->mv_row_max) br = x->mv_row_max;
821 if (nr > x->mv_row_max) continue;
852 if (nr > x->mv_row_max) continue;
886 if (nr > x->mv_row_max) continue;
949 (ref_row > x->mv_row_min) && (ref_row < x->mv_row_max))
975 (this_row_offset > x->mv_row_min) && (this_row_offset < x->mv_row_max))
1064 (ref_row > x->mv_row_min) && (ref_row < x->mv_row_max))
1088 all_in &= ((best_mv->row + ss[i+1].mv.row) < x->mv_row_max);
    [all...]
ethreading.c 107 x->mv_row_max = ((cm->mb_rows - 1 - mb_row) * 16) + (VP8BORDERINPIXELS - 16);
250 z->mv_row_max = x->mv_row_max;
temporal_filter.c 353 cpi->mb.mv_row_max = ((cpi->common.mb_rows - 1 - mb_row) * 16)
pickinter.c 787 if (((mode_mv[this_mode].row >> 3) < x->mv_row_min) || ((mode_mv[this_mode].row >> 3) > x->mv_row_max) ||
rdopt.c     [all...]
encodeframe.c 405 x->mv_row_max = ((cm->mb_rows - 1 - mb_row) * 16)
    [all...]
firstpass.c 617 x->mv_row_max = ((cm->mb_rows - 1 - mb_row) * 16) + (VP8BORDERINPIXELS - 16);
    [all...]

Completed in 73 milliseconds