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 98 int mv_col_max; member in struct:__anon8477
mcomp.c 214 int maxc = MIN(x->mv_col_max << 2, (ref_mv->col >> 1) + ((1 << mvlong_width) - 1));
798 if (bc > x->mv_col_max) bc = x->mv_col_max;
820 if (nc > x->mv_col_max) continue;
851 if (nc > x->mv_col_max) continue;
885 if (nc > x->mv_col_max) continue;
954 if ((ref_col > x->mv_col_min) && (ref_col < x->mv_col_max) &&
978 if ((this_col_offset > x->mv_col_min) && (this_col_offset < x->mv_col_max) &&
1070 if ((ref_col > x->mv_col_min) && (ref_col < x->mv_col_max) &&
1095 all_in &= ((best_mv->col + ss[i+3].mv.col) < x->mv_col_max);
    [all...]
pickinter.c 695 int tmp_col_max = x->mv_col_max;
719 if (x->mv_col_max > col_max )
720 x->mv_col_max = col_max;
780 x->mv_col_max = tmp_col_max;
807 ((mode_mv[this_mode].col >> 3) < x->mv_col_min) || ((mode_mv[this_mode].col >> 3) > x->mv_col_max))
rdopt.c     [all...]
temporal_filter.c 329 cpi->mb.mv_col_max = ((cpi->common.mb_cols - 1 - mb_col) * 16)
ethreading.c 138 x->mv_col_max = ((cm->mb_cols - 1 - mb_col) * 16) + (VP8BORDERINPIXELS - 16);
299 z->mv_col_max = x->mv_col_max;
encodeframe.c 527 x->mv_col_max = ((cm->mb_cols - 1 - mb_col) * 16)
    [all...]
firstpass.c 590 x->mv_col_max = ((cm->mb_cols - 1 - mb_col) * 16) + (VP8BORDERINPIXELS - 16);
    [all...]

Completed in 299 milliseconds