Home
last modified time | relevance | path

Searched defs:best_mv (Results 1 – 19 of 19) sorted by relevance

/external/libaom/libaom/av1/encoder/
Dmcomp.c496 const FULLPEL_MV best_mv, const FULLPEL_MOTION_SEARCH_PARAMS *ms_params, in calc_int_cost_list()
528 const FULLPEL_MV best_mv, const FULLPEL_MOTION_SEARCH_PARAMS *ms_params, in calc_int_sad_list()
599 int *cost_list, FULLPEL_MV *best_mv) { in pattern_search()
866 int *cost_list, FULLPEL_MV *best_mv) { in hex_search()
901 int *cost_list, FULLPEL_MV *best_mv) { in bigdia_search()
942 int *cost_list, FULLPEL_MV *best_mv) { in square_search()
983 int *cost_list, FULLPEL_MV *best_mv) { in fast_hex_search()
992 int *cost_list, FULLPEL_MV *best_mv) { in fast_dia_search()
1001 FULLPEL_MV *best_mv, FULLPEL_MV *second_best_mv) { in diamond_search_sad()
1124 FULLPEL_MV *best_mv, FULLPEL_MV *second_best_mv) { in full_pixel_diamond()
[all …]
Dmotion_search_facade.c43 int_mv *best_mv) { in av1_single_motion_search()
386 int_mv best_mv; in av1_joint_motion_search() local
574 int_mv best_mv; in av1_compound_single_motion_search() local
782 int_mv best_mv; in av1_simple_motion_search() local
850 int_mv best_mv = av1_simple_motion_search(cpi, x, mi_row, mi_col, bsize, ref, in av1_simple_motion_sse_var() local
Dfirstpass.c216 FULLPEL_MV *best_mv, in first_pass_motion_search()
486 static void accumulate_mv_stats(const MV best_mv, const FULLPEL_MV mv, in accumulate_mv_stats()
705 const MV best_mv = get_mv_from_fullmv(&mv); in firstpass_inter_prediction() local
Dtpl_model.c125 MV center_mv, int_mv *best_mv) { in motion_estimation()
293 int_mv best_mv; in mode_estimation() local
Dpartition_strategy.c341 int_mv best_mv = in simple_motion_search_get_best_ref() local
665 int_mv best_mv = av1_simple_motion_sse_var( in av1_get_max_min_partition_features() local
Dcompound_type.c907 int_mv *best_mv, int_mv *cur_mv, in update_mask_best_mv()
1213 int_mv best_mv[2]; in av1_compound_type_rd() local
Dtemporal_filter.c118 int_mv best_mv; in tf_motion_search() local
Dnonrd_pickmode.c219 int_mv best_mv = mi->mv[0]; in search_new_mv() local
Drdopt.c1166 int_mv best_mv; in handle_newmv() local
2751 int_mv best_mv, best_hash_mv; in rd_pick_intrabc_mode_sb() local
/external/libvpx/libvpx/vp9/encoder/
Dvp9_mcomp.c968 const MV *best_mv, int *cost_list) { in calc_int_cost_list()
1017 int use_mvcost, const MV *center_mv, MV *best_mv, in vp9_pattern_search()
1172 const MV best_mv = { br, bc }; in vp9_pattern_search() local
1187 int use_mvcost, const MV *center_mv, MV *best_mv, in vp9_pattern_search_sad()
1461 int vp9_get_mvpred_var(const MACROBLOCK *x, const MV *best_mv, in vp9_get_mvpred_var()
1487 int vp9_get_mvpred_av_var(const MACROBLOCK *x, const MV *best_mv, 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()
[all …]
Dvp9_firstpass.c393 const MV *ref_mv, MV *best_mv, in first_pass_motion_search()
Dvp9_encoder.c6260 int_mv best_mv; local
Dvp9_encodeframe.c3495 MV best_mv = { 0, 0 }; in simple_motion_search() local
/external/libvpx/libvpx/vp8/encoder/
Dmcomp.c838 int_mv *best_mv, int search_param, int sad_per_bit, in vp8_hex_search()
1019 int_mv *best_mv, int search_param, int sad_per_bit, in vp8_diamond_search_sad_c()
1132 int_mv *best_mv, int search_param, int sad_per_bit, in vp8_diamond_search_sadx4()
1293 int_mv *best_mv = &d->bmi.mv; in vp8_full_search_sad_c() local
1380 int_mv *best_mv = &d->bmi.mv; in vp8_full_search_sadx3() local
1501 int_mv *best_mv = &d->bmi.mv; in vp8_full_search_sadx8() local
Dbitstream.c486 int_mv best_mv; in pack_inter_mode_mvs() local
Dfirstpass.c403 int_mv *ref_mv, MV *best_mv, in first_pass_motion_search()
/external/libvpx/libvpx/vp8/common/
Dfindnearmv.c24 int_mv *nearby, int_mv *best_mv, int near_mv_ref_cnts[4], in vp8_find_near_mvs()
/external/libvpx/libvpx/vp9/encoder/x86/
Dvp9_diamond_search_sad_avx.c75 MV *best_mv, int search_param, int sad_per_bit, in vp9_diamond_search_sad_avx()
/external/libvpx/libvpx/vp8/decoder/
Ddecodemv.c189 MB_MODE_INFO *mbmi, int_mv best_mv, in decode_split_mv()