Changeset 297 in SHVCSoftware for branches/SHM-2.1-dev/source/App/TAppEncoder
- Timestamp:
- 20 Jun 2013, 22:40:50 (12 years ago)
- Location:
- branches/SHM-2.1-dev/source/App/TAppEncoder
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-2.1-dev/source/App/TAppEncoder/TAppEncCfg.cpp
r296 r297 79 79 { 80 80 m_acLayerCfg[layer].setAppEncCfg(this); 81 #if M0457_IL_SAMPLE_PRED_ONLY_FLAG 82 m_ilSampleOnlyPred[layer] = 0; 83 #endif 81 84 } 82 85 memset( m_scalabilityMask, 0, sizeof(m_scalabilityMask) ); … … 520 523 ("EnableElRapB,-use-rap-b", m_elRapSliceBEnabled, 0, "Set ILP over base-layer I picture to B picture (default is P picture)") 521 524 #endif 525 #if M0457_IL_SAMPLE_PRED_ONLY_FLAG 526 ("IlSampleOnlyPred%d", m_ilSampleOnlyPred, 0, MAX_LAYERS, "Set inter_layer_sample_pred_only_flag for all slices") 527 #endif 522 528 #else 523 529 ("InputFile,i", cfg_InputFile, string(""), "Original YUV input file name") -
branches/SHM-2.1-dev/source/App/TAppEncoder/TAppEncCfg.h
r296 r297 72 72 #if AVC_SYNTAX 73 73 Char* m_BLSyntaxFile; ///< input syntax file 74 #endif 75 #if M0457_IL_SAMPLE_PRED_ONLY_FLAG 76 Int m_ilSampleOnlyPred[ MAX_LAYERS ]; 74 77 #endif 75 78 #else -
branches/SHM-2.1-dev/source/App/TAppEncoder/TAppEncTop.cpp
r296 r297 116 116 #else 117 117 m_acTEncTop[layer].setMFMEnabledFlag(layer == 0 ? false : true); 118 #endif 119 #if M0457_IL_SAMPLE_PRED_ONLY_FLAG 120 m_acTEncTop[layer].setIlSampleOnlyPred( layer == 0 ? 0 : m_ilSampleOnlyPred[layer] ); 118 121 #endif 119 122 #endif
Note: See TracChangeset for help on using the changeset viewer.