Changeset 763 in SHVCSoftware for branches/SHM-6-dev/source/Lib/TLibCommon
- Timestamp:
- 30 Apr 2014, 01:19:30 (11 years ago)
- Location:
- branches/SHM-6-dev/source/Lib/TLibCommon
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-6-dev/source/Lib/TLibCommon/TComSlice.cpp
r762 r763 2246 2246 #endif 2247 2247 #endif 2248 #if VPS_VUI_BITRATE_PICRATE2249 2248 , m_bitRatePresentVpsFlag (false) 2250 2249 , m_picRatePresentVpsFlag (false) 2251 #endif2252 2250 #if REPN_FORMAT_IN_VPS 2253 2251 #if Q0195_REP_FORMAT_CLEANUP … … 2371 2369 } 2372 2370 #endif 2373 #if VPS_VUI_BITRATE_PICRATE2374 2371 ::memset(m_bitRatePresentFlag, 0, sizeof(m_bitRatePresentFlag)); 2375 2372 ::memset(m_picRatePresentFlag, 0, sizeof(m_picRatePresentFlag)); … … 2378 2375 ::memset(m_constPicRateIdc , 0, sizeof(m_constPicRateIdc) ); 2379 2376 ::memset(m_avgPicRate , 0, sizeof(m_avgPicRate) ); 2380 #endif2381 2377 #if REPN_FORMAT_IN_VPS 2382 2378 ::memset( m_vpsRepFormatIdx, 0, sizeof(m_vpsRepFormatIdx) ); -
branches/SHM-6-dev/source/Lib/TLibCommon/TComSlice.h
r760 r763 616 616 Int m_vpsTransChar[16]; 617 617 Int m_vpsMatCoeff[16]; 618 #endif 619 #if VPS_VUI_BITRATE_PICRATE 618 #endif 619 620 620 Bool m_bitRatePresentVpsFlag; 621 621 Bool m_picRatePresentVpsFlag; … … 626 626 Int m_constPicRateIdc [MAX_VPS_LAYER_SETS_PLUS1][MAX_TLAYER]; 627 627 Int m_avgPicRate [MAX_VPS_LAYER_SETS_PLUS1][MAX_TLAYER]; 628 #endif629 628 630 629 #if P0312_VERT_PHASE_ADJ … … 1003 1002 Void setMaxtrixCoeff(Int idx, Int x) { m_vpsMatCoeff[idx] = x; } 1004 1003 #endif 1005 #if VPS_VUI_BITRATE_PICRATE1006 1004 Bool getBitRatePresentVpsFlag() { return m_bitRatePresentVpsFlag; } 1007 1005 Void setBitRatePresentVpsFlag(Bool x) { m_bitRatePresentVpsFlag = x; } … … 1023 1021 Int getAvgPicRate(Int i, Int j) { return m_avgPicRate[i][j]; } 1024 1022 Void setAvgPicRate(Int i, Int j, Int x) { m_avgPicRate[i][j] = x; } 1025 #endif1026 1023 #if O0164_MULTI_LAYER_HRD 1027 1024 Bool getVpsVuiBspHrdPresentFlag() { return m_vpsVuiBspHrdPresentFlag; } -
branches/SHM-6-dev/source/Lib/TLibCommon/TypeDef.h
r762 r763 158 158 #define TILE_BOUNDARY_ALIGNED_FLAG 1 ///< JCTVC-N0160/JCTVC-N0199 proposal 2 variant 2: VPS VUI flag to indicate tile boundary alignment 159 159 #define N0160_VUI_EXT_ILP_REF 1 ///< VUI extension inter-layer dependency offset signalling 160 #define VPS_VUI_BITRATE_PICRATE 1 ///< JCTVC-N0085: Signal bit rate and picture in VPS VUI161 160 #if M0040_ADAPTIVE_RESOLUTION_CHANGE 162 161 #define HIGHER_LAYER_IRAP_SKIP_FLAG 1 ///< JCTVC-O0199: Indication that higher layer IRAP picture uses skip blocks only
Note: See TracChangeset for help on using the changeset viewer.