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

  /external/libvpx/vp8/encoder/
block.h 95 int mv_col_min; member in struct:__anon5118
mcomp.c 213 int minc = MAX(x->mv_col_min << 2, (ref_mv->col >> 1) - ((1 << mvlong_width) - 1));
793 if (bc < x->mv_col_min) bc = x->mv_col_min;
815 if (nc < x->mv_col_min) continue;
846 if (nc < x->mv_col_min) continue;
880 if (nc < x->mv_col_min) 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) &&
1089 all_in &= ((best_mv->col + ss[i+2].mv.col) > x->mv_col_min);
    [all...]
ethreading.c 104 x->mv_col_min = -((mb_col * 16) + (VP8BORDERINPIXELS - 16));
247 z->mv_col_min = x->mv_col_min;
temporal_filter.c 368 cpi->mb.mv_col_min = -((mb_col * 16) + (VP8BORDERINPIXELS - 19));
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 419 x->mv_col_min = -((mb_col * 16) + (VP8BORDERINPIXELS - 16));
    [all...]
firstpass.c 614 x->mv_col_min = -((mb_col * 16) + (VP8BORDERINPIXELS - 16));
    [all...]

Completed in 960 milliseconds