Changeset 559 in SHVCSoftware for branches/SHM-5.0-dev/source/App
- Timestamp:
- 27 Jan 2014, 17:15:16 (11 years ago)
- Location:
- branches/SHM-5.0-dev/source/App/TAppEncoder
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-5.0-dev/source/App/TAppEncoder/TAppEncCfg.cpp
r550 r559 80 80 { 81 81 m_acLayerCfg[layer].setAppEncCfg(this); 82 #if M0457_IL_SAMPLE_PRED_ONLY_FLAG83 m_ilSampleOnlyPred[layer] = 0;84 #endif85 82 } 86 83 memset( m_scalabilityMask, 0, sizeof(m_scalabilityMask) ); … … 629 626 #endif 630 627 ("EnableElRapB,-use-rap-b", m_elRapSliceBEnabled, 0, "Set ILP over base-layer I picture to B picture (default is P picture)") 631 #if M0457_IL_SAMPLE_PRED_ONLY_FLAG632 ("IlSampleOnlyPred%d", m_ilSampleOnlyPred, 0, MAX_LAYERS, "Set inter_layer_sample_pred_only_flag for all slices")633 #endif634 628 #else //SVC_EXTENSION 635 629 ("InputFile,i", cfg_InputFile, string(""), "Original YUV input file name") -
branches/SHM-5.0-dev/source/App/TAppEncoder/TAppEncCfg.h
r540 r559 72 72 #if AVC_SYNTAX 73 73 Char* m_BLSyntaxFile; ///< input syntax file 74 #endif75 #if M0457_IL_SAMPLE_PRED_ONLY_FLAG76 Int m_ilSampleOnlyPred[ MAX_LAYERS ];77 74 #endif 78 75 #if N0120_MAX_TID_REF_CFG -
branches/SHM-5.0-dev/source/App/TAppEncoder/TAppEncTop.cpp
r556 r559 220 220 m_acTEncTop[layer].setMFMEnabledFlag(layer == 0 ? false : true); 221 221 #endif 222 #endif223 #if M0457_IL_SAMPLE_PRED_ONLY_FLAG224 m_acTEncTop[layer].setIlSampleOnlyPred( layer == 0 ? 0 : m_ilSampleOnlyPred[layer] );225 222 #endif 226 223 #endif
Note: See TracChangeset for help on using the changeset viewer.