Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/pq/hal/manhattan/pq/
H A Dmhal_pq_adaptive.c12454 int movingSum = 0; in VDBK_BlocknessAdjPart() local
12498 movingSum = 0; in VDBK_BlocknessAdjPart()
12501 movingSum += histogram[CurV+bin]; in VDBK_BlocknessAdjPart()
12504 avgBLKN = movingSum / localWidth; in VDBK_BlocknessAdjPart()
12518 movingSum = movingSum - histogram[CurV-(localWidth+1)/2+1] + histogram[CurV+(localWidth+1)/2-1]; in VDBK_BlocknessAdjPart()
12520 avgBLKN = movingSum / localWidth; in VDBK_BlocknessAdjPart()