Changeset 471 in SHVCSoftware for branches/SHM-4.0-dev/source/App/TAppEncoder/TAppEncLayerCfg.h
- Timestamp:
- 14 Nov 2013, 21:34:37 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-4.0-dev/source/App/TAppEncoder/TAppEncLayerCfg.h
r467 r471 98 98 Int m_scaledRefLayerRightOffset [MAX_LAYERS]; 99 99 Int m_scaledRefLayerBottomOffset[MAX_LAYERS]; 100 #if FINAL_RPL_CHANGE_N0082101 GOPEntry m_GOPListLayer[MAX_GOP]; ///< for layer102 #endif103 100 #if O0194_DIFFERENT_BITDEPTH_EL_BL 104 101 Int m_inputBitDepthY; ///< bit-depth of input file (luma component) … … 175 172 Bool getRCForceIntraQP() {return m_RCForceIntraQP; } 176 173 #endif 177 #if FINAL_RPL_CHANGE_N0082178 GOPEntry getGOPEntry(Int i ) {return m_GOPListLayer[i]; }179 #endif180 174 #if REPN_FORMAT_IN_VPS 181 175 Int getRepFormatIdx() { return m_repFormatIdx; }
Note: See TracChangeset for help on using the changeset viewer.