Changeset 468 in 3DVCSoftware for branches/HTM-DEV-0.3-dev2a/source/Lib/TLibEncoder/TEncEntropy.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/TLibEncoder/TEncEntropy.cpp
r464 r468 157 157 } 158 158 159 #if H_3D_IC 160 Void TEncEntropy::encodeICFlag( TComDataCU* pcCU, UInt uiAbsPartIdx, Bool bRD ) 161 { 162 if ( pcCU->isIntra( uiAbsPartIdx ) || ( pcCU->getSlice()->getViewIndex() == 0 ) ) 163 { 164 return; 165 } 166 167 if( !pcCU->getSlice()->getApplyIC() ) 168 return; 169 170 if( bRD ) 171 { 172 uiAbsPartIdx = 0; 173 } 174 175 if( pcCU->isICFlagRequired( uiAbsPartIdx ) ) 176 m_pcEntropyCoderIf->codeICFlag( pcCU, uiAbsPartIdx ); 177 } 178 #endif 179 159 180 #if H_3D_ARP 160 181 Void TEncEntropy::encodeARPW( TComDataCU* pcCU, UInt uiAbsPartIdx )
Note: See TracChangeset for help on using the changeset viewer.