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
08a3f96f
Commit
08a3f96f
authored
Oct 01, 2018
by
Johannes Sauer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed macro for emt flag in block statistics
parent
f291ade5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
source/Lib/CommonLib/dtrace_blockstatistics.h
source/Lib/CommonLib/dtrace_blockstatistics.h
+4
-4
No files found.
source/Lib/CommonLib/dtrace_blockstatistics.h
View file @
08a3f96f
...
...
@@ -62,7 +62,7 @@ enum class BlockStatistic {
QP
,
SplitSeries
,
TransQuantBypassFlag
,
#if JVET_K1000_SIMPLIFIED_EMT
#if J
EM_TOOLS || J
VET_K1000_SIMPLIFIED_EMT
EMTFlag
,
#endif
TransformSkipFlag_Y
,
...
...
@@ -137,7 +137,7 @@ enum class BlockStatistic {
QP_Chroma
,
SplitSeries_Chroma
,
TransQuantBypassFlag_Chroma
,
#if JEM_TOOLS
#if JEM_TOOLS
|| JVET_K1000_SIMPLIFIED_EMT
EMTFlag_Chroma
,
// this is called flag, though the type is UChar ?!
#endif
...
...
@@ -209,7 +209,7 @@ static const std::map<BlockStatistic, std::tuple<std::string, BlockStatisticType
{
BlockStatistic
::
AffineType
,
std
::
tuple
<
std
::
string
,
BlockStatisticType
,
std
::
string
>
{
"AffineType"
,
BlockStatisticType
::
Flag
,
""
}
},
#endif
#endif
#if JVET_K1000_SIMPLIFIED_EMT
#if J
EM_TOOLS || J
VET_K1000_SIMPLIFIED_EMT
{
BlockStatistic
::
EMTFlag
,
std
::
tuple
<
std
::
string
,
BlockStatisticType
,
std
::
string
>
{
"EMTFlag"
,
BlockStatisticType
::
Flag
,
""
}},
#endif
#if JEM_TOOLS
...
...
@@ -240,7 +240,7 @@ static const std::map<BlockStatistic, std::tuple<std::string, BlockStatisticType
{
BlockStatistic
::
QP_Chroma
,
std
::
tuple
<
std
::
string
,
BlockStatisticType
,
std
::
string
>
{
"QP_Chroma"
,
BlockStatisticType
::
Integer
,
"[0, 51]"
}},
{
BlockStatistic
::
SplitSeries_Chroma
,
std
::
tuple
<
std
::
string
,
BlockStatisticType
,
std
::
string
>
{
"SplitSeries_Chroma"
,
BlockStatisticType
::
Integer
,
"[0, "
+
std
::
to_string
(
std
::
numeric_limits
<
SplitSeries
>::
max
())
+
"]"
}},
{
BlockStatistic
::
TransQuantBypassFlag_Chroma
,
std
::
tuple
<
std
::
string
,
BlockStatisticType
,
std
::
string
>
{
"TransQuantBypassFlag_Chroma"
,
BlockStatisticType
::
Flag
,
""
}},
#if JEM_TOOLS
#if JEM_TOOLS
|| JVET_K1000_SIMPLIFIED_EMT
{
BlockStatistic
::
EMTFlag_Chroma
,
std
::
tuple
<
std
::
string
,
BlockStatisticType
,
std
::
string
>
{
"EMTFlag_Chroma"
,
BlockStatisticType
::
Integer
,
"[0, 10]"
}},
// todo: actual limits?
#endif
{
BlockStatistic
::
IPCM_Chroma
,
std
::
tuple
<
std
::
string
,
BlockStatisticType
,
std
::
string
>
{
"IPCM_Chroma"
,
BlockStatisticType
::
Flag
,
""
}},
...
...
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