Searched refs:vp9_find_best_ref_mvs (Results 1 – 6 of 6) sorted by relevance
/external/libvpx/libvpx/vp9/common/ |
D | vp9_mvref_common.h | 215 void vp9_find_best_ref_mvs(MACROBLOCKD *xd, int allow_hp,
|
D | vp9_mvref_common.c | 131 void vp9_find_best_ref_mvs(MACROBLOCKD *xd, int allow_hp, in vp9_find_best_ref_mvs() function
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decodemv.c | 463 vp9_find_best_ref_mvs(xd, allow_hp, mbmi->ref_mvs[mbmi->ref_frame[ref]], in read_inter_block_mode_info()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_pickmode.c | 469 vp9_find_best_ref_mvs(xd, cm->allow_high_precision_mv, candidates, in vp9_pick_inter_mode()
|
D | vp9_encodeframe.c | 410 vp9_find_best_ref_mvs(xd, cm->allow_high_precision_mv, in choose_partitioning()
|
D | vp9_rdopt.c | 1737 vp9_find_best_ref_mvs(xd, cm->allow_high_precision_mv, candidates, in setup_buffer_inter()
|