Searched defs:dst_mv (Results 1 - 2 of 2) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_mbgraph.c26 MV *dst_mv, int mb_row,
49 cond_cost_list(cpi, cost_list), ref_mv, dst_mv, 0, 0);
61 x, dst_mv, ref_mv, cpi->common.allow_high_precision_mv, x->errorperbit,
68 xd->mi[0]->mv[0].as_mv = *dst_mv;
77 int_mv *dst_mv, int mb_row, int mb_col) {
87 dst_mv->as_int = 0;
94 dst_mv->as_mv = tmp_mv;
106 dst_mv->as_mv = tmp_mv;
114 static int do_16x16_zerozero_search(VP9_COMP *cpi, int_mv *dst_mv) { argument
124 dst_mv
25 do_16x16_motion_iteration(VP9_COMP *cpi, const MV *ref_mv, MV *dst_mv, int mb_row, int mb_col) argument
76 do_16x16_motion_search(VP9_COMP *cpi, const MV *ref_mv, int_mv *dst_mv, int mb_row, int mb_col) argument
[all...]
H A Dvp9_mcomp.c1930 const MV *ref_mv, MV *dst_mv) {
1937 *dst_mv = temp_mv;
1960 *dst_mv = temp_mv;
1968 MV best_mv = *dst_mv;
1975 *dst_mv = best_mv;
1981 calc_int_cost_list(x, ref_mv, sadpb, fn_ptr, dst_mv, cost_list);
1994 const MV *ref_mv, MV *dst_mv) {
2036 *dst_mv = temp_mv;
2040 calc_int_cost_list(x, ref_mv, sadpb, fn_ptr, dst_mv, cost_list);
1926 full_pixel_diamond(const VP9_COMP *cpi, MACROBLOCK *x, MV *mvp_full, int step_param, int sadpb, int further_steps, int do_refine, int *cost_list, const vp9_variance_fn_ptr_t *fn_ptr, const MV *ref_mv, MV *dst_mv) argument
1991 full_pixel_exhaustive(VP9_COMP *cpi, MACROBLOCK *x, MV *centre_mv_full, int sadpb, int *cost_list, const vp9_variance_fn_ptr_t *fn_ptr, const MV *ref_mv, MV *dst_mv) argument

Completed in 138 milliseconds