Changeset 41 in SHVCSoftware for branches/SHM-1.1-dev/source/Lib/TLibDecoder
- Timestamp:
- 20 Feb 2013, 23:53:32 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-1.1-dev/source/Lib/TLibDecoder/TDecCu.cpp
r17 r41 546 546 547 547 //===== get prediction signal ===== 548 #if INTRA_BL 548 #if INTRA_BL && !NO_RESIDUAL_FLAG_FOR_BLPRED 549 549 if(pcCU->isIntraBL ( uiAbsPartIdx ) ) 550 550 { … … 651 651 652 652 //===== get prediction signal ===== 653 #if INTRA_BL 653 #if INTRA_BL && !NO_RESIDUAL_FLAG_FOR_BLPRED 654 654 if(pcCU->isIntraBL ( uiAbsPartIdx ) ) 655 655 {
Note: See TracChangeset for help on using the changeset viewer.