Searched refs:clusterStartIndices (Results 1 – 1 of 1) sorted by relevance
400 int[] clusterStartIndices = getClusterStartIndices(frequencies); in FrequencyBucketCreator() local402 getBucketStartIndices(clusterStartIndices, targetNumBuckets, mNumFrequencies); in FrequencyBucketCreator()460 int[] clusterStartIndices, int targetNumBuckets, int numFrequencies) { in getBucketStartIndices() argument461 int numClusters = clusterStartIndices.length; in getBucketStartIndices()466 return Arrays.copyOfRange(clusterStartIndices, 0, targetNumBuckets); in getBucketStartIndices()471 final int clusterStartIdx = getLowerBound(clusterIdx, clusterStartIndices); in getBucketStartIndices()473 getUpperBound(clusterIdx, clusterStartIndices, numFrequencies); in getBucketStartIndices()