Changeset 869 in 3DVCSoftware for branches/HTM-10.0-dev0/source/Lib/TLibDecoder
- Timestamp:
- 25 Mar 2014, 17:20:55 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-10.0-dev0/source/Lib/TLibDecoder/TDecCAVLC.cpp
r867 r869 1480 1480 { 1481 1481 #if H_MV_HLS_7_VPS_P0306_22 1482 Int numBits = 1; 1483 while ((1 << numBits) < (pcVPS->getVpsNumRepFormatsMinus1() + 1)) 1484 { 1485 numBits++; 1486 } 1487 READ_CODE( numBits, uiCode, "vps_rep_format_idx[i]" ); pcVPS->setVpsRepFormatIdx( i, uiCode ); 1482 READ_CODE( pcVPS->getVpsRepFormatIdxLen(), uiCode, "vps_rep_format_idx[i]" ); pcVPS->setVpsRepFormatIdx( i, uiCode ); 1488 1483 #else 1489 1484 READ_CODE( 8, uiCode, "vps_rep_format_idx" ); pcVPS->setVpsRepFormatIdx( i, uiCode );
Note: See TracChangeset for help on using the changeset viewer.