Changeset 145 in 3DVCSoftware for branches/HTM-4.1-dev2-LG/source/Lib/TLibDecoder
- Timestamp:
- 22 Oct 2012, 03:26:52 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-4.1-dev2-LG/source/Lib/TLibDecoder/TDecCAVLC.cpp
r100 r145 1239 1239 READ_CODE( 2, uiCode, "weighted_bipred_idc" ); // Use of Bi-Directional Weighting Prediction (B_SLICE) 1240 1240 pcPPS->setWPBiPredIdc( uiCode ); 1241 //printf("TDecCavlc::parsePPS():\tm_bUseWeightPred=%d\tm_uiBiPredIdc=%d\n", pcPPS->getUseWP(), pcPPS->getWPBiPredIdc());1241 printf("TDecCavlc::parsePPS():\tm_bUseWeightPred=%d\tm_uiBiPredIdc=%d\n", pcPPS->getUseWP(), pcPPS->getWPBiPredIdc()); 1242 1242 1243 1243 #if H0388
Note: See TracChangeset for help on using the changeset viewer.