Changeset 468 in 3DVCSoftware for branches/HTM-DEV-0.3-dev2a/source/Lib/TLibDecoder/TDecCu.cpp
- Timestamp:
- 16 Jun 2013, 05:33:39 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-DEV-0.3-dev2a/source/Lib/TLibDecoder/TDecCu.cpp
r464 r468 347 347 } 348 348 } 349 #if H_3D_IC 350 m_pcEntropyDecoder->decodeICFlag( pcCU, uiAbsPartIdx, uiDepth ); 351 #endif 349 352 #if H_3D_ARP 350 353 m_pcEntropyDecoder->decodeARPW( pcCU , uiAbsPartIdx , uiDepth ); … … 373 376 // prediction mode ( Intra : direction mode, Inter : Mv, reference idx ) 374 377 m_pcEntropyDecoder->decodePredInfo( pcCU, uiAbsPartIdx, uiDepth, m_ppcCU[uiDepth]); 378 #if H_3D_IC 379 m_pcEntropyDecoder->decodeICFlag( pcCU, uiAbsPartIdx, uiDepth ); 380 #endif 375 381 #if H_3D_ARP 376 382 m_pcEntropyDecoder->decodeARPW ( pcCU , uiAbsPartIdx , uiDepth );
Note: See TracChangeset for help on using the changeset viewer.