Home
last modified time | relevance | path

Searched refs:maxValue (Results 1 – 1 of 1) sorted by relevance

/utopia/UTPA2-700.0.x/modules/pq/hal/manhattan/pq/
H A Dmhal_pq_adaptive.c9199 int maxValue = 0; in DBK_WidthPartTop() local
9207 if (WidthDiffHW[bin] > maxValue ) in DBK_WidthPartTop()
9209 maxValue = WidthDiffHW[bin]; in DBK_WidthPartTop()
9217 *MaxMinDiff = maxValue - minValue; in DBK_WidthPartTop()