Changeset 820 in 3DVCSoftware for branches/HTM-9.3-dev1-RWTH/source/Lib/TLibDecoder
- Timestamp:
- 5 Feb 2014, 09:54:12 (11 years ago)
- Location:
- branches/HTM-9.3-dev1-RWTH/source/Lib/TLibDecoder
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-9.3-dev1-RWTH/source/Lib/TLibDecoder/TDecCu.cpp
r819 r820 753 753 AOF(!pcCU->getSlice()->isIntra()); 754 754 PartSize ePartSize = pcCU->getPartitionSize( 0 ); 755 AOF( uiAbsPartIdx == pcCU->getZorderIdxInCU() );756 755 757 756 // get collocated depth block … … 762 761 763 762 // compute mask by segmenting depth block 764 AOF( pcCU->getWidth(0) == m_ppcYuvReco[uiDepth]->getWidth() );765 763 Bool pMask[MAX_CU_SIZE*MAX_CU_SIZE]; 766 764 Bool bValidMask = m_pcPrediction->getSegmentMaskFromDepth(pDepthPels, uiDepthStride, pcCU->getWidth(0), pcCU->getHeight(0), pMask); -
branches/HTM-9.3-dev1-RWTH/source/Lib/TLibDecoder/TDecEntropy.cpp
r819 r820 161 161 162 162 pcCU->setPartSizeSubParts(eVirtualPartSize, uiAbsPartIdx, uiDepth); 163 AOF( pcCU->getPartitionSize(uiAbsPartIdx) == eVirtualPartSize );164 163 } 165 164 } -
branches/HTM-9.3-dev1-RWTH/source/Lib/TLibDecoder/TDecSbac.cpp
r816 r820 2153 2153 m_pcTDecBinIf->decodeBin( uiSymbol, m_cDBBPFlagSCModel.get( 0, 0, 0 ) ); 2154 2154 2155 DTRACE_CABAC_VL( g_nSymbolCounter++ );2156 DTRACE_CABAC_T( "\tDBBPFlag" );2157 DTRACE_CABAC_T( "\tuiCtxDBBP: ");2158 DTRACE_CABAC_V( uiCtxDBBPFlag );2159 DTRACE_CABAC_T( "\tuiSymbol: ");2160 DTRACE_CABAC_V( uiSymbol );2161 DTRACE_CABAC_T( "\n");2162 2163 2155 if( uiSymbol ) 2164 2156 {
Note: See TracChangeset for help on using the changeset viewer.