/external/libaom/libaom/av1/encoder/ |
D | mcomp.h | 94 MV *mvp_full, int step_param, int sadpb, 145 MV *mvp_full, int step_param, int sadpb,
|
D | mcomp.c | 1024 const MV *const ref_mv, int sadpb, in calc_int_cost_list() argument 1040 mvsad_err_cost(x, &this_mv, &fcenter_mv, sadpb); in calc_int_cost_list() 1067 const MV *const ref_mv, int sadpb, in calc_int_sad_list() argument 1104 cost_list[i + 1] += mvsad_err_cost(x, &this_mv, &fcenter_mv, sadpb); in calc_int_sad_list() 1800 MV *mvp_full, int step_param, int sadpb, in full_pixel_diamond() argument 1807 sadpb, &n, fn_ptr, ref_mv); in full_pixel_diamond() 1824 sadpb, &num00, fn_ptr, ref_mv); in full_pixel_diamond() 1842 thissme = av1_refining_search_sad(x, &best_mv, sadpb, search_range, fn_ptr, in full_pixel_diamond() 1854 calc_int_cost_list(x, ref_mv, sadpb, fn_ptr, &x->best_mv.as_mv, cost_list); in full_pixel_diamond() 1865 const MV *centre_mv_full, int sadpb, in full_pixel_exhaustive() argument [all …]
|
D | tpl_model.c | 73 int sadpb = x->sadperbit16; in motion_compensated_prediction() local 98 search_method, 0, sadpb, cond_cost_list(cpi, cost_list), in motion_compensated_prediction()
|
D | temporal_filter.c | 667 int sadpb = x->sadperbit16; in temporal_filter_find_matching_mb_c() local 699 1, sadpb, cond_cost_list(cpi, cost_list), &best_ref_mv1, in temporal_filter_find_matching_mb_c() 755 step_param, NSTEP, 1, sadpb, in temporal_filter_find_matching_mb_c()
|
D | rdopt.c | 6695 const int sadpb = x->sadperbit16; in joint_motion_search() local 6772 bestsme = av1_refining_search_8p_c(x, sadpb, search_range, in joint_motion_search() 7063 int sadpb = x->sadperbit16; in single_motion_search() local 7154 sadpb, cond_cost_list(cpi, cost_list), &ref_mv, INT_MAX, 1, in single_motion_search() 7159 cpi, x, &mvp_full, step_param, sadpb, in single_motion_search() 7352 int sadpb = x->sadperbit16; in compound_single_motion_search() local 7368 bestsme = av1_refining_search_8p_c(x, sadpb, search_range, in compound_single_motion_search() 10725 const int sadpb = x->sadperbit16; in rd_pick_intrabc_mode_sb() local 10729 sadpb, cond_cost_list(cpi, cost_list), &dv_ref.as_mv, INT_MAX, 1, in rd_pick_intrabc_mode_sb()
|
/external/libvpx/libvpx/vp8/encoder/ |
D | temporal_filter.c | 119 int sadpb = x->sadperbit16; in vp8_temporal_filter_find_matching_mb_c() local 160 vp8_hex_search(x, b, d, &best_ref_mv1_full, &d->bmi.mv, step_param, sadpb, in vp8_temporal_filter_find_matching_mb_c()
|
D | rdopt.c | 1054 int sadpb = x->sadperbit4; in rd_check_segment() local 1068 x, c, e, &mvp_full, &mode_mv[NEW4X4], step_param, sadpb, &num00, in rd_check_segment() 1081 x, c, e, &mvp_full, &temp_mv, step_param + n, sadpb, &num00, in rd_check_segment() 1100 thissme = cpi->full_search_sad(x, c, e, &mvp_full, sadpb, 16, in rd_check_segment() 2025 int sadpb = x->sadperbit16; in vp8_rd_pick_inter_mode() local 2064 x, b, d, &mvp_full, &d->bmi.mv, step_param, sadpb, &num00, in vp8_rd_pick_inter_mode() 2085 x, b, d, &mvp_full, &d->bmi.mv, step_param + n, sadpb, &num00, in vp8_rd_pick_inter_mode() 2108 x, b, d, &d->bmi.mv, sadpb, search_range, in vp8_rd_pick_inter_mode()
|
D | pickinter.c | 907 int sadpb = x->sadperbit16; in vp8_pick_inter_mode() local 1017 sadpb, &cpi->fn_ptr[BLOCK_16X16], in vp8_pick_inter_mode() 1022 x, b, d, &mvp_full, &d->bmi.mv, step_param, sadpb, &num00, in vp8_pick_inter_mode() 1037 x, b, d, &mvp_full, &d->bmi.mv, step_param + n, sadpb, in vp8_pick_inter_mode()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_mcomp.c | 971 int sadpb, in calc_int_cost_list() argument 989 mvsad_err_cost(x, &this_mv, &fcenter_mv, sadpb); in calc_int_cost_list() 2339 int step_param, int sadpb, int further_steps, in full_pixel_diamond() argument 2346 step_param, sadpb, &n, fn_ptr, ref_mv); in full_pixel_diamond() 2362 step_param + n, sadpb, &num00, fn_ptr, in full_pixel_diamond() 2381 thissme = vp9_refining_search_sad(x, &best_mv, sadpb, search_range, fn_ptr, in full_pixel_diamond() 2393 calc_int_cost_list(x, ref_mv, sadpb, fn_ptr, dst_mv, cost_list); in full_pixel_diamond() 2404 MV *centre_mv_full, int sadpb, int *cost_list, in full_pixel_exhaustive() argument 2431 sadpb, fn_ptr, &temp_mv); in full_pixel_exhaustive() 2440 sf->mesh_patterns[i].interval, sadpb, fn_ptr, &temp_mv); in full_pixel_exhaustive() [all …]
|
D | vp9_temporal_filter.c | 505 int sadpb = x->sadperbit16; in temporal_filter_find_matching_mb_c() local 535 search_method, sadpb, cond_cost_list(cpi, cost_list), in temporal_filter_find_matching_mb_c() 566 step_param, search_method, sadpb, in temporal_filter_find_matching_mb_c()
|
D | vp9_rdopt.c | 1762 int sadpb = x->sadperbit16; in joint_motion_search() local 1808 bestsme = vp9_refining_search_8p_c(x, &tmp_mv, sadpb, search_range, in joint_motion_search() 1951 int sadpb = x->sadperbit4; in rd_pick_best_sub8x8_mode() local 2003 sadpb, in rd_pick_best_sub8x8_mode() 2404 int sadpb = x->sadperbit16; in single_motion_search() local 2482 cpi, x, bsize, &mvp_full, step_param, cpi->sf.mv.search_method, sadpb, in single_motion_search() 2526 cpi->sf.mv.search_method, sadpb, cond_cost_list(cpi, cost_list), in single_motion_search()
|
D | vp9_pickmode.c | 162 const int sadpb = x->sadperbit16; in combined_motion_search() local 212 cpi, x, bsize, &mvp_full, step_param, cpi->sf.mv.search_method, sadpb, in combined_motion_search()
|
D | vp9_encoder.c | 5582 int sadpb = x->sadperbit16; local 5614 (void)sadpb; 5625 search_method, sadpb, cond_cost_list(cpi, cost_list),
|
D | vp9_encodeframe.c | 3505 const int sadpb = x->sadperbit16; in ml_predict_var_rd_paritioning() local 3516 search_method, sadpb, cond_cost_list(cpi, cost_list), in ml_predict_var_rd_paritioning()
|
/external/swiftshader/third_party/LLVM/test/MC/ELF/ |
D | many-section.s | 255 .section sadpb
|