Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
aom-rav1e
Commits
b25e4061
Commit
b25e4061
authored
Mar 13, 2014
by
Jingning Han
Committed by
Gerrit Code Review
Mar 13, 2014
Browse files
Merge "Explicitly assign interp_kernel value in non-RD coding mode"
parents
5d185d10
4e9b0d6c
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp9/encoder/vp9_pickmode.c
View file @
b25e4061
...
...
@@ -263,6 +263,7 @@ int64_t vp9_pick_inter_mode(VP9_COMP *cpi, MACROBLOCK *x,
EIGHTTAP
:
cpi
->
common
.
interp_filter
;
mbmi
->
skip
=
0
;
mbmi
->
segment_id
=
0
;
xd
->
interp_kernel
=
vp9_get_interp_kernel
(
mbmi
->
interp_filter
);
for
(
ref_frame
=
LAST_FRAME
;
ref_frame
<=
LAST_FRAME
;
++
ref_frame
)
{
x
->
pred_mv_sad
[
ref_frame
]
=
INT_MAX
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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