Changeset 1105 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibDecoder
- Timestamp:
- 6 Jul 2015, 20:41:31 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibDecoder/TDecCAVLC.cpp
r1104 r1105 2961 2961 if( !vps->getProfilePresentFlag(idx) ) 2962 2962 { 2963 #if P0048_REMOVE_PROFILE_REF2964 2963 // Copy profile information from previous one 2965 2964 #if MULTIPLE_PTL_SUPPORT … … 2967 2966 #else 2968 2967 vps->getPTLForExtn(idx)->copyProfileInfo( (idx==1) ? vps->getPTL() : vps->getPTLForExtn( idx - 1 ) ); 2969 #endif2970 #else2971 READ_CODE( 6, uiCode, "profile_ref_minus1[i]" ); vps->setProfileLayerSetRef(idx, uiCode + 1);2972 #if O0109_PROF_REF_MINUS12973 assert( vps->getProfileLayerSetRef(idx) <= idx );2974 #else2975 assert( vps->getProfileLayerSetRef(idx) < idx );2976 #endif2977 // Copy profile information as indicated2978 vps->getPTLForExtn(idx)->copyProfileInfo( vps->getPTLForExtn( vps->getProfileLayerSetRef(idx) ) );2979 2968 #endif 2980 2969 }
Note: See TracChangeset for help on using the changeset viewer.