Changeset 1024 in 3DVCSoftware for branches/HTM-11.2-dev2-Samsung/source/Lib/TLibEncoder
- Timestamp:
- 29 Jul 2014, 03:58:02 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-11.2-dev2-Samsung/source/Lib/TLibEncoder/TEncCavlc.cpp
r1007 r1024 1560 1560 Void TEncCavlc::codeVPSExtension2( TComVPS* pcVPS ) 1561 1561 { 1562 #if SEC_VPS_CLEANUP_I0090 1563 for( Int i = 1; i <= pcVPS->getMaxLayersMinus1(); i++ ) 1564 #else 1562 1565 for( Int i = 0; i <= pcVPS->getMaxLayersMinus1(); i++ ) 1563 { 1566 #endif 1567 { 1568 #if !SEC_VPS_CLEANUP_I0090 1564 1569 if (i!= 0) 1570 #endif 1565 1571 { 1566 1572 #if MTK_I0099_VPS_EX2 … … 1621 1627 } 1622 1628 WRITE_UVLC( pcVPS->getCamParPrecision(), "cp_precision" ); 1629 #if SEC_VPS_CLEANUP_I0090 1630 for (UInt viewIndex=1; viewIndex<pcVPS->getNumViews(); viewIndex++) 1631 #else 1623 1632 for (UInt viewIndex=0; viewIndex<pcVPS->getNumViews(); viewIndex++) 1633 #endif 1624 1634 { 1625 1635 WRITE_FLAG( pcVPS->getCamParPresent(viewIndex) ? 1 : 0, "cp_present_flag[i]" );
Note: See TracChangeset for help on using the changeset viewer.