Searched refs:localWidth (Results 1 – 1 of 1) sorted by relevance
12449 const int localWidth = 10; in VDBK_BlocknessAdjPart() local12490 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()