Home
last modified time | relevance | path

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

/external/webp/src/mux/
Danim_encode.c1014 int best_idx = -1; in PickBestCandidate() local
1020 best_idx = i; in PickBestCandidate()
1025 assert(best_idx != -1); in PickBestCandidate()
1028 if (i == best_idx) { in PickBestCandidate()
1039 (best_idx == LL_DISP_NONE || best_idx == LOSSY_DISP_NONE) in PickBestCandidate()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_mcomp.c666 int idx, best_idx = -1; in vp9_find_best_sub_pixel_tree() local
709 best_idx = idx; in vp9_find_best_sub_pixel_tree()
738 best_idx = 4; in vp9_find_best_sub_pixel_tree()
747 if (best_idx < 4 && best_idx >= 0) { in vp9_find_best_sub_pixel_tree()
748 br += search_step[best_idx].row; in vp9_find_best_sub_pixel_tree()
749 bc += search_step[best_idx].col; in vp9_find_best_sub_pixel_tree()
750 } else if (best_idx == 4) { in vp9_find_best_sub_pixel_tree()
755 if (iters_per_step > 1 && best_idx != -1) SECOND_LEVEL_CHECKS_BEST; in vp9_find_best_sub_pixel_tree()
762 best_idx = -1; in vp9_find_best_sub_pixel_tree()