Home
last modified time | relevance | path

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

/dports/multimedia/vvdec/vvdec-1.1.2/source/Lib/CommonLib/
H A DReshape.h104 int calculateChromaAdjVpduNei(TransformUnit &tu, const Position pos);
H A DReshape.cpp242 int Reshape::calculateChromaAdjVpduNei(TransformUnit &tu, const Position pos) in calculateChromaAdjVpduNei() function in vvdec::Reshape
/dports/multimedia/vvdec/vvdec-1.1.2/source/Lib/DecoderLib/
H A DDecCu.cpp358 int chromaResScaleInv = m_pcReshape->calculateChromaAdjVpduNei( tu, area.pos() ); in predAndReco()
479 … chromaResScaleInv = m_pcReshape->calculateChromaAdjVpduNei( currTU, currTU.blocks[COMPONENT_Y] ); in finishLMCSAndReco()
602 int chromaResScaleInv = m_pcReshape->calculateChromaAdjVpduNei( tu, area.pos() ); in xIntraRecACT()