Searched refs:mMomentsR (Results 1 – 1 of 1) sorted by relevance
55 private int[] mMomentsR; field in WuQuantizer117 mMomentsR = new int[TOTAL_SIZE]; in constructHistogram()134 mMomentsR[index] += (red * count); in constructHistogram()159 lineR += mMomentsR[index]; in createMoments()172 mMomentsR[index] = mMomentsR[previousIndex] + areaR[b]; in createMoments()229 int r = (volume(cube, mMomentsR) / weight); in createResult()242 int dr = volume(cube, mMomentsR); in variance()262 int wholeR = volume(one, mMomentsR); in cut()330 int baseR = bottom(cube, direction, mMomentsR); in maximize()338 int halfR = baseR + top(cube, direction, i, mMomentsR); in maximize()