Changeset 1029 in 3DVCSoftware for branches/HTM-11.2-dev0/source/Lib/TLibEncoder/TEncSbac.cpp
- Timestamp:
- 30 Jul 2014, 18:43:21 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-11.2-dev0/source/Lib/TLibEncoder/TEncSbac.cpp
r1015 r1029 2418 2418 Void TEncSbac::codeDBBPFlag( TComDataCU* pcCU, UInt uiAbsPartIdx ) 2419 2419 { 2420 #if SEC_DBBP_EXPLICIT_SIG_I0077 2421 PartSize ePartSize = pcCU->getPartitionSize( uiAbsPartIdx ); 2422 AOF( ePartSize == SIZE_2NxN || ePartSize == SIZE_Nx2N ); 2423 #endif 2420 2424 AOF( pcCU->getSlice()->getVPS()->getUseDBBP(pcCU->getSlice()->getLayerIdInVps()) ); 2421 2425 AOF( !pcCU->getSlice()->getIsDepth() );
Note: See TracChangeset for help on using the changeset viewer.