Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
V
VVCSoftware_VTM
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jeeva Raj A
VVCSoftware_VTM
Commits
43b61c85
Commit
43b61c85
authored
Jan 18, 2019
by
Frank Bossen
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'l0686' into 'master'
Fix issue with tile groups See merge request
jvet/VVCSoftware_VTM!148
parents
30c40ac3
1cad5706
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
source/Lib/DecoderLib/DecSlice.cpp
source/Lib/DecoderLib/DecSlice.cpp
+3
-1
No files found.
source/Lib/DecoderLib/DecSlice.cpp
View file @
43b61c85
...
...
@@ -114,6 +114,8 @@ void DecSlice::decompressSlice( Slice* slice, InputBitstream* bitstream )
#endif
#if HEVC_DEPENDENT_SLICES
const
int
startCtuRsAddr
=
startCtuTsAddr
;
#elif HEVC_TILES_WPP
const
int
startCtuRsAddr
=
tileMap
.
getCtuTsToRsAddrMap
(
startCtuTsAddr
);
#endif
const
unsigned
numCtusInFrame
=
cs
.
pcv
->
sizeInCtus
;
const
unsigned
widthInCtus
=
cs
.
pcv
->
widthInCtus
;
...
...
@@ -145,7 +147,7 @@ void DecSlice::decompressSlice( Slice* slice, InputBitstream* bitstream )
#if HEVC_DEPENDENT_SLICES
const
unsigned
subStreamOffset
=
tileMap
.
getSubstreamForCtuAddr
(
startCtuRsAddr
,
true
,
slice
);
#elif HEVC_TILES_WPP
const
unsigned
subStreamOffset
=
0
;
const
unsigned
subStreamOffset
=
tileMap
.
getSubstreamForCtuAddr
(
startCtuRsAddr
,
true
,
slice
)
;
#endif
#if HEVC_DEPENDENT_SLICES
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment