Home
last modified time | relevance | path

Searched refs:cost_array (Results 1 – 1 of 1) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_mcomp.c680 unsigned int cost_array[5]; in vp9_find_best_sub_pixel_tree() local
713 cost_array[idx] = thismse + in vp9_find_best_sub_pixel_tree()
716 if (cost_array[idx] < besterr) { in vp9_find_best_sub_pixel_tree()
718 besterr = cost_array[idx]; in vp9_find_best_sub_pixel_tree()
723 cost_array[idx] = INT_MAX; in vp9_find_best_sub_pixel_tree()
728 kc = (cost_array[0] <= cost_array[1] ? -hstep : hstep); in vp9_find_best_sub_pixel_tree()
729 kr = (cost_array[2] <= cost_array[3] ? -hstep : hstep); in vp9_find_best_sub_pixel_tree()
742 cost_array[4] = thismse + in vp9_find_best_sub_pixel_tree()
745 if (cost_array[4] < besterr) { in vp9_find_best_sub_pixel_tree()
747 besterr = cost_array[4]; in vp9_find_best_sub_pixel_tree()
[all …]