Searched defs:center_mv (Results 1 – 7 of 7) sorted by relevance
/external/libvpx/vp9/encoder/ |
D | vp9_mcomp.c | 1010 int use_mvcost, const MV *center_mv, MV *best_mv, in vp9_pattern_search() 1180 int use_mvcost, const MV *center_mv, MV *best_mv, in vp9_pattern_search_sad() 1455 const MV *center_mv, const vp9_variance_fn_ptr_t *vfp, in vp9_get_mvpred_var() 1481 const MV *center_mv, const uint8_t *second_pred, in vp9_get_mvpred_av_var() 1499 const MV *center_mv, MV *best_mv) { in hex_search() 1535 const MV *center_mv, MV *best_mv) { in bigdia_search() 1576 const MV *center_mv, MV *best_mv) { in square_search() 1618 int use_mvcost, const MV *center_mv, MV *best_mv) { in fast_hex_search() 1627 const MV *center_mv, MV *best_mv) { in fast_dia_search() 1640 const MV *center_mv) { in exhaustive_mesh_search() [all …]
|
D | vp9_pickmode.c | 166 MV center_mv; in combined_motion_search() local
|
/external/libvpx/vp8/encoder/ |
D | mcomp.c | 843 int_mv *center_mv) { in vp8_hex_search() 1024 int *mvcost[2], int_mv *center_mv) { in vp8_diamond_search_sad_c() 1137 int *mvcost[2], int_mv *center_mv) { in vp8_diamond_search_sadx4() 1287 int_mv *center_mv) { in vp8_full_search_sad() 1376 int *mvcost[2], int_mv *center_mv) { in vp8_refining_search_sad_c() 1455 int *mvcost[2], int_mv *center_mv) { in vp8_refining_search_sadx4()
|
/external/libvpx/vp9/encoder/arm/neon/ |
D | vp9_diamond_search_sad_neon.c | 53 const MV *center_mv) { in vp9_diamond_search_sad_neon()
|
/external/libaom/av1/encoder/ |
D | mcomp.c | 889 const FULLPEL_MV center_mv, const uint8_t *center_address, in calc_sad4_update_bestmv() 926 FULLPEL_MV center_mv, const uint8_t *center_address, unsigned int *bestsad, in calc_sad3_update_bestmv() 962 const FULLPEL_MV center_mv, const uint8_t *center_address, in calc_sad_update_bestmv() 988 const FULLPEL_MV center_mv, const uint8_t *center_address, in calc_sad_update_bestmv_with_indices() 1069 FULLPEL_MV center_mv = { br, bc }; in pattern_search() local 1113 FULLPEL_MV center_mv = { br, bc }; in pattern_search() local 1152 FULLPEL_MV center_mv = { br, bc }; in pattern_search() local 1178 FULLPEL_MV center_mv = { br, bc }; in pattern_search() local 1207 FULLPEL_MV center_mv = { br, bc }; in pattern_search() local
|
D | tpl_model.c | 258 BLOCK_SIZE bsize, MV center_mv, in motion_estimation()
|
D | nonrd_pickmode.c | 207 MV center_mv; in combined_motion_search() local
|