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
db208067
Commit
db208067
authored
Aug 28, 2013
by
Dmitry Kovalev
Committed by
Gerrit Code Review
Aug 28, 2013
Browse files
Merge "Removing unnecessary call to vp9_setup_interp_filters."
parents
eb7acb55
44b7854c
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp9/decoder/vp9_decodframe.c
View file @
db208067
...
...
@@ -969,9 +969,6 @@ int vp9_decode_frame(VP9D_COMP *pbi, const uint8_t **p_data_end) {
init_dequantizer
(
pc
,
&
pbi
->
mb
);
if
(
!
keyframe
)
vp9_setup_interp_filters
(
xd
,
pc
->
mcomp_filter_type
,
pc
);
pc
->
fc
=
pc
->
frame_contexts
[
pc
->
frame_context_idx
];
vp9_zero
(
pc
->
counts
);
...
...
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