Home
last modified time | relevance | path

Searched refs:ref_mv (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/vp8/encoder/
Dmcomp.c198 …xel_step_iteratively(MACROBLOCK *x, BLOCK *b, BLOCKD *d, MV *bestmv, MV *ref_mv, int error_per_bit… in vp8_find_best_sub_pixel_step_iteratively() argument
203 int rr = ref_mv->row >> 1, rc = ref_mv->col >> 1; in vp8_find_best_sub_pixel_step_iteratively()
213 int minc = MAX(x->mv_col_min << 2, (ref_mv->col >> 1) - ((1 << mvlong_width) - 1)); in vp8_find_best_sub_pixel_step_iteratively()
214 int maxc = MIN(x->mv_col_max << 2, (ref_mv->col >> 1) + ((1 << mvlong_width) - 1)); in vp8_find_best_sub_pixel_step_iteratively()
215 int minr = MAX(x->mv_row_min << 2, (ref_mv->row >> 1) - ((1 << mvlong_width) - 1)); in vp8_find_best_sub_pixel_step_iteratively()
216 int maxr = MIN(x->mv_row_max << 2, (ref_mv->row >> 1) + ((1 << mvlong_width) - 1)); in vp8_find_best_sub_pixel_step_iteratively()
224 besterr += vp8_mv_err_cost(bestmv, ref_mv, mvcost, error_per_bit); in vp8_find_best_sub_pixel_step_iteratively()
299 …if ((abs(bestmv->col - ref_mv->col) > MAX_FULL_PEL_VAL) || (abs(bestmv->row - ref_mv->row) > MAX_F… in vp8_find_best_sub_pixel_step_iteratively()
312 int vp8_find_best_sub_pixel_step(MACROBLOCK *x, BLOCK *b, BLOCKD *d, MV *bestmv, MV *ref_mv, int er… in vp8_find_best_sub_pixel_step() argument
326 …if ((abs((bestmv->col << 3) - ref_mv->col) > MAX_FULL_PEL_VAL) || (abs((bestmv->row << 3) - ref_mv in vp8_find_best_sub_pixel_step()
[all …]
Dmcomp.h40 MV *ref_mv,
52 (MACROBLOCK *x, BLOCK *b, BLOCKD *d, MV *bestmv, MV *ref_mv,
65 MV *ref_mv, \
79 MV *ref_mv, \
Dpickinter.c53 int vp8_skip_fractional_mv_step(MACROBLOCK *mb, BLOCK *b, BLOCKD *d, MV *bestmv, MV *ref_mv, int er… in vp8_skip_fractional_mv_step() argument
57 (void) ref_mv; in vp8_skip_fractional_mv_step()
Dfirstpass.c452 void vp8_first_pass_motion_search(VP8_COMP *cpi, MACROBLOCK *x, MV *ref_mv, MV *best_mv, YV12_BUFFE… in vp8_first_pass_motion_search() argument
475 …tmp_err = cpi->diamond_search_sad(x, b, d, ref_mv, &tmp_mv, step_param, x->errorperbit, &num00, &v… in vp8_first_pass_motion_search()
498 …tmp_err = cpi->diamond_search_sad(x, b, d, ref_mv, &tmp_mv, step_param + n, x->errorperbit, &num00… in vp8_first_pass_motion_search()