Changeset 448 in SHVCSoftware for branches/SHM-4.0-dev/source/App/TAppEncoder/TAppEncTop.cpp
- Timestamp:
- 8 Nov 2013, 06:17:03 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-4.0-dev/source/App/TAppEncoder/TAppEncTop.cpp
r445 r448 561 561 m_acTEncTop[layer].setLog2MaxMvLengthVertical( m_log2MaxMvLengthVertical ); 562 562 m_acTEncTop[layer].setElRapSliceTypeB(layer == 0? 0 : m_elRapSliceBEnabled); 563 #if SCALED_REF_LAYER_OFFSETS564 563 if( layer > 0 ) 565 564 { … … 571 570 } 572 571 } 573 #endif574 572 #if M0040_ADAPTIVE_RESOLUTION_CHANGE 575 573 m_acTEncTop[layer].setAdaptiveResolutionChange( m_adaptiveResolutionChange ); … … 577 575 } 578 576 } 579 #else 577 #else //SVC_EXTENSION 580 578 Void TAppEncTop::xInitLibCfg() 581 579 { … … 851 849 m_cTEncTop.setLog2MaxMvLengthVertical( m_log2MaxMvLengthVertical ); 852 850 } 853 #endif 851 #endif //SVC_EXTENSION 854 852 855 853 Void TAppEncTop::xCreateLib() … … 878 876 m_acTEncTop[layer].create(); 879 877 } 880 #else 878 #else //SVC_EXTENSION 881 879 m_cTVideoIOYuvInputFile.open( m_pchInputFile, false, m_inputBitDepthY, m_inputBitDepthC, m_internalBitDepthY, m_internalBitDepthC ); // read mode 882 880 m_cTVideoIOYuvInputFile.skipFrames(m_FrameSkip, m_iSourceWidth - m_aiPad[0], m_iSourceHeight - m_aiPad[1]); … … 887 885 // Neo Decoder 888 886 m_cTEncTop.create(); 889 #endif 887 #endif //SVC_EXTENSION 890 888 } 891 889 … … 911 909 m_acTEncTop[layer].destroy(); 912 910 } 913 #else 911 #else //SVC_EXTENSION 914 912 m_cTVideoIOYuvInputFile.close(); 915 913 m_cTVideoIOYuvReconFile.close(); … … 917 915 // Neo Decoder 918 916 m_cTEncTop.destroy(); 919 #endif 917 #endif //SVC_EXTENSION 920 918 } 921 919
Note: See TracChangeset for help on using the changeset viewer.