- Timestamp:
-
Feb 5, 2013, 1:41:49 PM (12 years ago)
- Author:
-
ksuehring
- Comment:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
-
initial
|
v1
|
|
2 | 2 | |
3 | 3 | Function - Void TDecGop::decompressSlice(TComInputBitstream* pcBitstream, TComPic*& rpcPic) |
4 | | |
| 4 | {{{ |
5 | 5 | UInt uiNumSubstreams = pcSlice->getPPS()->getEntropyCodingSyncEnabledFlag() ? pcSlice->getNumEntryPointOffsets()+1 : pcSlice->getPPS()->getNumSubstreams(); |
6 | 6 | |
… |
… |
|
15 | 15 | ppcSubstreams[ui] = pcBitstream->extractSubstream(ui+1 < uiNumSubstreams ? puiSubstreamSizes[ui] : pcBitstream->getNumBitsLeft()); |
16 | 16 | } |
17 | | |
| 17 | }}} |
18 | 18 | The value of entry_point_offset is used to extract the substream and HM 9.1 decoder does not include emulation prevention bytes. |
| This list contains all users that will be notified about changes made to this ticket. These roles will be notified: Reporter, Owner, Subscriber, Participant - David Flynn(Subscriber)
- Frank Bossen(Subscriber)
- jct-vc@…(Subscriber)
- karl.sharman@…(Always)
- Karsten Suehring(Subscriber, Participant, Always)
- Kiran Misra(Participant)
|