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

  /external/libvpx/vp8/encoder/arm/
mcomp_arm.c 1085 int ref_col = ref_mv->col >> 3; local
1094 in_what = (unsigned char *)(*(d->base_pre) + d->pre + (ref_row * (d->pre_stride)) + ref_col);
1098 if ((ref_col > x->mv_col_min) && (ref_col < x->mv_col_max) &&
1112 best_mv->col = ref_col;
1200 int ref_col = ref_mv->col >> 3; local
1354 int ref_col = ref_mv->col >> 3; local
1444 int ref_col = ref_mv->col >> 3; local
    [all...]
  /external/libvpx/vp8/encoder/
mcomp.c 890 int ref_col = ref_mv->col >> 3; local
899 in_what = (unsigned char *)(*(d->base_pre) + d->pre + (ref_row * (d->pre_stride)) + ref_col);
903 if ((ref_col > x->mv_col_min) && (ref_col < x->mv_col_max) &&
917 best_mv->col = ref_col;
1005 int ref_col = ref_mv->col >> 3; local
1014 in_what = (unsigned char *)(*(d->base_pre) + d->pre + (ref_row * (d->pre_stride)) + ref_col);
1018 if ((ref_col > x->mv_col_min) && (ref_col < x->mv_col_max) &&
1032 best_mv->col = ref_col;
1158 int ref_col = ref_mv->col >> 3; local
1248 int ref_col = ref_mv->col >> 3; local
    [all...]

Completed in 62 milliseconds