Home
last modified time | relevance | path

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

/dports/graphics/libbpg/libbpg-0.9.8/jctvc/TLibCommon/
H A DTComTrQuant.cpp2065 Int iLastScanPos = -1; in xRateDistOptQuant() local
2117 if ( uiMaxAbsLevel > 0 && iLastScanPos < 0 ) in xRateDistOptQuant()
2119 iLastScanPos = iScanPos; in xRateDistOptQuant()
2124 if ( iLastScanPos >= 0 ) in xRateDistOptQuant()
2131 if( iScanPos == iLastScanPos ) in xRateDistOptQuant()
2293 if ( iLastScanPos < 0 ) in xRateDistOptQuant()
2328 if (iScanPos > iLastScanPos) continue; in xRateDistOptQuant()
2374 for ( Int scanPos = iBestLastIdxP1; scanPos <= iLastScanPos; scanPos++ ) in xRateDistOptQuant()