Searched refs:amplitudeBounds (Results 1 – 1 of 1) sorted by relevance
144 final Pair<Integer, Integer> amplitudeBounds = getBounds(vertical, -1, -1); in analyzeImage() local154 final int amplitudeTop = amplitudeBounds.first.intValue(); in analyzeImage()155 final int amplitudeBottom = amplitudeBounds.second.intValue(); in analyzeImage()