/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() 2030 int sadpb = x->sadperbit16; in vp8_rd_pick_inter_mode() local 2069 x, b, d, &mvp_full, &d->bmi.mv, step_param, sadpb, &num00, in vp8_rd_pick_inter_mode() 2090 x, b, d, &mvp_full, &d->bmi.mv, step_param + n, sadpb, &num00, in vp8_rd_pick_inter_mode() 2113 x, b, d, &d->bmi.mv, sadpb, search_range, in vp8_rd_pick_inter_mode()
|
D | pickinter.c | 910 int sadpb = x->sadperbit16; in vp8_pick_inter_mode() local 1020 sadpb, &cpi->fn_ptr[BLOCK_16X16], in vp8_pick_inter_mode() 1025 x, b, d, &mvp_full, &d->bmi.mv, step_param, sadpb, &num00, in vp8_pick_inter_mode() 1040 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 | 966 int sadpb, in calc_int_cost_list() argument 984 mvsad_err_cost(x, &this_mv, &fcenter_mv, sadpb); in calc_int_cost_list() 2525 int step_param, int sadpb, int further_steps, in full_pixel_diamond() argument 2532 step_param, sadpb, &n, fn_ptr, ref_mv); in full_pixel_diamond() 2548 step_param + n, sadpb, &num00, fn_ptr, in full_pixel_diamond() 2567 thissme = vp9_refining_search_sad(x, &best_mv, sadpb, search_range, fn_ptr, in full_pixel_diamond() 2579 calc_int_cost_list(x, ref_mv, sadpb, fn_ptr, dst_mv, cost_list); in full_pixel_diamond() 2588 int sadpb, int *cost_list, in full_pixel_exhaustive() argument 2615 sadpb, fn_ptr, &temp_mv); in full_pixel_exhaustive() 2624 sf->mesh_patterns[i].interval, sadpb, fn_ptr, &temp_mv); in full_pixel_exhaustive() [all …]
|
D | vp9_temporal_filter.c | 562 int sadpb = x->sadperbit16; in temporal_filter_find_matching_mb_c() local 592 search_method, sadpb, cond_cost_list(cpi, cost_list), in temporal_filter_find_matching_mb_c() 623 step_param, search_method_16, sadpb, in temporal_filter_find_matching_mb_c()
|
D | vp9_rdopt.c | 1905 int sadpb = x->sadperbit16; in joint_motion_search() local 1951 bestsme = vp9_refining_search_8p_c(x, &tmp_mv, sadpb, search_range, in joint_motion_search() 2094 int sadpb = x->sadperbit4; in rd_pick_best_sub8x8_mode() local 2146 sadpb, in rd_pick_best_sub8x8_mode() 2510 int sadpb = x->sadperbit16; in single_motion_search() local 2588 cpi, x, bsize, &mvp_full, step_param, cpi->sf.mv.search_method, sadpb, in single_motion_search() 2628 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_encodeframe.c | 3493 const int sadpb = x->sadperbit16; in simple_motion_search() local 3507 sadpb, cond_cost_list(cpi, cost_list), &ref_mv, in simple_motion_search()
|
D | vp9_encoder.c | 6003 int sadpb = x->sadperbit16; local 6028 search_method, sadpb, cond_cost_list(cpi, cost_list),
|