Home
last modified time | relevance | path

Searched defs:pcCU (Results 1 – 18 of 18) sorted by relevance

/dports/graphics/libbpg/libbpg-0.9.8/jctvc/TLibEncoder/
H A DTEncEntropy.cpp107 Void TEncEntropy::encodeSkipFlag( TComDataCU* pcCU, UInt uiAbsPartIdx, Bool bRD ) in encodeSkipFlag()
125 Void TEncEntropy::encodeMergeFlag( TComDataCU* pcCU, UInt uiAbsPartIdx ) in encodeMergeFlag()
154 Void TEncEntropy::encodePredMode( TComDataCU* pcCU, UInt uiAbsPartIdx, Bool bRD ) in encodePredMode()
225 TComDataCU *pcCU=rTu.getCU(); in xEncodeTransform() local
436 Void TEncEntropy::encodePredInfo( TComDataCU* pcCU, UInt uiAbsPartIdx ) in encodePredInfo()
471 Void TEncEntropy::encodePUWise( TComDataCU* pcCU, UInt uiAbsPartIdx ) in encodePUWise()
524 Void TEncEntropy::encodeInterDirPU( TComDataCU* pcCU, UInt uiAbsPartIdx ) in encodeInterDirPU()
596 Void TEncEntropy::encodeQtRootCbf( TComDataCU* pcCU, UInt uiAbsPartIdx ) in encodeQtRootCbf()
606 Void TEncEntropy::encodeQtRootCbfZero( TComDataCU* pcCU ) in encodeQtRootCbfZero()
612 Void TEncEntropy::encodeQP( TComDataCU* pcCU, UInt uiAbsPartIdx, Bool bRD ) in encodeQP()
[all …]
H A DTEncCavlc.cpp1185 Void TEncCavlc::codePredMode( TComDataCU* pcCU, UInt uiAbsPartIdx ) in codePredMode()
1190 Void TEncCavlc::codeMergeFlag ( TComDataCU* pcCU, UInt uiAbsPartIdx ) in codeMergeFlag()
1195 Void TEncCavlc::codeMergeIndex ( TComDataCU* pcCU, UInt uiAbsPartIdx ) in codeMergeIndex()
1210 Void TEncCavlc::codeSkipFlag( TComDataCU* pcCU, UInt uiAbsPartIdx ) in codeSkipFlag()
1230 Void TEncCavlc::codeQtRootCbf( TComDataCU* pcCU, UInt uiAbsPartIdx ) in codeQtRootCbf()
1239 Void TEncCavlc::codeQtRootCbfZero( TComDataCU* pcCU ) in codeQtRootCbfZero()
1254 Void TEncCavlc::codeIPCMInfo( TComDataCU* pcCU, UInt uiAbsPartIdx ) in codeIPCMInfo()
1264 Void TEncCavlc::codeIntraDirChroma( TComDataCU* pcCU, UInt uiAbsPartIdx ) in codeIntraDirChroma()
1269 Void TEncCavlc::codeInterDir( TComDataCU* pcCU, UInt uiAbsPartIdx ) in codeInterDir()
1289 Void TEncCavlc::codeDeltaQP( TComDataCU* pcCU, UInt uiAbsPartIdx ) in codeDeltaQP()
[all …]
H A DTEncSbac.cpp521 Void TEncSbac::codePredMode( TComDataCU* pcCU, UInt uiAbsPartIdx ) in codePredMode()
538 Void TEncSbac::codeSkipFlag( TComDataCU* pcCU, UInt uiAbsPartIdx ) in codeSkipFlag()
558 Void TEncSbac::codeMergeFlag( TComDataCU* pcCU, UInt uiAbsPartIdx ) in codeMergeFlag()
723 Void TEncSbac::codeInterDir( TComDataCU* pcCU, UInt uiAbsPartIdx ) in codeInterDir()
829 TComDataCU *pcCU = rTu.getCU(); in codeCrossComponentPrediction() local
870 Void TEncSbac::codeDeltaQP( TComDataCU* pcCU, UInt uiAbsPartIdx ) in codeDeltaQP()
913 TComDataCU* pcCU = rTu.getCU(); in codeQtCbf() local
990 TComDataCU* pcCU=rTu.getCU(); in codeTransformSkipFlags() local
1025 Void TEncSbac::codeIPCMInfo( TComDataCU* pcCU, UInt uiAbsPartIdx ) in codeIPCMInfo()
1088 Void TEncSbac::codeQtRootCbfZero( TComDataCU* pcCU ) in codeQtRootCbfZero()
[all …]
H A DTEncSearch.cpp861 TComDataCU* pcCU=rTu.getCU(); in xEncSubdivCbfQT() local
930 TComDataCU* pcCU=rTu.getCU(); in xEncCoeffQT() local
1043 TComDataCU* pcCU=rTu.getCU(); in xGetIntraBitsQT() local
1089 TComDataCU *pcCU=rTu.getCU(); in xIntraCodingTUBlock() local
1741 TComDataCU *pcCU = rTu.getCU(); in xSetIntraResultQT() local
1793 TComDataCU *pcCU=rTu.getCU(); in xStoreIntraResultQT() local
1835 TComDataCU *pcCU=rTu.getCU(); in xLoadIntraResultQT() local
2166 TComDataCU *pcCU=rTu.getCU(); in xSetIntraResultChromaQT() local
4688 TComDataCU *pcCU = rTu.getCU(); in xEstimateResidualQT() local
5312 TComDataCU* pcCU=rTu.getCU(); in xEncodeResidualQT() local
[all …]
H A DTEncCu.cpp884 Void TEncCu::finishCU( TComDataCU* pcCU, UInt uiAbsPartIdx, UInt uiDepth ) in finishCU()
908 Int TEncCu::xComputeQP( TComDataCU* pcCU, UInt uiDepth ) in xComputeQP()
939 Void TEncCu::xEncodeCU( TComDataCU* pcCU, UInt uiAbsPartIdx, UInt uiDepth ) in xEncodeCU()
1462 TComDataCU* pcCU = rpcBestCU; in xCheckBestMode() local
1496 Void TEncCu::xCheckDQP( TComDataCU* pcCU ) in xCheckDQP()
1527 …c, UInt uiCUAddr, UInt uiAbsPartIdx, UInt uiDepth, UInt uiSrcDepth, TComDataCU* pcCU, UInt uiLPelX… in xCopyYuv2Pic()
/dports/graphics/libbpg/libbpg-0.9.8/jctvc/TLibCommon/
H A DTComTU.cpp48 TComTU::TComTU(TComDataCU *pcCU, const UInt absPartIdxCU, const UInt cuDepth, const UInt initTrDept… in TComTU()
82 TComTURecurse::TComTURecurse( TComDataCU *pcCU, in TComTURecurse()
220 TComDataCU *const pcCU = getCU(); in useDST() local
238 TComDataCU *const pcCU = getCU(); in getGolombRiceStatisticsIndex() local
H A DTComPattern.cpp111 TComDataCU *pcCU=rTu.getCU(); in initAdiPatternChType() local
309 Void fillReferenceSamples( const Int bitDepth, const Int bitDepthDelta, TComDataCU* pcCU, const Pel… in fillReferenceSamples()
556 Bool isAboveLeftAvailable( TComDataCU* pcCU, UInt uiPartIdxLT ) in isAboveLeftAvailable()
572 Int isAboveAvailable( TComDataCU* pcCU, UInt uiPartIdxLT, UInt uiPartIdxRT, Bool *bValidFlags ) in isAboveAvailable()
613 Int isLeftAvailable( TComDataCU* pcCU, UInt uiPartIdxLT, UInt uiPartIdxLB, Bool *bValidFlags ) in isLeftAvailable()
655 Int isAboveRightAvailable( TComDataCU* pcCU, UInt uiPartIdxLT, UInt uiPartIdxRT, Bool *bValidFlags ) in isAboveRightAvailable()
695 Int isBelowLeftAvailable( TComDataCU* pcCU, UInt uiPartIdxLT, UInt uiPartIdxLB, Bool *bValidFlags ) in isBelowLeftAvailable()
H A DTComLoopFilter.cpp167 Void TComLoopFilter::xDeblockCU( TComDataCU* pcCU, UInt uiAbsZorderIdx, UInt uiDepth, DeblockEdgeDi… in xDeblockCU()
236 Void TComLoopFilter::xSetEdgefilterMultiple( TComDataCU* pcCU, in xSetEdgefilterMultiple()
271 TComDataCU* pcCU = rTu.getCU(); in xSetEdgefilterTU() local
293 Void TComLoopFilter::xSetEdgefilterPU( TComDataCU* pcCU, UInt uiAbsZorderIdx ) in xSetEdgefilterPU()
356 Void TComLoopFilter::xSetLoopfilterParam( TComDataCU* pcCU, UInt uiAbsZorderIdx ) in xSetLoopfilterParam()
540 Void TComLoopFilter::xEdgeFilterLuma( TComDataCU* pcCU, UInt uiAbsZorderIdx, UInt uiDepth, DeblockE… in xEdgeFilterLuma()
656 Void TComLoopFilter::xEdgeFilterChroma( TComDataCU* pcCU, UInt uiAbsZorderIdx, UInt uiDepth, Debloc… in xEdgeFilterChroma()
H A DTComPrediction.cpp474 TComDataCU *const pcCU = rTu.getCU(); in predIntraAng() local
497 Bool TComPrediction::xCheckIdenticalMotion ( TComDataCU* pcCU, UInt PartAddr ) in xCheckIdenticalMotion()
514 Void TComPrediction::motionCompensation ( TComDataCU* pcCU, TComYuv* pcYuvPred, RefPicList eRefPicL… in motionCompensation()
586 Void TComPrediction::xPredInterUni ( TComDataCU* pcCU, UInt uiPartAddr, Int iWidth, Int iHeight, Re… in xPredInterUni()
596 Void TComPrediction::xPredInterBi ( TComDataCU* pcCU, UInt uiPartAddr, Int iWidth, Int iHeight, TCo… in xPredInterBi()
717 Void TComPrediction::getMvPredAMVP( TComDataCU* pcCU, UInt uiPartIdx, UInt uiPartAddr, RefPicList e… in getMvPredAMVP()
H A DTComChromaFormat.cpp86 TComDataCU *const pcCU = rTu.getCU(); in getTUEntropyCodingParameters() local
H A DTComWeightPrediction.cpp211 Void TComWeightPrediction::getWpScaling( TComDataCU *const pcCU, in getWpScaling()
301 Void TComWeightPrediction::xWeightedPredictionBi( TComDataCU *const pcCU, in xWeightedPredictionBi()
349 Void TComWeightPrediction::xWeightedPredictionUni( TComDataCU *const pcCU, in xWeightedPredictionUni()
H A DTComSampleAdaptiveOffset.cpp639 TComDataCU* pcCU = pcPic->getCtu(ctuRsAddr); in xPCMRestoration() local
652 Void TComSampleAdaptiveOffset::xPCMCURestoration ( TComDataCU* pcCU, UInt uiAbsZorderIdx, UInt uiDe… in xPCMCURestoration()
689 Void TComSampleAdaptiveOffset::xPCMSampleRestoration (TComDataCU* pcCU, UInt uiAbsZorderIdx, UInt u… in xPCMSampleRestoration()
H A DTComTrQuant.cpp1100 TComDataCU* pcCU = rTu.getCU(); in xQuant() local
1211 TComDataCU *pcCU = rTu.getCU(); in xDeQuant() local
1352 TComDataCU* pcCU = rTu.getCU(); in transformNxN() local
1431 TComDataCU* pcCU=rTu.getCU(); in invTransformNxN() local
1556 TComDataCU* pcCU = rTu.getCU(); in invRecurTransformNxN() local
1619 TComDataCU *pcCU=rTu.getCU(); in applyForwardRDPCM() local
1675 TComDataCU *pcCU=rTu.getCU(); in rdpcmNxN() local
1739 TComDataCU *pcCU=rTu.getCU(); in invRdpcmNxN() local
1987 TComDataCU * pcCU = rTu.getCU(); in xRateDistOptQuant() local
3142 TComDataCU *pcCU = rTu.getCU(); in transformSkipQuantOneSample() local
[all …]
H A DTComTU.h146 TComTURecurse( TComDataCU *pcCU, in TComTURecurse()
H A DDebug.cpp228 Void printCbfArray( TComDataCU* pcCU ) in printCbfArray()
H A DTComDataCU.cpp536 Void TComDataCU::initSubCU( TComDataCU* pcCU, UInt uiPartUnitIdx, UInt uiDepth, Int qp ) in initSubCU()
645 Void TComDataCU::copySubCU( TComDataCU* pcCU, UInt uiAbsPartIdx, UInt uiDepth ) in copySubCU()
728 Void TComDataCU::copyInterPredInfoFrom ( TComDataCU* pcCU, UInt uiAbsPartIdx, RefPicList eRefPic… in copyInterPredInfoFrom()
772 Void TComDataCU::copyPartFrom( TComDataCU* pcCU, UInt uiPartUnitIdx, UInt uiDepth ) in copyPartFrom()
2006 Void TComDataCU::getMvField ( TComDataCU* pcCU, UInt uiAbsPartIdx, RefPicList eRefPicList, TComMvFi… in getMvField()
/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/samples/sample_hevc_fei_abr/src/dso/
H A Dhevc2_ssdata.cpp252 auto pcCU = pcCTU->Cu = pCU + (pcCTU->Cu - pCU0); in parseSSD() local
/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/tools/bs_parser_hevc/src/
H A Dhevc2_ssdata.cpp252 auto pcCU = pcCTU->Cu = pCU + (pcCTU->Cu - pCU0); in parseSSD() local