Changeset 1000 in SHVCSoftware for branches/SHM-upgrade/source/Lib/TLibCommon
- Timestamp:
- 22 Jan 2015, 07:22:02 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-upgrade/source/Lib/TLibCommon/TComSlice.cpp
r996 r1000 3911 3911 else 3912 3912 { 3913 retVal = vps->getVpsRepFormat(sps->getUpdateRepFormatFlag() ? sps->getUpdateRepFormatIndex() : vps->getVpsRepFormatIdx( layerId))->getPicWidthVpsInLumaSamples();3913 retVal = vps->getVpsRepFormat(sps->getUpdateRepFormatFlag() ? sps->getUpdateRepFormatIndex() : vps->getVpsRepFormatIdx(vps->getLayerIdInVps(layerId)))->getPicWidthVpsInLumaSamples(); 3914 3914 } 3915 3915 #else … … 3920 3920 else 3921 3921 { 3922 retVal = vps->getVpsRepFormat( vps->getVpsRepFormatIdx( layerId) )->getPicWidthVpsInLumaSamples();3922 retVal = vps->getVpsRepFormat( vps->getVpsRepFormatIdx(vps->getLayerIdInVps(layerId)) )->getPicWidthVpsInLumaSamples(); 3923 3923 } 3924 3924 #endif … … 3954 3954 else 3955 3955 { 3956 retVal = vps->getVpsRepFormat(sps->getUpdateRepFormatFlag() ? sps->getUpdateRepFormatIndex() : vps->getVpsRepFormatIdx( layerId))->getPicHeightVpsInLumaSamples();3956 retVal = vps->getVpsRepFormat(sps->getUpdateRepFormatFlag() ? sps->getUpdateRepFormatIndex() : vps->getVpsRepFormatIdx(vps->getLayerIdInVps(layerId)))->getPicHeightVpsInLumaSamples(); 3957 3957 } 3958 3958 #else … … 3963 3963 else 3964 3964 { 3965 retVal = vps->getVpsRepFormat( vps->getVpsRepFormatIdx( layerId) )->getPicHeightVpsInLumaSamples();3965 retVal = vps->getVpsRepFormat( vps->getVpsRepFormatIdx(vps->getLayerIdInVps(layerId)) )->getPicHeightVpsInLumaSamples(); 3966 3966 } 3967 3967 #endif … … 4006 4006 else 4007 4007 { 4008 retVal = vps->getVpsRepFormat(sps->getUpdateRepFormatFlag() ? sps->getUpdateRepFormatIndex() : vps->getVpsRepFormatIdx( layerId))->getChromaFormatVpsIdc();4008 retVal = vps->getVpsRepFormat(sps->getUpdateRepFormatFlag() ? sps->getUpdateRepFormatIndex() : vps->getVpsRepFormatIdx(vps->getLayerIdInVps(layerId)))->getChromaFormatVpsIdc(); 4009 4009 } 4010 4010 #else … … 4015 4015 else 4016 4016 { 4017 retVal = vps->getVpsRepFormat( vps->getVpsRepFormatIdx( layerId) )->getChromaFormatVpsIdc();4017 retVal = vps->getVpsRepFormat( vps->getVpsRepFormatIdx(vps->getLayerIdInVps(layerId)) )->getChromaFormatVpsIdc(); 4018 4018 } 4019 4019 #endif … … 4048 4048 else 4049 4049 { 4050 retVal = vps->getVpsRepFormat(sps->getUpdateRepFormatFlag() ? sps->getUpdateRepFormatIndex() : vps->getVpsRepFormatIdx( layerId))->getBitDepthVpsLuma();4050 retVal = vps->getVpsRepFormat(sps->getUpdateRepFormatFlag() ? sps->getUpdateRepFormatIndex() : vps->getVpsRepFormatIdx(vps->getLayerIdInVps(layerId)))->getBitDepthVpsLuma(); 4051 4051 } 4052 4052 #else … … 4057 4057 else 4058 4058 { 4059 retVal = vps->getVpsRepFormat( vps->getVpsRepFormatIdx( layerId) )->getBitDepthVpsLuma();4059 retVal = vps->getVpsRepFormat( vps->getVpsRepFormatIdx(vps->getLayerIdInVps(layerId)) )->getBitDepthVpsLuma(); 4060 4060 } 4061 4061 #endif … … 4090 4090 else 4091 4091 { 4092 retVal = vps->getVpsRepFormat(sps->getUpdateRepFormatFlag() ? sps->getUpdateRepFormatIndex() : vps->getVpsRepFormatIdx( layerId))->getBitDepthVpsChroma();4092 retVal = vps->getVpsRepFormat(sps->getUpdateRepFormatFlag() ? sps->getUpdateRepFormatIndex() : vps->getVpsRepFormatIdx(vps->getLayerIdInVps(layerId)))->getBitDepthVpsChroma(); 4093 4093 } 4094 4094 #else … … 4099 4099 else 4100 4100 { 4101 retVal = vps->getVpsRepFormat( vps->getVpsRepFormatIdx( layerId) )->getBitDepthVpsChroma();4101 retVal = vps->getVpsRepFormat( vps->getVpsRepFormatIdx(vps->getLayerIdInVps(layerId)) )->getBitDepthVpsChroma(); 4102 4102 } 4103 4103 #endif … … 4143 4143 else 4144 4144 { 4145 return vps->getVpsRepFormat(sps->getUpdateRepFormatFlag() ? sps->getUpdateRepFormatIndex() : vps->getVpsRepFormatIdx( layerId))->getConformanceWindowVps();4145 return vps->getVpsRepFormat(sps->getUpdateRepFormatFlag() ? sps->getUpdateRepFormatIndex() : vps->getVpsRepFormatIdx(vps->getLayerIdInVps(layerId)))->getConformanceWindowVps(); 4146 4146 } 4147 4147 #else … … 4152 4152 else 4153 4153 { 4154 return vps->getVpsRepFormat( vps->getVpsRepFormatIdx( layerId) )->getConformanceWindowVps();4154 return vps->getVpsRepFormat( vps->getVpsRepFormatIdx(vps->getLayerIdInVps(vps->getLayerIdInVps(layerId))) )->getConformanceWindowVps(); 4155 4155 } 4156 4156 #endif
Note: See TracChangeset for help on using the changeset viewer.