Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/graphics/palette/
DWuQuantizer.java52 private static final int TOTAL_SIZE = 35937; field in WuQuantizer
116 mWeights = new int[TOTAL_SIZE]; in constructHistogram()
117 mMomentsR = new int[TOTAL_SIZE]; in constructHistogram()
118 mMomentsG = new int[TOTAL_SIZE]; in constructHistogram()
119 mMomentsB = new int[TOTAL_SIZE]; in constructHistogram()
120 mMoments = new double[TOTAL_SIZE]; in constructHistogram()