Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/pq/hal/manhattan/pq/
H A Dmhal_pq_adaptive.c9640 int IniPos, EndPos; in DBK_BlocknessAdjPart() local
9645 EndPos = frameWidth*(partIndex+1)/ADJTIMESLOT; in DBK_BlocknessAdjPart()
9650 EndPos = 0; in DBK_BlocknessAdjPart()
9658 for(CurH = IniPos; CurH < EndPos; CurH++) in DBK_BlocknessAdjPart()
10063 int IniPos, EndPos; in readHistogramPart() local
10067 EndPos = frameWidth*(partIndex+1)/SRAMTIMESLOT; in readHistogramPart()
10072 EndPos = 0; in readHistogramPart()
10090 for(bin = IniPos; bin < EndPos; bin++) in readHistogramPart()
10113 int IniPos, EndPos;
10118 EndPos = frameWidth/3;
[all …]