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
14
Merge Requests
14
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
3b48a289
Commit
3b48a289
authored
Dec 11, 2018
by
Xiang Li
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'BIO_EXTEND_BUG_FIX' into 'master'
bug fix in bioSampleExtendBilinearFilter See merge request
!128
parents
5b5b8574
f847d1b9
Pipeline
#455
passed with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
source/Lib/CommonLib/InterPrediction.cpp
source/Lib/CommonLib/InterPrediction.cpp
+1
-1
No files found.
source/Lib/CommonLib/InterPrediction.cpp
View file @
3b48a289
...
...
@@ -1059,7 +1059,7 @@ void InterPrediction::bioSampleExtendBilinearFilter(Pel const* src, int srcStrid
Pel
const
*
pSrc
=
NULL
;
Pel
*
pDst
=
NULL
;
int
vFilterSize
=
NTAPS_
LUMA
;
int
vFilterSize
=
NTAPS_
BILINEAR
;
int
widthTmp
=
0
;
int
heightTmp
=
0
;
...
...
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