Searched defs:best_mv (Results 1 – 8 of 8) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_mcomp.c | 830 const MV *best_mv, in calc_int_cost_list() 890 MV *best_mv, in vp9_pattern_search() 1044 const MV best_mv = { br, bc }; in vp9_pattern_search() local 1065 MV *best_mv, in vp9_pattern_search_sad() 1343 const MV *best_mv, const MV *center_mv, in vp9_get_mvpred_var() 1359 const MV *best_mv, const MV *center_mv, in vp9_get_mvpred_av_var() 1383 const MV *center_mv, MV *best_mv) { in hex_search() 1419 MV *best_mv) { in bigdia_search() 1461 MV *best_mv) { in square_search() 1503 MV *best_mv) { in fast_hex_search() [all …]
|
D | vp9_firstpass.c | 393 const MV *ref_mv, MV *best_mv, in first_pass_motion_search()
|
D | vp9_rdopt.c | 1877 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 | 859 int_mv *best_mv, in vp8_hex_search() 1052 int_mv *best_mv, in vp8_diamond_search_sad_c() 1176 int_mv *best_mv, in vp8_diamond_search_sadx4() 1350 int_mv *best_mv = &d->bmi.mv; in vp8_full_search_sad_c() local 1445 int_mv *best_mv = &d->bmi.mv; in vp8_full_search_sadx3() local 1578 int_mv *best_mv = &d->bmi.mv; in vp8_full_search_sadx8() local
|
D | bitstream.c | 615 int_mv best_mv; in pack_inter_mode_mvs() local
|
D | firstpass.c | 437 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()
|