- Timestamp:
-
Apr 10, 2013, 2:26:57 PM (12 years ago)
- Author:
-
ksuehring
- Comment:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
-
- Property Cc fbossen ksuehring davidf jct-vc@… added
-
Property
Priority
changed from
critical
to
minor
-
initial
|
v2
|
|
1 | | In WPP, the text requires to parse the syntax element end_of_sub_stream_one_bit at the end of each tile line if end_of_slice_segment_flag is equal to 0. It corresonds to the syntax element alignment_bit_equal_to_one and it must be equal to one. It seems that the parsing of end_of_sub_stream_one_bit and the check have not been done in the reference software in WPP. I suggest to add the following code in the function |
2 | | |
| 1 | In WPP, the text requires to parse the syntax element end_of_sub_stream_one_bit at the end of each tile line if end_of_slice_segment_flag is equal to 0. It corresponds to the syntax element alignment_bit_equal_to_one and it must be equal to one. It seems that the parsing of end_of_sub_stream_one_bit and the check have not been done in the reference software in WPP. I suggest to add the following code in the function |
| 2 | {{{ |
3 | 3 | Void TDecSlice::decompressSlice(TComInputBitstream** ppcSubstreams, TComPic*& rpcPic, TDecSbac* pcSbacDecoder, TDecSbac* pcSbacDecoders) |
4 | 4 | ... |
… |
… |
|
27 | 27 | } |
28 | 28 | ... |
| 29 | }}} |
| 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, Participant)
- jct-vc@…(Subscriber)
- karl.sharman@…(Always)
- Karsten Suehring(Subscriber, Participant, Always)
- phuong_nguyen@…(Subscriber)
|