Searched refs:calc_int_cost_list (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_mcomp.c | 970 static INLINE void calc_int_cost_list(const MACROBLOCK *x, const MV *ref_mv, in calc_int_cost_list() function 1178 calc_int_cost_list(x, &fcenter_mv, sad_per_bit, vfp, &best_mv, cost_list); in vp9_pattern_search() 2393 calc_int_cost_list(x, ref_mv, sadpb, fn_ptr, dst_mv, cost_list); in full_pixel_diamond() 2452 calc_int_cost_list(x, ref_mv, sadpb, fn_ptr, dst_mv, cost_list); in full_pixel_exhaustive()
|
/external/libaom/libaom/av1/encoder/ |
D | mcomp.c | 1023 static INLINE void calc_int_cost_list(const MACROBLOCK *x, in calc_int_cost_list() function 1363 calc_int_cost_list(x, center_mv, sad_per_bit, vfp, &best_int_mv, in pattern_search() 1854 calc_int_cost_list(x, ref_mv, sadpb, fn_ptr, &x->best_mv.as_mv, cost_list); in full_pixel_diamond() 1917 calc_int_cost_list(x, ref_mv, sadpb, fn_ptr, dst_mv, cost_list); in full_pixel_exhaustive()
|