Home
last modified time | relevance | path

Searched defs:best_mv (Results 1 – 17 of 17) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_mcomp.c973 const MV *best_mv, int *cost_list) { in calc_int_cost_list()
1022 int use_mvcost, const MV *center_mv, MV *best_mv, in vp9_pattern_search()
1177 const MV best_mv = { br, bc }; in vp9_pattern_search() local
1192 int use_mvcost, const MV *center_mv, MV *best_mv, in vp9_pattern_search_sad()
1466 int vp9_get_mvpred_var(const MACROBLOCK *x, const MV *best_mv, in vp9_get_mvpred_var()
1492 int vp9_get_mvpred_av_var(const MACROBLOCK *x, const MV *best_mv, in vp9_get_mvpred_av_var()
1511 const MV *center_mv, MV *best_mv) { in hex_search()
1547 const MV *center_mv, MV *best_mv) { in bigdia_search()
1588 const MV *center_mv, MV *best_mv) { in square_search()
1630 int use_mvcost, const MV *center_mv, MV *best_mv) { in fast_hex_search()
[all …]
Dvp9_firstpass.c392 const MV *ref_mv, MV *best_mv, in first_pass_motion_search()
Dvp9_encoder.c5882 int_mv best_mv; local
Dvp9_encodeframe.c3506 MV best_mv = { 0, 0 }; in ml_predict_var_rd_paritioning() local
/external/libvpx/libvpx/vp8/common/
Dfindnearmv.c24 int_mv *nearby, int_mv *best_mv, int near_mv_ref_cnts[4], in vp8_find_near_mvs()
/external/libvpx/libvpx/vp8/encoder/
Dmcomp.c838 int_mv *best_mv, int search_param, int sad_per_bit, in vp8_hex_search()
1021 int_mv *best_mv, int search_param, int sad_per_bit, in vp8_diamond_search_sad_c()
1134 int_mv *best_mv, int search_param, int sad_per_bit, in vp8_diamond_search_sadx4()
1295 int_mv *best_mv = &d->bmi.mv; in vp8_full_search_sad_c() local
1382 int_mv *best_mv = &d->bmi.mv; in vp8_full_search_sadx3() local
1503 int_mv *best_mv = &d->bmi.mv; in vp8_full_search_sadx8() local
Dbitstream.c486 int_mv best_mv; in pack_inter_mode_mvs() local
Dfirstpass.c407 int_mv *ref_mv, MV *best_mv, in first_pass_motion_search()
/external/libaom/libaom/av1/encoder/
Dmcomp.c1026 const MV *best_mv, int *cost_list) { in calc_int_cost_list()
1069 const MV *best_mv, int *cost_list, in calc_int_sad_list()
1372 int av1_get_mvpred_var(const MACROBLOCK *x, const MV *best_mv, in av1_get_mvpred_var()
1388 int av1_get_mvpred_av_var(const MACROBLOCK *x, const MV *best_mv, in av1_get_mvpred_av_var()
1404 int av1_get_mvpred_mask_var(const MACROBLOCK *x, const MV *best_mv, in av1_get_mvpred_mask_var()
1564 static int exhuastive_mesh_search(MACROBLOCK *x, MV *ref_mv, MV *best_mv, in exhuastive_mesh_search()
1654 MV *ref_mv, MV *best_mv, int search_param, in av1_diamond_search_sad_c()
1841 MV best_mv = x->best_mv.as_mv; in full_pixel_diamond() local
2017 MV *best_mv = &x->best_mv.as_mv; in av1_refining_search_8p_c() local
2742 const int32_t *mask, const MV *best_mv, in get_obmc_mvpred_var()
[all …]
Dmbgraph.c89 MV best_mv; in do_16x16_motion_search() local
Dfirstpass.c216 const MV *ref_mv, MV *best_mv, in first_pass_motion_search()
Dtpl_model.c130 int_mv best_mv; in mode_estimation() local
Dblock.h397 int_mv best_mv; member
Drdopt.c6693 MV *const best_mv = &x->best_mv.as_mv; in joint_motion_search() local
7208 MV best_mv = x->best_mv.as_mv; in single_motion_search() local
7353 MV *const best_mv = &x->best_mv.as_mv; in compound_single_motion_search() local
9874 int_mv best_mv[2]; in compound_type_rd() local
/external/libvpx/libvpx/vp9/encoder/x86/
Dvp9_diamond_search_sad_avx.c75 MV *best_mv, int search_param, int sad_per_bit, in vp9_diamond_search_sad_avx()
/external/libvpx/libvpx/vp8/decoder/
Ddecodemv.c189 MB_MODE_INFO *mbmi, int_mv best_mv, in decode_split_mv()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodemv.c447 static void dec_find_best_ref_mvs(int allow_hp, int_mv *mvlist, int_mv *best_mv, in dec_find_best_ref_mvs()