Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Drdopt.c4741 const uint8_t angle_bin = mode_to_angle_bin[i]; in angle_estimation() local
4742 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()