Home
last modified time | relevance | path

Searched defs:ref_mv (Results 1 – 11 of 11) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_mcomp.c58 const MV *ref_mv) { in vp9_set_subpel_mv_search_range()
322 const MACROBLOCKD *xd, const MV *bestmv, const MV *ref_mv, in setup_center_error()
389 const MV *ref_mv, int allow_hp, in vp9_skip_sub_pixel_tree()
423 const MACROBLOCK *x, MV *bestmv, const MV *ref_mv, int allow_hp, in vp9_find_best_sub_pixel_tree_pruned_evenmore()
488 const MACROBLOCK *x, MV *bestmv, const MV *ref_mv, int allow_hp, in vp9_find_best_sub_pixel_tree_pruned_more()
548 const MACROBLOCK *x, MV *bestmv, const MV *ref_mv, int allow_hp, in vp9_find_best_sub_pixel_tree_pruned()
639 const MACROBLOCK *x, MV *bestmv, const MV *ref_mv, int allow_hp, in vp9_find_best_sub_pixel_tree()
811 static INLINE void calc_int_cost_list(const MACROBLOCK *x, const MV *ref_mv, in calc_int_cost_list()
861 const MACROBLOCK *x, MV *ref_mv, int search_param, int sad_per_bit, in vp9_pattern_search()
1031 const MACROBLOCK *x, MV *ref_mv, int search_param, int sad_per_bit, in vp9_pattern_search_sad()
[all …]
Dvp9_mbgraph.c25 static unsigned int do_16x16_motion_iteration(VP9_COMP *cpi, const MV *ref_mv, in do_16x16_motion_iteration()
76 static int do_16x16_motion_search(VP9_COMP *cpi, const MV *ref_mv, in do_16x16_motion_search()
Dvp9_temporal_filter.c229 int stride, MV *ref_mv) { in temporal_filter_find_matching_mb_c()
344 MV ref_mv; in vp9_temporal_filter_iterate_row_c() local
Dvp9_rdopt.c1620 int_mv *ref_mv[2]; member
1717 int_mv ref_mv[2]; in joint_motion_search() local
2333 MV ref_mv = x->mbmi_ext->ref_mvs[ref][0].as_mv; in single_motion_search() local
3253 int_mv ref_mv; in vp9_rd_pick_inter_mode_sb() local
Dvp9_firstpass.c396 const MV *ref_mv, MV *best_mv, in first_pass_motion_search()
Dvp9_pickmode.c154 const MV ref_mv = x->mbmi_ext->ref_mvs[ref][0].as_mv; in combined_motion_search() local
/external/libvpx/libvpx/vp8/encoder/
Dmcomp.c224 int_mv *bestmv, int_mv *ref_mv, in vp8_find_best_sub_pixel_step_iteratively()
368 int_mv *bestmv, int_mv *ref_mv, in vp8_find_best_sub_pixel_step()
664 int_mv *bestmv, int_mv *ref_mv, in vp8_find_best_half_pixel_step()
839 int vp8_hex_search(MACROBLOCK *x, BLOCK *b, BLOCKD *d, int_mv *ref_mv, in vp8_hex_search()
1022 int vp8_diamond_search_sad_c(MACROBLOCK *x, BLOCK *b, BLOCKD *d, int_mv *ref_mv, in vp8_diamond_search_sad_c()
1134 int vp8_diamond_search_sadx4(MACROBLOCK *x, BLOCK *b, BLOCKD *d, int_mv *ref_mv, in vp8_diamond_search_sadx4()
1283 int vp8_full_search_sad_c(MACROBLOCK *x, BLOCK *b, BLOCKD *d, int_mv *ref_mv, in vp8_full_search_sad_c()
1369 int vp8_full_search_sadx3(MACROBLOCK *x, BLOCK *b, BLOCKD *d, int_mv *ref_mv, in vp8_full_search_sadx3()
1488 int vp8_full_search_sadx8(MACROBLOCK *x, BLOCK *b, BLOCKD *d, int_mv *ref_mv, in vp8_full_search_sadx8()
1635 int_mv *ref_mv, int error_per_bit, in vp8_refining_search_sad_c()
[all …]
Dpickinter.c196 int_mv *bestmv, int_mv *ref_mv, in vp8_skip_fractional_mv_step()
Dfirstpass.c407 int_mv *ref_mv, MV *best_mv, in first_pass_motion_search()
Drdopt.c923 int_mv *ref_mv; member
/external/libvpx/libvpx/vp9/encoder/x86/
Dvp9_diamond_search_sad_avx.c74 const search_site_config *cfg, MV *ref_mv, in vp9_diamond_search_sad_avx()