Changeset 434 in 3DVCSoftware for branches/HTM-6.2-dev0/source/Lib/TLibEncoder/TEncEntropy.cpp
- Timestamp:
- 22 May 2013, 22:32:57 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-6.2-dev0/source/Lib/TLibEncoder/TEncEntropy.cpp
r433 r434 869 869 m_pcEntropyCoderIf->codePredMode( pcCU, uiAbsPartIdx ); 870 870 871 #if !PKU_QC_DEPTH_INTRA_UNI_D0195 871 872 #if RWTH_SDC_DLT_B0036 872 873 // if B-Slice, code SDC flag later … … 1290 1291 { 1291 1292 encodeIntraDirModeLuma ( pcCU, uiAbsPartIdx 1293 #if PKU_QC_DEPTH_INTRA_UNI_D0195 1294 ,bSdcRD 1295 #endif 1296 ); 1297 #if PKU_QC_DEPTH_INTRA_UNI_D0195 1298 if(!pcCU->getSDCFlag(uiAbsPartIdx)) 1299 #endif 1292 1300 encodeIntraDirModeChroma( pcCU, uiAbsPartIdx, bRD ); 1293 1301 } … … 1487 1495 assert( pcCU->getCbf(uiAbsPartIdx, TEXT_CHROMA_U) == 1 ); 1488 1496 assert( pcCU->getCbf(uiAbsPartIdx, TEXT_CHROMA_V) == 1 ); 1497 #if !PKU_QC_DEPTH_INTRA_UNI_D0195 1489 1498 encodeSDCResidualData(pcCU, uiAbsPartIdx); 1490 1499 #endif … … 1904 1913 m_pcEntropyCoderIf->codeSDCFlag(pcCU, uiAbsPartIdx); 1905 1914 } 1915 #endif 1906 1916 Void TEncEntropy::encodeSDCResidualData( TComDataCU* pcCU, UInt uiAbsPartIdx, Bool bRD ) 1907 1917 {
Note: See TracChangeset for help on using the changeset viewer.