Searched refs:get_cost_surf_min (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_mcomp.c | 360 static void get_cost_surf_min(int *cost_list, int *ir, int *ic, int bits) { in get_cost_surf_min() function 427 get_cost_surf_min(cost_list, &ir, &ic, 2); in vp9_find_best_sub_pixel_tree_pruned_evenmore() 486 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 | 387 static void get_cost_surf_min(int *cost_list, int *ir, int *ic, int bits) { in get_cost_surf_min() function 425 get_cost_surf_min(cost_list, &ir, &ic, 2); in av1_find_best_sub_pixel_tree_pruned_evenmore() 491 get_cost_surf_min(cost_list, &ir, &ic, 1); in av1_find_best_sub_pixel_tree_pruned_more()
|