Searched refs:ref_col (Results 1 – 2 of 2) sorted by relevance
1073 int ref_col; in vp8_diamond_search_sad_c() local1090 ref_col = ref_mv->as_mv.col; in vp8_diamond_search_sad_c()1093 best_mv->as_mv.col = ref_col; in vp8_diamond_search_sad_c()1096 in_what = (unsigned char *)(base_pre + d->offset + (ref_row * pre_stride) + ref_col); in vp8_diamond_search_sad_c()1197 int ref_col; in vp8_diamond_search_sadx4() local1214 ref_col = ref_mv->as_mv.col; in vp8_diamond_search_sadx4()1217 best_mv->as_mv.col = ref_col; in vp8_diamond_search_sadx4()1220 in_what = (unsigned char *)(base_pre + d->offset + (ref_row * pre_stride) + ref_col); in vp8_diamond_search_sadx4()1352 int ref_col = ref_mv->as_mv.col; in vp8_full_search_sad_c() local1356 int col_min = ref_col - distance; in vp8_full_search_sad_c()[all …]
871 int ref_col; in vp9_diamond_search_sad_c() local884 ref_col = ref_mv->col; in vp9_diamond_search_sad_c()887 best_mv->col = ref_col; in vp9_diamond_search_sad_c()890 in_what = xd->plane[0].pre[0].buf + ref_row * in_what_stride + ref_col; in vp9_diamond_search_sad_c()