Changeset 446 in 3DVCSoftware for branches/HTM-DEV-0.2-dev/source/Lib/TLibEncoder/TEncEntropy.cpp
- Timestamp:
- 26 May 2013, 16:22:23 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-DEV-0.2-dev/source/Lib/TLibEncoder/TEncEntropy.cpp
r438 r446 87 87 } 88 88 89 #if H_3D 90 Void TEncEntropy::encodeSPS( TComSPS* pcSPS, Int viewIndex, Bool depthFlag ) 91 { 92 m_pcEntropyCoderIf->codeSPS( pcSPS, viewIndex, depthFlag ); 93 return; 94 } 95 #else 89 96 Void TEncEntropy::encodeSPS( TComSPS* pcSPS ) 90 97 { … … 92 99 return; 93 100 } 101 #endif 94 102 95 103 Void TEncEntropy::encodeCUTransquantBypassFlag( TComDataCU* pcCU, UInt uiAbsPartIdx, Bool bRD ) … … 587 595 if( pcCU->isIntra(uiAbsPartIdx) ) 588 596 { 597 #if !H_MV 589 598 DTRACE_CABAC_VL( g_nSymbolCounter++ ) 590 599 DTRACE_CABAC_T( "\tdecodeTransformIdx()\tCUDepth=" ) 591 600 DTRACE_CABAC_V( uiDepth ) 592 601 DTRACE_CABAC_T( "\n" ) 602 #endif 593 603 } 594 604 else
Note: See TracChangeset for help on using the changeset viewer.