Searched refs:MAX_COEFF_THRESH (Results 1 – 10 of 10) sorted by relevance
174 #define MAX_COEFF_THRESH 31 macro178 int distribution[MAX_COEFF_THRESH + 1];
120 for (k = 0; k <= MAX_COEFF_THRESH; ++k) { in GetAlpha()137 for (i = 0; i <= MAX_COEFF_THRESH; ++i) { in MergeHistograms()
178 #define MAX_COEFF_THRESH 31 // size of histogram used by CollectHistogram. macro189 void VP8SetHistogramData(const int distribution[MAX_COEFF_THRESH + 1],
44 void VP8SetHistogramData(const int distribution[MAX_COEFF_THRESH + 1], in VP8SetHistogramData()48 for (k = 0; k <= MAX_COEFF_THRESH; ++k) { in VP8SetHistogramData()63 int distribution[MAX_COEFF_THRESH + 1] = { 0 }; in CollectHistogram()73 const int clipped_value = clip_max(v, MAX_COEFF_THRESH); in CollectHistogram()
28 const __m128i max_coeff_thresh = _mm_set1_epi16(MAX_COEFF_THRESH); in CollectHistogram()30 int distribution[MAX_COEFF_THRESH + 1] = { 0 }; in CollectHistogram()
1459 int distribution[MAX_COEFF_THRESH + 1] = { 0 }; in CollectHistogram()1460 const int max_coeff = (MAX_COEFF_THRESH << 16) + MAX_COEFF_THRESH; in CollectHistogram()
728 const uint16x8_t max_coeff_thresh = vdupq_n_u16(MAX_COEFF_THRESH); in CollectHistogram()730 int distribution[MAX_COEFF_THRESH + 1] = { 0 }; in CollectHistogram()
514 const __m128i max_coeff_thresh = _mm_set1_epi16(MAX_COEFF_THRESH); in CollectHistogram()516 int distribution[MAX_COEFF_THRESH + 1] = { 0 }; in CollectHistogram()
58 const int clipped_value = clip_max(v, MAX_COEFF_THRESH); in CollectHistogram()
62 const __m128i max_coeff_thresh = _mm_set1_epi16(MAX_COEFF_THRESH); in CollectHistogramSSE2()