Lines Matching refs:MV
37 int vp8_mv_bit_cost(MV *mv, MV *ref, int *mvcost[2], int Weight) in vp8_mv_bit_cost()
46 static int mv_err_cost(MV *mv, MV *ref, int *mvcost[2], int error_per_bit) in mv_err_cost()
58 static int mv_bits(MV *mv, MV *ref, int *mvcost[2]) in mv_bits()
198 int vp8_find_best_sub_pixel_step_iteratively(MACROBLOCK *x, BLOCK *b, BLOCKD *d, MV *bestmv, MV *re… 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()
315 MV startmv; in vp8_find_best_sub_pixel_step()
317 MV this_mv; in vp8_find_best_sub_pixel_step()
598 int vp8_find_best_half_pixel_step(MACROBLOCK *mb, BLOCK *b, BLOCKD *d, MV *bestmv, MV *ref_mv, int … in vp8_find_best_half_pixel_step()
601 MV startmv; in vp8_find_best_half_pixel_step()
603 MV this_mv; in vp8_find_best_half_pixel_step()
761 static const MV next_chkpts[6][3] =
775 MV *ref_mv, in vp8_hex_search()
776 MV *best_mv, in vp8_hex_search()
783 MV *center_mv in vp8_hex_search()
786 MV hex[6] = { { -1, -2}, {1, -2}, {2, 0}, {1, 2}, { -1, 2}, { -2, 0} } ; in vp8_hex_search()
787 MV neighbors[8] = { { -1, -1}, {0, -1}, {1, -1}, { -1, 0}, {1, 0}, { -1, 1}, {0, 1}, {1, 1} } ; in vp8_hex_search()
912 MV *ref_mv, in vp8_diamond_search_sad()
913 MV *best_mv, in vp8_diamond_search_sad()
920 MV *center_mv in vp8_diamond_search_sad()
932 MV this_mv; in vp8_diamond_search_sad()
1028 MV *ref_mv, in vp8_diamond_search_sadx4()
1029 MV *best_mv, in vp8_diamond_search_sadx4()
1036 MV *center_mv in vp8_diamond_search_sadx4()
1048 MV this_mv; in vp8_diamond_search_sadx4()
1181 …LOCK *b, BLOCKD *d, MV *ref_mv, int error_per_bit, int distance, vp8_variance_fn_ptr_t *fn_ptr, in… in vp8_full_search_sad()
1189 MV *best_mv = &d->bmi.mv.as_mv; in vp8_full_search_sad()
1190 MV this_mv; in vp8_full_search_sad()
1271 …LOCK *b, BLOCKD *d, MV *ref_mv, int error_per_bit, int distance, vp8_variance_fn_ptr_t *fn_ptr, in… in vp8_full_search_sadx3()
1279 MV *best_mv = &d->bmi.mv.as_mv; in vp8_full_search_sadx3()
1280 MV this_mv; in vp8_full_search_sadx3()
1394 …LOCK *b, BLOCKD *d, MV *ref_mv, int error_per_bit, int distance, vp8_variance_fn_ptr_t *fn_ptr, in… in vp8_full_search_sadx8()
1402 MV *best_mv = &d->bmi.mv.as_mv; in vp8_full_search_sadx8()
1403 MV this_mv; in vp8_full_search_sadx8()