Changeset 561 in 3DVCSoftware for branches/HTM-DEV-2.0-dev3-Zhejiang/source/Lib/TLibEncoder
- Timestamp:
- 11 Aug 2013, 17:37:58 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-DEV-2.0-dev3-Zhejiang/source/Lib/TLibEncoder/TEncSbac.cpp
r557 r561 1261 1261 Void TEncSbac::codeIntraDepthMode( TComDataCU* pcCU, UInt absPartIdx ) 1262 1262 { 1263 #if ZJU_DEPTH_INTRA_MODE_E0204 1264 UInt codeWordTable[3][7] = {{0, 0, 0, 2, 0,6, 7},{0, 0, 2, 7, 3, 6, 2},{0, 1, 0, 0, 0, 0, 0}}; 1265 UInt codeWordLenTable[3][7] = {{0, 1, 0, 2, 0,3, 3},{1, 1, 2, 3, 2, 3, 2},{1, 1, 0, 0, 0, 0, 0}}; 1266 #else 1263 1267 #if LGE_SDC_REMOVE_DC_E0158 1264 1268 #if SEC_DMM2_E0146 … … 1276 1280 UInt codeWordTable[3][9] = {{0, 0, 0, 2, 0,6, 0, 0, 7},{0, 2, 3, 4, 5, 6, 14, 31, 30},{0, 2, 0, 0, 0, 0, 3, 0, 0}}; 1277 1281 UInt codeWordLenTable[3][9] = {{0, 1, 0, 2, 0,3, 0, 0, 3},{2, 3, 3, 3, 3, 3, 4, 5, 5},{1, 2, 0, 0, 0, 0, 2, 0, 0}}; 1282 #endif 1278 1283 #endif 1279 1284 #endif … … 1323 1328 default: codeIdx = 2; break; 1324 1329 } 1330 } 1331 #endif 1332 #if ZJU_DEPTH_INTRA_MODE_E0204 1333 if( puIdx==1 ) 1334 { 1335 if( codeIdx==1 || codeIdx==2 || codeIdx==4 ) 1336 { 1337 m_pcBinIf->encodeBinEP( 0 ); 1338 } 1339 else 1340 { 1341 m_pcBinIf->encodeBinEP( 1 ); 1342 } 1325 1343 } 1326 1344 #endif
Note: See TracChangeset for help on using the changeset viewer.