Searched refs:hist_sum (Results 1 – 1 of 1) sorted by relevance
4737 uint64_t hist_sum = 0; in angle_estimation() local4738 for (i = 0; i < DIRECTIONAL_MODES; ++i) hist_sum += hist[i]; in angle_estimation()4753 if (score * thresh < hist_sum * weight) directional_mode_skip_mask[i] = 1; in angle_estimation()