Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_mcomp.c814 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 …]
Dvp9_firstpass.c396 const MV *ref_mv, MV *best_mv, in first_pass_motion_search()
/external/libvpx/libvpx/vp8/common/
Dfindnearmv.c24 int_mv *nearby, int_mv *best_mv, int cnt[4], in vp8_find_near_mvs()
/external/libvpx/libvpx/vp8/encoder/
Dmcomp.c840 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
Dbitstream.c505 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/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()