Changeset 110 in 3DVCSoftware for branches/HTM-4.0-LG/source/App/TAppEncoder/TAppEncTop.cpp
- Timestamp:
- 22 Aug 2012, 03:51:38 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-4.0-LG/source/App/TAppEncoder/TAppEncTop.cpp
r102 r110 207 207 m_acTEncTopList[iViewIdx]->setUseEstimatedVSD ( false ); 208 208 #endif 209 #if LGE_WVSO_A0119 210 m_acTEncTopList[iViewIdx]->setWVSO ( false ); 211 #endif 209 212 #endif 210 213 … … 524 527 m_acTEncDepthTopList[iViewIdx]->setUseEstimatedVSD ( m_bUseEstimatedVSD ); 525 528 #endif 529 #if LGE_WVSO_A0119 530 m_acTEncDepthTopList[iViewIdx]->setWVSO ( m_bWVSO ); 531 #endif 526 532 #endif 527 533 … … 690 696 AOT(true); 691 697 } 698 #if LGE_WVSO_A0119 699 for ( Int iViewNum = 0; iViewNum < m_iNumberOfViews; iViewNum++ ) 700 { 701 for (Int iContent = 0; iContent < 2; iContent++ ) 702 { 703 TEncTop* pcEncTop = ( iContent == 0 ) ? m_acTEncTopList[iViewNum] : m_acTEncDepthTopList[iViewNum]; 704 pcEncTop->setWVSO( m_bWVSO ); 705 pcEncTop->setVSOWeight( m_iVSOWeight ); 706 pcEncTop->setVSDWeight( m_iVSDWeight ); 707 pcEncTop->setDWeight( m_iDWeight ); 708 } 709 } 710 #endif 692 711 } 693 712 #endif
Note: See TracChangeset for help on using the changeset viewer.