Searched refs:get_cost_surf_min (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_mcomp.c | 355 static void get_cost_surf_min(int *cost_list, int *ir, int *ic, int bits) { in get_cost_surf_min() function 422 get_cost_surf_min(cost_list, &ir, &ic, 2); in vp9_find_best_sub_pixel_tree_pruned_evenmore() 481 get_cost_surf_min(cost_list, &ir, &ic, 1); in vp9_find_best_sub_pixel_tree_pruned_more()
|
/external/libaom/libaom/av1/encoder/ |
D | mcomp.c | 2474 static AOM_INLINE void get_cost_surf_min(const int *cost_list, int *ir, int *ic, in get_cost_surf_min() function 2530 get_cost_surf_min(cost_list, &ir, &ic, 2); in av1_find_best_sub_pixel_tree_pruned_evenmore() 2605 get_cost_surf_min(cost_list, &ir, &ic, 1); in av1_find_best_sub_pixel_tree_pruned_more()
|