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_BMS
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
Custom Issue Tracker
Custom Issue Tracker
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
jvet
VVCSoftware_BMS
Commits
05070df7
Commit
05070df7
authored
Sep 20, 2018
by
Christian Helmrich
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
allow VTM compilation in case of #define HEVC_USE_SIGN_HIDING 0
parent
daf0108a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
source/Lib/DecoderLib/CABACReader.cpp
source/Lib/DecoderLib/CABACReader.cpp
+1
-1
source/Lib/EncoderLib/CABACWriter.cpp
source/Lib/EncoderLib/CABACWriter.cpp
+1
-1
No files found.
source/Lib/DecoderLib/CABACReader.cpp
View file @
05070df7
...
...
@@ -2818,7 +2818,7 @@ void CABACReader::cu_chroma_qp_offset( CodingUnit& cu )
void
CABACReader
::
residual_coding
(
TransformUnit
&
tu
,
ComponentID
compID
)
{
#if ENABLE_TRACING || HEVC_USE_SIGN_HIDING || JEM_TOOLS
#if ENABLE_TRACING || HEVC_USE_SIGN_HIDING || JEM_TOOLS
|| JVET_K1000_SIMPLIFIED_EMT
const
CodingUnit
&
cu
=
*
tu
.
cu
;
#endif
DTRACE
(
g_trace_ctx
,
D_SYNTAX
,
"residual_coding() etype=%d pos=(%d,%d) size=%dx%d predMode=%d
\n
"
,
tu
.
blocks
[
compID
].
compID
,
tu
.
blocks
[
compID
].
x
,
tu
.
blocks
[
compID
].
y
,
tu
.
blocks
[
compID
].
width
,
tu
.
blocks
[
compID
].
height
,
cu
.
predMode
);
...
...
source/Lib/EncoderLib/CABACWriter.cpp
View file @
05070df7
...
...
@@ -2963,7 +2963,7 @@ void CABACWriter::cu_chroma_qp_offset( const CodingUnit& cu )
void
CABACWriter
::
residual_coding
(
const
TransformUnit
&
tu
,
ComponentID
compID
)
{
#if ENABLE_TRACING || HEVC_USE_SIGN_HIDING || JEM_TOOLS
#if ENABLE_TRACING || HEVC_USE_SIGN_HIDING || JEM_TOOLS
|| JVET_K1000_SIMPLIFIED_EMT
const
CodingUnit
&
cu
=
*
tu
.
cu
;
#endif
DTRACE
(
g_trace_ctx
,
D_SYNTAX
,
"residual_coding() etype=%d pos=(%d,%d) size=%dx%d predMode=%d
\n
"
,
tu
.
blocks
[
compID
].
compID
,
tu
.
blocks
[
compID
].
x
,
tu
.
blocks
[
compID
].
y
,
tu
.
blocks
[
compID
].
width
,
tu
.
blocks
[
compID
].
height
,
cu
.
predMode
);
...
...
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