Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
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
96e5939f
Commit
96e5939f
authored
Oct 25, 2012
by
Johann
Browse files
Use vp8_clear_system_state helper function
Change-Id: I4dd192c3297e31b8eadd108ca8d0934e58f502f7
parent
6106b72e
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp8/common/postproc.c
View file @
96e5939f
...
@@ -768,9 +768,7 @@ int vp8_post_proc_frame(VP8_COMMON *oci, YV12_BUFFER_CONFIG *dest, vp8_ppflags_t
...
@@ -768,9 +768,7 @@ int vp8_post_proc_frame(VP8_COMMON *oci, YV12_BUFFER_CONFIG *dest, vp8_ppflags_t
}
}
}
}
#if ARCH_X86||ARCH_X86_64
vp8_clear_system_state
();
vpx_reset_mmx_state
();
#endif
if
((
flags
&
VP8D_MFQE
)
&&
if
((
flags
&
VP8D_MFQE
)
&&
oci
->
postproc_state
.
last_frame_valid
&&
oci
->
postproc_state
.
last_frame_valid
&&
...
...
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