Searched defs:ref_mv (Results 1 – 10 of 10) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_mcomp.c | 313 const MV *ref_mv, in setup_center_error() 388 MV *bestmv, const MV *ref_mv, in vp9_find_best_sub_pixel_tree_pruned_evenmore() 467 MV *bestmv, const MV *ref_mv, in vp9_find_best_sub_pixel_tree_pruned_more() 541 MV *bestmv, const MV *ref_mv, in vp9_find_best_sub_pixel_tree_pruned() 643 MV *bestmv, const MV *ref_mv, in vp9_find_best_sub_pixel_tree() 827 const MV *ref_mv, in calc_int_cost_list() 882 MV *ref_mv, in vp9_pattern_search() 1057 MV *ref_mv, in vp9_pattern_search_sad() 1376 MV *ref_mv, in hex_search() 1411 MV *ref_mv, in bigdia_search() [all …]
|
D | vp9_mbgraph.c | 27 const MV *ref_mv, in do_16x16_motion_iteration() 87 static int do_16x16_motion_search(VP9_COMP *cpi, const MV *ref_mv, in do_16x16_motion_search()
|
D | vp9_temporal_filter.c | 231 MV *ref_mv = &x->e_mbd.mi[0]->bmi[0].as_mv[0].as_mv; in temporal_filter_find_matching_mb_c() local
|
D | vp9_rdopt.c | 1449 int_mv *ref_mv[2]; member 1547 int_mv ref_mv[2]; in joint_motion_search() local 2236 MV ref_mv = x->mbmi_ext->ref_mvs[ref][0].as_mv; in single_motion_search() local 3196 int_mv ref_mv; in vp9_rd_pick_inter_mode_sb() local
|
D | vp9_pickmode.c | 136 const MV ref_mv = x->mbmi_ext->ref_mvs[ref][0].as_mv; in combined_motion_search() local
|
D | vp9_firstpass.c | 393 const MV *ref_mv, MV *best_mv, in first_pass_motion_search()
|
/external/libvpx/libvpx/vp8/encoder/ |
D | mcomp.c | 208 int_mv *bestmv, int_mv *ref_mv, in vp8_find_best_sub_pixel_step_iteratively() 366 int_mv *bestmv, int_mv *ref_mv, in vp8_find_best_sub_pixel_step() 677 int_mv *bestmv, int_mv *ref_mv, in vp8_find_best_half_pixel_step() 858 int_mv *ref_mv, in vp8_hex_search() 1051 int_mv *ref_mv, in vp8_diamond_search_sad_c() 1175 int_mv *ref_mv, in vp8_diamond_search_sadx4() 1337 int vp8_full_search_sad_c(MACROBLOCK *x, BLOCK *b, BLOCKD *d, int_mv *ref_mv, in vp8_full_search_sad_c() 1432 int vp8_full_search_sadx3(MACROBLOCK *x, BLOCK *b, BLOCKD *d, int_mv *ref_mv, in vp8_full_search_sadx3() 1565 int vp8_full_search_sadx8(MACROBLOCK *x, BLOCK *b, BLOCKD *d, int_mv *ref_mv, in vp8_full_search_sadx8() 1729 int vp8_refining_search_sad_c(MACROBLOCK *x, BLOCK *b, BLOCKD *d, int_mv *ref_mv, in vp8_refining_search_sad_c() [all …]
|
D | pickinter.c | 171 int_mv *bestmv, int_mv *ref_mv, in vp8_skip_fractional_mv_step()
|
D | firstpass.c | 437 int_mv *ref_mv, MV *best_mv, in first_pass_motion_search()
|
D | rdopt.c | 1085 int_mv *ref_mv; member
|