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

  /external/libvpx/vp8/encoder/
block.h 96 int mv_col_max; member in struct:__anon5118
mcomp.c 214 int maxc = MIN(x->mv_col_max << 2, (ref_mv->col >> 1) + ((1 << mvlong_width) - 1));
795 if (bc > x->mv_col_max) bc = x->mv_col_max;
817 if (nc > x->mv_col_max) continue;
848 if (nc > x->mv_col_max) continue;
882 if (nc > x->mv_col_max) continue;
948 if ((ref_col > x->mv_col_min) && (ref_col < x->mv_col_max) &&
974 if ((this_col_offset > x->mv_col_min) && (this_col_offset < x->mv_col_max) &&
1063 if ((ref_col > x->mv_col_min) && (ref_col < x->mv_col_max) &&
1090 all_in &= ((best_mv->col + ss[i+3].mv.col) < x->mv_col_max);
    [all...]
ethreading.c 105 x->mv_col_max = ((cm->mb_cols - 1 - mb_col) * 16) + (VP8BORDERINPIXELS - 16);
248 z->mv_col_max = x->mv_col_max;
temporal_filter.c 369 cpi->mb.mv_col_max = ((cpi->common.mb_cols - 1 - mb_col) * 16)
pickinter.c 788 ((mode_mv[this_mode].col >> 3) < x->mv_col_min) || ((mode_mv[this_mode].col >> 3) > x->mv_col_max))
rdopt.c     [all...]
encodeframe.c 420 x->mv_col_max = ((cm->mb_cols - 1 - mb_col) * 16)
    [all...]
firstpass.c 615 x->mv_col_max = ((cm->mb_cols - 1 - mb_col) * 16) + (VP8BORDERINPIXELS - 16);
    [all...]

Completed in 120 milliseconds