Changeset 1362 in 3DVCSoftware for branches/HTM-15.2-dev/source/App/TAppEncoder
- Timestamp:
- 28 Oct 2015, 19:15:08 (9 years ago)
- Location:
- branches/HTM-15.2-dev/source/App/TAppEncoder
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-15.2-dev/source/App/TAppEncoder/TAppEncCfg.cpp
r1360 r1362 723 723 Bool do_help = false; 724 724 725 #if !NH_MV726 string cfg_InputFile;727 #endif728 string cfg_BitstreamFile;729 #if !NH_MV730 string cfg_ReconFile;731 #endif732 725 #if NH_MV 733 726 vector<Int> cfg_dimensionLength; … … 742 735 #endif 743 736 #endif 744 string cfg_dQPFile;745 string cfg_ScalingListFile;746 737 747 738 Int tmpChromaFormat; -
branches/HTM-15.2-dev/source/App/TAppEncoder/TAppEncCfg.h
r1360 r1362 136 136 #endif 137 137 #endif 138 // Lambda modifiers 138 139 Double m_adLambdaModifier[ MAX_TLAYER ]; ///< Lambda modifier array for each temporal layer 139 140 std::vector<Double> m_adIntraLambdaModifier; ///< Lambda modifier for Intra pictures, one for each temporal layer. If size>temporalLayer, then use [temporalLayer], else if size>0, use [size()-1], else use m_adLambdaModifier.
Note: See TracChangeset for help on using the changeset viewer.