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
21
Merge Requests
21
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
45150b01
Commit
45150b01
authored
Jan 18, 2019
by
Karsten Suehring
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove macro JVET_L0118_ALIGN_MTS_INDEX
parent
edc771ff
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
14 deletions
+0
-14
source/Lib/CommonLib/TrQuant.cpp
source/Lib/CommonLib/TrQuant.cpp
+0
-13
source/Lib/CommonLib/TypeDef.h
source/Lib/CommonLib/TypeDef.h
+0
-1
No files found.
source/Lib/CommonLib/TrQuant.cpp
View file @
45150b01
...
...
@@ -281,21 +281,8 @@ void TrQuant::getTrTypes ( TransformUnit tu, const ComponentID compID, int &trTy
int
indHor
=
tu
.
emtIdx
&
1
;
int
indVer
=
tu
.
emtIdx
>>
1
;
#if JVET_L0118_ALIGN_MTS_INDEX
trTypeHor
=
indHor
?
DCT8
:
DST7
;
trTypeVer
=
indVer
?
DCT8
:
DST7
;
#else
if
(
CU
::
isIntra
(
*
tu
.
cu
)
)
{
trTypeHor
=
indHor
?
DCT8
:
DST7
;
trTypeVer
=
indVer
?
DCT8
:
DST7
;
}
else
{
trTypeHor
=
indHor
?
DST7
:
DCT8
;
trTypeVer
=
indVer
?
DST7
:
DCT8
;
}
#endif
}
}
}
...
...
source/Lib/CommonLib/TypeDef.h
View file @
45150b01
...
...
@@ -55,7 +55,6 @@
#define JVET_L0118_ALIGN_MTS_INDEX 1 // Align mts_index on intra and inter
#define JVET_L0377_AMVR_ROUNDING_ALIGN 1 // Align AMVR rounding for AMVP candidate
...
...
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