| /external/libvpx/vp9/encoder/ |
| D | vp9_mcomp.c | 53 const MV *ref_mv) { in vp9_set_subpel_mv_search_range() 300 const MACROBLOCKD *xd, const MV *bestmv, const MV *ref_mv, in setup_center_error() 370 const MACROBLOCK *x, MV *bestmv, const MV *ref_mv, int allow_hp, in vp9_skip_sub_pixel_tree() 403 const MACROBLOCK *x, MV *bestmv, const MV *ref_mv, int allow_hp, in vp9_find_best_sub_pixel_tree_pruned_evenmore() 469 const MACROBLOCK *x, MV *bestmv, const MV *ref_mv, int allow_hp, in vp9_find_best_sub_pixel_tree_pruned_more() 531 const MACROBLOCK *x, MV *bestmv, const MV *ref_mv, int allow_hp, in vp9_find_best_sub_pixel_tree_pruned() 735 const MACROBLOCK *x, MV *bestmv, const MV *ref_mv, int allow_hp, in vp9_find_best_sub_pixel_tree() 973 static INLINE void calc_int_cost_list(const MACROBLOCK *x, const MV *ref_mv, in calc_int_cost_list() 1023 const MACROBLOCK *x, MV *ref_mv, int search_param, int sad_per_bit, in vp9_pattern_search() 1193 const MACROBLOCK *x, MV *ref_mv, int search_param, int sad_per_bit, in vp9_pattern_search_sad() [all …]
|
| D | vp9_mbgraph.c | 25 static unsigned int do_16x16_motion_iteration(VP9_COMP *cpi, const MV *ref_mv, in do_16x16_motion_iteration() 77 static int do_16x16_motion_search(VP9_COMP *cpi, const MV *ref_mv, in do_16x16_motion_search()
|
| D | vp9_temporal_filter.c | 554 uint8_t *frame_ptr_buf, int stride, MV *ref_mv, MV *blk_mvs, in temporal_filter_find_matching_mb_c() 704 MV ref_mv; in vp9_temporal_filter_iterate_row_c() local
|
| D | vp9_rdopt.c | 1778 int_mv *ref_mv[2]; member 1876 int_mv ref_mv[2]; in joint_motion_search() local 2511 MV ref_mv = x->mbmi_ext->ref_mvs[ref][0].as_mv; in single_motion_search() local 3597 int_mv ref_mv; in vp9_rd_pick_inter_mode_sb() local
|
| D | vp9_firstpass.c | 409 static int intersect_limits_with_mv_max(MvLimits *mv_limits, const MV *ref_mv) { in intersect_limits_with_mv_max() 429 const MV *ref_mv, MV *best_mv, in first_pass_motion_search()
|
| /external/libvpx/vp8/encoder/ |
| D | mcomp.c | 225 int_mv *bestmv, int_mv *ref_mv, in vp8_find_best_sub_pixel_step_iteratively() 369 int_mv *bestmv, int_mv *ref_mv, in vp8_find_best_sub_pixel_step() 665 int_mv *bestmv, int_mv *ref_mv, in vp8_find_best_half_pixel_step() 840 int vp8_hex_search(MACROBLOCK *x, BLOCK *b, BLOCKD *d, int_mv *ref_mv, in vp8_hex_search() 1021 int vp8_diamond_search_sad_c(MACROBLOCK *x, BLOCK *b, BLOCKD *d, int_mv *ref_mv, in vp8_diamond_search_sad_c() 1134 int vp8_diamond_search_sadx4(MACROBLOCK *x, BLOCK *b, BLOCKD *d, int_mv *ref_mv, in vp8_diamond_search_sadx4() 1284 int vp8_full_search_sad(MACROBLOCK *x, BLOCK *b, BLOCKD *d, int_mv *ref_mv, in vp8_full_search_sad() 1374 int_mv *ref_mv, int error_per_bit, in vp8_refining_search_sad_c() 1453 int_mv *ref_mv, int error_per_bit, in vp8_refining_search_sadx4()
|
| D | pickinter.c | 124 int_mv *bestmv, int_mv *ref_mv, in vp8_skip_fractional_mv_step()
|
| D | firstpass.c | 403 int_mv *ref_mv, MV *best_mv, in first_pass_motion_search()
|
| D | rdopt.c | 924 int_mv *ref_mv; member
|
| /external/libaom/av1/encoder/ |
| D | mv_prec.c | 122 static AOM_INLINE void keep_one_mv_stat(MV_STATS *mv_stats, const MV *ref_mv, in keep_one_mv_stat() 202 const MV ref_mv = in collect_mv_stats_b() local 213 const MV ref_mv = in collect_mv_stats_b() local
|
| D | motion_search_facade.c | 165 const MV ref_mv = av1_get_ref_mv(x, ref_idx).as_mv; in av1_single_motion_search() local 511 int_mv ref_mv[2]; in av1_joint_motion_search() local 710 const int_mv ref_mv = av1_get_ref_mv(x, ref_idx); in av1_compound_single_motion_search() local 945 const MV ref_mv = kZeroMv; in av1_simple_motion_search() local
|
| D | mcomp.h | 42 const MV *ref_mv; member 357 const MV *ref_mv) { in av1_set_subpel_mv_search_range()
|
| D | tune_vmaf.c | 29 const int mb_col, FULLPEL_MV *ref_mv) { in motion_search() 82 FULLPEL_MV ref_mv, unsigned int *sse) { in residual_variance() 170 FULLPEL_MV *ref_mv = &mvs[mb_col + mb_row * mb_cols]; in residual_frame_average_variance() local
|
| D | mcomp.c | 37 const MV *ref_mv, int errorperbit, in init_mv_cost_params() 97 MACROBLOCK *x, BLOCK_SIZE bsize, const MV *ref_mv, in av1_make_default_fullpel_ms_params() 180 const MV *ref_mv, const int *cost_list) { in av1_make_default_subpel_ms_params() 271 int av1_mv_bit_cost(const MV *mv, const MV *ref_mv, const int *mvjcost, in av1_mv_bit_cost() 281 static INLINE int mv_err_cost(const MV *mv, const MV *ref_mv, in mv_err_cost() 320 static INLINE int mvsad_err_cost(const FULLPEL_MV *mv, const FULLPEL_MV *ref_mv, in mvsad_err_cost() 1975 int mi_col, const MV *ref_mv) { in av1_int_pro_motion_estimation() 3390 const MV *ref_mv = mv_cost_params->ref_mv; in estimate_obmc_mvcost() local
|
| D | firstpass.c | 262 const MV *ref_mv, in first_pass_motion_search() 677 int *raw_motion_err_list, const MV ref_mv, MV *best_mv, in firstpass_inter_prediction()
|
| D | temporal_filter.c | 91 const int mb_col, MV *ref_mv, MV *subblock_mvs, in tf_motion_search() 828 MV ref_mv = kZeroMv; // Reference motion vector passed down along frames. in av1_tf_do_filtering_row() local
|
| D | rdopt.c | 1055 const int_mv ref_mv = av1_get_ref_mv(x, ref_idx); in clamp_mv_in_range() local 1088 const int_mv ref_mv = av1_get_ref_mv(x, i); in handle_newmv() local 1098 const int_mv ref_mv = av1_get_ref_mv(x, 1); in handle_newmv() local 1108 const int_mv ref_mv = av1_get_ref_mv(x, 0); in handle_newmv() local 1119 const MV ref_mv = av1_get_ref_mv(x, ref_idx).as_mv; in handle_newmv() local 1425 const int_mv ref_mv = av1_get_ref_mv(x, 0); in motion_mode_rd() local
|
| D | nonrd_pickmode.c | 326 int_mv *mv, MV ref_mv, FULLPEL_MV start_mv, in subpel_select() 430 const MV ref_mv = av1_get_ref_mv(x, mi->ref_mv_idx).as_mv; in combined_motion_search() local 569 MV ref_mv = av1_get_ref_mv(x, 0).as_mv; in search_new_mv() local 2244 const int_mv ref_mv = av1_get_ref_mv(x, 0); local
|
| D | rd.c | 1186 const int_mv ref_mv = in av1_mv_pred() local
|
| D | bitstream.c | 1151 const int_mv ref_mv = get_ref_mv(x, ref); in pack_inter_mode_mvs() local 1157 const int_mv ref_mv = get_ref_mv(x, 1); in pack_inter_mode_mvs() local 1162 const int_mv ref_mv = get_ref_mv(x, 0); in pack_inter_mode_mvs() local
|
| D | partition_search.c | 1352 const int_mv ref_mv = av1_get_ref_mv(x, ref); in update_stats() local 1358 const int_mv ref_mv = av1_get_ref_mv(x, ref); in update_stats() local 1363 const int_mv ref_mv = av1_get_ref_mv(x, ref); in update_stats() local
|
| /external/libgav1/src/ |
| D | motion_vector.cc | 126 [&candidate_mv](const MotionVector& ref_mv) { in SearchStack() 164 [&candidate_mv](const CompoundMotionVector& ref_mv) { in CompoundSearchStack() 311 [&candidate_mv](const CompoundMotionVector& ref_mv) { in AddTemporalReferenceMvCandidate() 338 [&candidate_mv](const MotionVector& ref_mv) { in AddTemporalReferenceMvCandidate() 370 [&candidate_mv](const MotionVector& ref_mv) { in AddTemporalReferenceMvCandidate()
|
| /external/libvpx/vp9/encoder/arm/neon/ |
| D | vp9_diamond_search_sad_neon.c | 73 const search_site_config *cfg, MV *ref_mv, in vp9_diamond_search_sad_neon()
|
| /external/libvpx/vp9/encoder/x86/ |
| D | vp9_diamond_search_sad_avx.c | 74 const search_site_config *cfg, MV *ref_mv, in vp9_diamond_search_sad_avx()
|
| /external/libaom/av1/decoder/ |
| D | decodemv.c | 677 const int_mv *ref_mv, int mi_row, int mi_col, in assign_dv() 1352 int_mv ref_mv[2] = { nearestmv[0], nearestmv[1] }; in read_inter_block_mode_info() local
|