Home
last modified time | relevance | path

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

/dports/multimedia/vvdec/vvdec-1.1.2/source/Lib/CommonLib/
H A DTrQuant.cpp389 if( sbtPos == SBT_POS0 ) { trTypeHor = DCT8; trTypeVer = DST7; } in getTrTypes()
402 if( sbtPos == SBT_POS0 ) { trTypeHor = DST7; trTypeVer = DCT8; } in getTrTypes()
H A DTypeDef.h261 SBT_POS0 = 0, enumerator
H A DUnitTools.cpp3510 …case SBT_VER_HALF: sbtTuSplitType = ( getSbtPos( cu ) == SBT_POS0 ? 0 : 1 ) + SBT_VER_HALF_POS0_SP… in getSbtTuSplit()
3511 …case SBT_HOR_HALF: sbtTuSplitType = ( getSbtPos( cu ) == SBT_POS0 ? 0 : 1 ) + SBT_HOR_HALF_POS0_SP… in getSbtTuSplit()
3512 …case SBT_VER_QUAD: sbtTuSplitType = ( getSbtPos( cu ) == SBT_POS0 ? 0 : 1 ) + SBT_VER_QUAD_POS0_SP… in getSbtTuSplit()
3513 …case SBT_HOR_QUAD: sbtTuSplitType = ( getSbtPos( cu ) == SBT_POS0 ? 0 : 1 ) + SBT_HOR_QUAD_POS0_SP… in getSbtTuSplit()
3785 …if( ( CU::getSbtPos( tu.cu->sbtInfo() ) == SBT_POS0 && idx == 1 ) || ( CU::getSbtPos( tu.cu->sbtIn… in checkTuNoResidual()
/dports/multimedia/vvdec/vvdec-1.1.2/source/Lib/DecoderLib/
H A DCABACReader.cpp1554 CU::setSbtPos( cu, m_BinDecoder.decodeBin( Ctx::SbtPosFlag() ) ? SBT_POS1 : SBT_POS0 ); in sbt_mode()