Searched defs:center_mv (Results 1 – 6 of 6) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_mcomp.c | 1017 int use_mvcost, const MV *center_mv, MV *best_mv, in vp9_pattern_search() 1187 int use_mvcost, const MV *center_mv, MV *best_mv, in vp9_pattern_search_sad() 1462 const MV *center_mv, const vp9_variance_fn_ptr_t *vfp, in vp9_get_mvpred_var() 1488 const MV *center_mv, const uint8_t *second_pred, in vp9_get_mvpred_av_var() 1506 const MV *center_mv, MV *best_mv) { in hex_search() 1542 const MV *center_mv, MV *best_mv) { in bigdia_search() 1583 const MV *center_mv, MV *best_mv) { in square_search() 1625 int use_mvcost, const MV *center_mv, MV *best_mv) { in fast_hex_search() 1634 const MV *center_mv, MV *best_mv) { in fast_dia_search() 1647 const MV *center_mv) { in exhaustive_mesh_search() [all …]
|
D | vp9_pickmode.c | 166 MV center_mv; in combined_motion_search() local
|
/external/libvpx/libvpx/vp8/encoder/ |
D | mcomp.c | 840 int_mv *center_mv) { in vp8_hex_search() 1021 int *mvcost[2], int_mv *center_mv) { in vp8_diamond_search_sad_c() 1134 int *mvcost[2], int_mv *center_mv) { in vp8_diamond_search_sadx4() 1284 int_mv *center_mv) { in vp8_full_search_sad_c() 1371 int_mv *center_mv) { in vp8_full_search_sadx3() 1492 int_mv *center_mv) { in vp8_full_search_sadx8() 1639 int *mvcost[2], int_mv *center_mv) { in vp8_refining_search_sad_c() 1718 int *mvcost[2], int_mv *center_mv) { in vp8_refining_search_sadx4()
|
/external/libvpx/libvpx/vp9/encoder/x86/ |
D | vp9_diamond_search_sad_avx.c | 77 const MV *center_mv) { in vp9_diamond_search_sad_avx()
|
/external/libaom/libaom/av1/encoder/ |
D | tpl_model.c | 125 MV center_mv, int_mv *best_mv) { in motion_estimation()
|
D | nonrd_pickmode.c | 131 MV center_mv; in combined_motion_search() local
|