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 97 int mv_col_min; member in struct:__anon8477
mcomp.c 213 int minc = MAX(x->mv_col_min << 2, (ref_mv->col >> 1) - ((1 << mvlong_width) - 1));
796 if (bc < x->mv_col_min) bc = x->mv_col_min;
818 if (nc < x->mv_col_min) continue;
849 if (nc < x->mv_col_min) continue;
883 if (nc < x->mv_col_min) 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) &&
1094 all_in &= ((best_mv->col + ss[i+2].mv.col) > x->mv_col_min);
    [all...]
pickinter.c 694 int tmp_col_min = x->mv_col_min;
717 if (x->mv_col_min < col_min )
718 x->mv_col_min = col_min;
779 x->mv_col_min = tmp_col_min;
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 328 cpi->mb.mv_col_min = -((mb_col * 16) + (VP8BORDERINPIXELS - 19));
ethreading.c 137 x->mv_col_min = -((mb_col * 16) + (VP8BORDERINPIXELS - 16));
298 z->mv_col_min = x->mv_col_min;
encodeframe.c 526 x->mv_col_min = -((mb_col * 16) + (VP8BORDERINPIXELS - 16));
    [all...]
firstpass.c 589 x->mv_col_min = -((mb_col * 16) + (VP8BORDERINPIXELS - 16));
    [all...]

Completed in 600 milliseconds