Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/pq/hal/manhattan/pq/
H A Dmhal_pq_adaptive.c12449 const int localWidth = 10; in VDBK_BlocknessAdjPart() local
12490 if ( ( CurV < (localWidth+1)/2 - 1) || ( CurV > frameHeight - (localWidth+1)/2 ) ) in VDBK_BlocknessAdjPart()
12496 else if (CurV == ( (localWidth+1/2) - 1) || CurV == IniPos ) in VDBK_BlocknessAdjPart()
12499 for (bin=-(localWidth+1)/2+1;bin < (localWidth+1)/2;bin++) in VDBK_BlocknessAdjPart()
12503 if (localWidth!= 0) 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()
12519 if (localWidth!= 0) in VDBK_BlocknessAdjPart()
12520 avgBLKN = movingSum / localWidth; in VDBK_BlocknessAdjPart()