Changeset 690 in 3DVCSoftware for branches/HTM-8.2-dev2-LG/source/Lib/TLibDecoder/TDecCu.cpp
- Timestamp:
- 13 Nov 2013, 02:24:21 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-8.2-dev2-LG/source/Lib/TLibDecoder/TDecCu.cpp
r669 r690 390 390 UInt uiMergeIndex = pcCU->getMergeIndex(uiAbsPartIdx); 391 391 392 #if LGE_SHARP_VSP_INHERIT_F0104 393 #if H_3D_IC 394 m_pcEntropyDecoder->decodeICFlag( pcCU, uiAbsPartIdx, uiDepth ); 395 #endif 396 #if H_3D_ARP 397 m_pcEntropyDecoder->decodeARPW( pcCU , uiAbsPartIdx , uiDepth ); 398 #endif 399 #endif 400 392 401 #if H_3D_VSP 393 402 Int vspFlag[MRG_MAX_NUM_CANDS_MEM]; … … 435 444 } 436 445 } 446 #if !LGE_SHARP_VSP_INHERIT_F0104 437 447 #if H_3D_IC 438 448 m_pcEntropyDecoder->decodeICFlag( pcCU, uiAbsPartIdx, uiDepth ); … … 441 451 m_pcEntropyDecoder->decodeARPW( pcCU , uiAbsPartIdx , uiDepth ); 442 452 #endif 453 #endif 454 443 455 xFinishDecodeCU( pcCU, uiAbsPartIdx, uiDepth, ruiIsLast ); 444 456 #if QC_DEPTH_IV_MRG_F0125 … … 470 482 // prediction mode ( Intra : direction mode, Inter : Mv, reference idx ) 471 483 m_pcEntropyDecoder->decodePredInfo( pcCU, uiAbsPartIdx, uiDepth, m_ppcCU[uiDepth]); 484 #if !LGE_SHARP_VSP_INHERIT_F0104 472 485 #if H_3D_IC 473 486 m_pcEntropyDecoder->decodeICFlag( pcCU, uiAbsPartIdx, uiDepth ); … … 476 489 m_pcEntropyDecoder->decodeARPW ( pcCU , uiAbsPartIdx , uiDepth ); 477 490 #endif 491 #endif 478 492 #if H_3D_INTER_SDC 479 493 m_pcEntropyDecoder->decodeInterSDCFlag( pcCU, uiAbsPartIdx, uiDepth );
Note: See TracChangeset for help on using the changeset viewer.