Searched defs:best_mv (Results 1 – 9 of 9) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_mcomp.c | 814 const MV *best_mv, int *cost_list) { in calc_int_cost_list() 863 int use_mvcost, const MV *center_mv, MV *best_mv, in vp9_pattern_search() 1018 const MV best_mv = { br, bc }; in vp9_pattern_search() local 1033 int use_mvcost, const MV *center_mv, MV *best_mv, in vp9_pattern_search_sad() 1307 int vp9_get_mvpred_var(const MACROBLOCK *x, const MV *best_mv, in vp9_get_mvpred_var() 1333 int vp9_get_mvpred_av_var(const MACROBLOCK *x, const MV *best_mv, in vp9_get_mvpred_av_var() 1352 const MV *center_mv, MV *best_mv) { in hex_search() 1388 const MV *center_mv, MV *best_mv) { in bigdia_search() 1429 const MV *center_mv, MV *best_mv) { in square_search() 1471 int use_mvcost, const MV *center_mv, MV *best_mv) { in fast_hex_search() [all …]
|
D | vp9_firstpass.c | 396 const MV *ref_mv, MV *best_mv, in first_pass_motion_search()
|
/external/libvpx/libvpx/vp8/common/ |
D | findnearmv.c | 24 int_mv *nearby, int_mv *best_mv, int cnt[4], in vp8_find_near_mvs()
|
/external/libvpx/libvpx/vp8/encoder/ |
D | mcomp.c | 840 int_mv *best_mv, int search_param, int sad_per_bit, in vp8_hex_search() 1023 int_mv *best_mv, int search_param, int sad_per_bit, in vp8_diamond_search_sad_c() 1135 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 1381 int_mv *best_mv = &d->bmi.mv; in vp8_full_search_sadx3() local 1500 int_mv *best_mv = &d->bmi.mv; in vp8_full_search_sadx8() local
|
D | bitstream.c | 505 int_mv best_mv; in pack_inter_mode_mvs() local
|
D | firstpass.c | 407 int_mv *ref_mv, MV *best_mv, in first_pass_motion_search()
|
/external/libvpx/libvpx/vp9/encoder/x86/ |
D | vp9_diamond_search_sad_avx.c | 75 MV *best_mv, int search_param, int sad_per_bit, in vp9_diamond_search_sad_avx()
|
/external/libvpx/libvpx/vp8/decoder/ |
D | decodemv.c | 189 MB_MODE_INFO *mbmi, int_mv best_mv, in decode_split_mv()
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decodemv.c | 447 static void dec_find_best_ref_mvs(int allow_hp, int_mv *mvlist, int_mv *best_mv, in dec_find_best_ref_mvs()
|