Lines Matching refs:ref_col
1085 int ref_col = ref_mv->col >> 3;
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;
1209 in_what = (unsigned char *)(*(d->base_pre) + d->pre + (ref_row * (d->pre_stride)) + ref_col);
1213 if ((ref_col > x->mv_col_min) && (ref_col < x->mv_col_max) &&
1227 best_mv->col = ref_col;
1354 int ref_col = ref_mv->col >> 3;
1358 int col_min = ref_col - distance;
1359 int col_max = ref_col + distance;
1363 bestaddress = in_what + (ref_row * d->pre_stride) + ref_col;
1366 best_mv->col = ref_col;
1369 if ((ref_col > x->mv_col_min) && (ref_col < x->mv_col_max) &&
1444 int ref_col = ref_mv->col >> 3;
1448 int col_min = ref_col - distance;
1449 int col_max = ref_col + distance;
1455 bestaddress = in_what + (ref_row * d->pre_stride) + ref_col;
1458 best_mv->col = ref_col;
1461 if ((ref_col > x->mv_col_min) && (ref_col < x->mv_col_max) &&