Searched refs:mWeights (Results 1 – 1 of 1) sorted by relevance
54 private int[] mWeights; field in WuQuantizer116 mWeights = new int[TOTAL_SIZE]; in constructHistogram()133 mWeights[index] += count; in constructHistogram()158 line += mWeights[index]; in createMoments()171 mWeights[index] = mWeights[previousIndex] + area[b]; in createMoments()227 int weight = volume(cube, mWeights); in createResult()256 int volume2 = volume(cube, mWeights); in variance()265 int wholeW = volume(one, mWeights); in cut()333 int baseW = bottom(cube, direction, mWeights); in maximize()341 int halfW = baseW + top(cube, direction, i, mWeights); in maximize()