Changeset 532 in SHVCSoftware for branches/SHM-4.1-dev/source/Lib/TLibDecoder/TDecCAVLC.cpp
- Timestamp:
- 2 Jan 2014, 07:21:30 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-4.1-dev/source/Lib/TLibDecoder/TDecCAVLC.cpp
r531 r532 1938 1938 Int pocLTCurr = rpcSlice->getPOC() - deltaPocMSBCycleLT * maxPicOrderCntLSB 1939 1939 - iPOClsb + pocLsbLt; 1940 1941 1940 rps->setPOC (j, pocLTCurr); 1942 1941 rps->setDeltaPOC(j, - rpcSlice->getPOC() + pocLTCurr); … … 2876 2875 UInt code, sizeId, listId; 2877 2876 Bool scalingListPredModeFlag; 2878 2879 2877 //for each size 2880 2878 for(sizeId = 0; sizeId < SCALING_LIST_SIZE_NUM; sizeId++) … … 2961 2959 return (cnt>0); 2962 2960 } 2961 2963 2962 //! \} 2964 2963
Note: See TracChangeset for help on using the changeset viewer.