Searched refs:angle_bin (Results 1 – 1 of 1) sorted by relevance
4741 const uint8_t angle_bin = mode_to_angle_bin[i]; in angle_estimation() local4742 uint64_t score = 2 * hist[angle_bin]; in angle_estimation()4744 if (angle_bin > 0) { in angle_estimation()4745 score += hist[angle_bin - 1]; in angle_estimation()4748 if (angle_bin < DIRECTIONAL_MODES - 1) { in angle_estimation()4749 score += hist[angle_bin + 1]; in angle_estimation()