Searched refs:mMomentsB (Results 1 – 1 of 1) sorted by relevance
57 private int[] mMomentsB; field in WuQuantizer119 mMomentsB = new int[TOTAL_SIZE]; in constructHistogram()136 mMomentsB[index] += (blue * count); in constructHistogram()161 lineB += mMomentsB[index]; in createMoments()174 mMomentsB[index] = mMomentsB[previousIndex] + areaB[b]; in createMoments()231 int b = (volume(cube, mMomentsB) / weight); in createResult()244 int db = volume(cube, mMomentsB); in variance()264 int wholeB = volume(one, mMomentsB); in cut()332 int baseB = bottom(cube, direction, mMomentsB); in maximize()340 int halfB = baseB + top(cube, direction, i, mMomentsB); in maximize()