Changeset 146 in 3DVCSoftware for branches/HTM-4.1-dev2-LG/source
- Timestamp:
- 22 Oct 2012, 14:26:21 (12 years ago)
- Location:
- branches/HTM-4.1-dev2-LG/source
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-4.1-dev2-LG/source/App/TAppEncoder/TAppEncCfg.cpp
r145 r146 361 361 #endif 362 362 #if LGE_WVSO_A0119 363 ("WVSO", m_bUseWVSO , false, "Use depth fidelity term for VSO" )363 ("WVSO", m_bUseWVSO , true , "Use depth fidelity term for VSO" ) 364 364 ("VSOWeight", m_iVSOWeight , 10 , "Synthesized View Distortion Change weight" ) 365 365 ("VSDWeight", m_iVSDWeight , 1 , "View Synthesis Distortion estimate weight" ) -
branches/HTM-4.1-dev2-LG/source/Lib/TLibDecoder/TDecCAVLC.cpp
r145 r146 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.