Searched refs:mMomentsG (Results 1 – 1 of 1) sorted by relevance
56 private int[] mMomentsG; field in WuQuantizer118 mMomentsG = new int[TOTAL_SIZE]; in constructHistogram()135 mMomentsG[index] += (green * count); in constructHistogram()160 lineG += mMomentsG[index]; in createMoments()173 mMomentsG[index] = mMomentsG[previousIndex] + areaG[b]; in createMoments()230 int g = (volume(cube, mMomentsG) / weight); in createResult()243 int dg = volume(cube, mMomentsG); in variance()263 int wholeG = volume(one, mMomentsG); in cut()331 int baseG = bottom(cube, direction, mMomentsG); in maximize()339 int halfG = baseG + top(cube, direction, i, mMomentsG); in maximize()