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
61e87835
Commit
61e87835
authored
Sep 14, 2018
by
Max Bläser
Committed by
Johannes Sauer
Sep 26, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix for typo: for D_BLOCK_STATISTICS_CODED, MVDL1 was not written out
parent
daf0108a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
source/Lib/CommonLib/dtrace_blockstatistics.cpp
source/Lib/CommonLib/dtrace_blockstatistics.cpp
+1
-1
No files found.
source/Lib/CommonLib/dtrace_blockstatistics.cpp
View file @
61e87835
...
...
@@ -699,7 +699,7 @@ void writeAllCodedData(const CodingStructure & cs, const UnitArea & ctuArea)
mv
.
setLowPrec
();
mvd
.
setLowPrec
();
#endif
DTRACE_BLOCK_VECTOR
(
g_trace_ctx
,
D_BLOCK_STATISTICS_CODED
,
pu
,
GetBlockStatisticName
(
BlockStatistic
::
MVDL
0
),
mvd
.
hor
,
mvd
.
ver
);
DTRACE_BLOCK_VECTOR
(
g_trace_ctx
,
D_BLOCK_STATISTICS_CODED
,
pu
,
GetBlockStatisticName
(
BlockStatistic
::
MVDL
1
),
mvd
.
hor
,
mvd
.
ver
);
DTRACE_BLOCK_VECTOR
(
g_trace_ctx
,
D_BLOCK_STATISTICS_CODED
,
pu
,
GetBlockStatisticName
(
BlockStatistic
::
MVL1
),
mv
.
hor
,
mv
.
ver
);
}
#if JEM_TOOLS || JVET_K_AFFINE
...
...
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