Changeset 821 in 3DVCSoftware for branches/HTM-9.3-dev1-RWTH/source/Lib/TLibCommon/TComDataCU.cpp
- Timestamp:
- 5 Feb 2014, 12:28:40 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-9.3-dev1-RWTH/source/Lib/TLibCommon/TComDataCU.cpp
r817 r821 2432 2432 // DBBP is a texture coding tool 2433 2433 if( getSlice()->getIsDepth() ) 2434 { 2434 2435 return NULL; 2436 } 2435 2437 2436 2438 #if H_3D_FCO … … 2454 2456 2455 2457 if( baseDepthPic == NULL || baseDepthPic->getPicYuvRec() == NULL ) 2458 { 2456 2459 return NULL; 2460 } 2457 2461 2458 2462 depthPicYuv = baseDepthPic->getPicYuvRec(); … … 5939 5943 #if H_3D_DBBP 5940 5944 if( getDBBPFlag(0) ) 5945 { 5941 5946 return true; 5947 } 5942 5948 #endif 5943 5949
Note: See TracChangeset for help on using the changeset viewer.