Searched defs:best_mv (Results 1 – 8 of 8) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_mcomp.c | 408 const MV *center_mv, MV *best_mv, in vp9_pattern_search() 600 const MV *best_mv, const MV *center_mv, in vp9_get_mvpred_var() 616 const MV *best_mv, const MV *center_mv, in vp9_get_mvpred_av_var() 639 const MV *center_mv, MV *best_mv) { in vp9_hex_search() 674 MV *best_mv) { in vp9_bigdia_search() 715 MV *best_mv) { in vp9_square_search() 756 MV *best_mv) { in vp9_fast_hex_search() 770 MV *best_mv) { in vp9_fast_dia_search() 780 MV *ref_mv, MV *best_mv, in vp9_full_range_search_c() 853 MV *ref_mv, MV *best_mv, int search_param, in vp9_diamond_search_sad_c() [all …]
|
D | vp9_firstpass.c | 304 const MV *ref_mv, MV *best_mv, in first_pass_motion_search()
|
D | vp9_rdopt.c | 1410 int_mv *const best_mv = &mi->bmi[i].as_mv[0]; in rd_pick_best_sub8x8_mode() local
|
/external/libvpx/libvpx/vp8/common/ |
D | findnearmv.c | 30 int_mv *best_mv, in vp8_find_near_mvs()
|
/external/libvpx/libvpx/vp8/encoder/ |
D | mcomp.c | 856 int_mv *best_mv, in vp8_hex_search() 1045 int_mv *best_mv, in vp8_diamond_search_sad_c() 1169 int_mv *best_mv, in vp8_diamond_search_sadx4() 1343 int_mv *best_mv = &d->bmi.mv; in vp8_full_search_sad_c() local 1439 int_mv *best_mv = &d->bmi.mv; in vp8_full_search_sadx3() local 1573 int_mv *best_mv = &d->bmi.mv; in vp8_full_search_sadx8() local
|
D | bitstream.c | 613 int_mv best_mv; in pack_inter_mode_mvs() local
|
D | firstpass.c | 436 int_mv *ref_mv, MV *best_mv, in first_pass_motion_search()
|
/external/libvpx/libvpx/vp8/decoder/ |
D | decodemv.c | 232 MB_MODE_INFO *mbmi, int_mv best_mv, in decode_split_mv()
|