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
Custom Issue Tracker
Custom Issue Tracker
Labels
Merge Requests
16
Merge Requests
16
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
jvet
VVCSoftware_VTM
Commits
2e9cc295
Commit
2e9cc295
authored
Jan 29, 2019
by
Frederic Barbier
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Align syntax element trace with specification
parent
80e432ed
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
source/Lib/DecoderLib/VLCReader.cpp
source/Lib/DecoderLib/VLCReader.cpp
+1
-1
source/Lib/EncoderLib/VLCWriter.cpp
source/Lib/EncoderLib/VLCWriter.cpp
+1
-1
No files found.
source/Lib/DecoderLib/VLCReader.cpp
View file @
2e9cc295
...
...
@@ -2430,7 +2430,7 @@ void HLSyntaxReader::alfFilter( AlfSliceParam& alfSliceParam, const bool isChrom
uint32_t
code
;
if
(
!
isChroma
)
{
READ_FLAG
(
code
,
"alf_
coefficients
_delta_flag"
);
READ_FLAG
(
code
,
"alf_
luma_coeff
_delta_flag"
);
alfSliceParam
.
coeffDeltaFlag
=
code
;
if
(
!
alfSliceParam
.
coeffDeltaFlag
)
...
...
source/Lib/EncoderLib/VLCWriter.cpp
View file @
2e9cc295
...
...
@@ -1708,7 +1708,7 @@ void HLSWriter::alfFilter( const AlfSliceParam& alfSliceParam, const bool isChro
{
if
(
!
isChroma
)
{
WRITE_FLAG
(
alfSliceParam
.
coeffDeltaFlag
,
"alf_
coefficients
_delta_flag"
);
WRITE_FLAG
(
alfSliceParam
.
coeffDeltaFlag
,
"alf_
luma_coeff
_delta_flag"
);
if
(
!
alfSliceParam
.
coeffDeltaFlag
)
{
if
(
alfSliceParam
.
numLumaFilters
>
1
)
...
...
Frederic Barbier
@fbarbier
mentioned in merge request
!261 (merged)
·
Feb 07, 2019
mentioned in merge request
!261 (merged)
mentioned in merge request !261
Toggle commit list
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