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
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
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
Hongbin Liu
VVCSoftware_VTM
Commits
c21fbeef
Commit
c21fbeef
authored
Sep 10, 2019
by
Hongbin Liu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
minor cleanup.
parent
8de020f2
Pipeline
#2679
passed with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
source/Lib/CommonLib/x86/AdaptiveLoopFilterX86.h
source/Lib/CommonLib/x86/AdaptiveLoopFilterX86.h
+4
-4
No files found.
source/Lib/CommonLib/x86/AdaptiveLoopFilterX86.h
View file @
c21fbeef
...
@@ -59,11 +59,11 @@ inline int32_t getScaleVal(int32_t &area)
...
@@ -59,11 +59,11 @@ inline int32_t getScaleVal(int32_t &area)
template
<
X86_VEXT
vext
>
template
<
X86_VEXT
vext
>
static
void
simdDeriveClassificationBlk
(
AlfClassifier
**
classifier
,
int
**
laplacian
[
NUM_DIRECTIONS
],
static
void
simdDeriveClassificationBlk
(
AlfClassifier
**
classifier
,
int
**
laplacian
[
NUM_DIRECTIONS
],
const
CPelBuf
&
srcLuma
,
const
Area
&
blkDst
,
const
Area
&
blk
,
const
int
shift
,
const
CPelBuf
&
srcLuma
,
const
Area
&
blkDst
,
const
Area
&
blk
,
const
int
shift
,
const
int
vbCTUHeight
,
int
vbPos
#if JVET_O0625_ALF_PADDING
#if JVET_O0625_ALF_PADDING
,
const
int
alfBryList
[
4
]
const
int
vbCTUHeight
,
int
vbPos
,
const
int
alfBryList
[
4
]
)
#else
const
int
vbCTUHeight
,
int
vbPos
)
#endif
#endif
)
{
{
CHECK
((
blk
.
height
&
7
)
!=
0
,
"Block height must be a multiple of 8"
);
CHECK
((
blk
.
height
&
7
)
!=
0
,
"Block height must be a multiple of 8"
);
CHECK
((
blk
.
width
&
7
)
!=
0
,
"Block width must be a multiple of 8"
);
CHECK
((
blk
.
width
&
7
)
!=
0
,
"Block width must be a multiple of 8"
);
...
@@ -1083,8 +1083,8 @@ template <X86_VEXT vext>
...
@@ -1083,8 +1083,8 @@ template <X86_VEXT vext>
void
AdaptiveLoopFilter
::
_initAdaptiveLoopFilterX86
()
void
AdaptiveLoopFilter
::
_initAdaptiveLoopFilterX86
()
{
{
m_deriveClassificationBlk
=
simdDeriveClassificationBlk
<
vext
>
;
m_deriveClassificationBlk
=
simdDeriveClassificationBlk
<
vext
>
;
m_filter7x7Blk
=
simdFilter7x7Blk
<
vext
>
;
m_filter5x5Blk
=
simdFilter5x5Blk
<
vext
>
;
m_filter5x5Blk
=
simdFilter5x5Blk
<
vext
>
;
m_filter7x7Blk
=
simdFilter7x7Blk
<
vext
>
;
}
}
template
void
AdaptiveLoopFilter
::
_initAdaptiveLoopFilterX86
<
SIMDX86
>();
template
void
AdaptiveLoopFilter
::
_initAdaptiveLoopFilterX86
<
SIMDX86
>();
...
...
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