aboutsummaryrefslogtreecommitdiff
path: root/vp8/common/rtcd_defs.pl
diff options
context:
space:
mode:
authorJohann <johannkoenig@google.com>2016-09-29 12:21:44 -0700
committerJohann <johannkoenig@google.com>2016-09-29 13:22:49 -0700
commit1364cb58b4372c0f6f377c938f1eca789ffd120c (patch)
tree0891708e46cde1cbd41d73728e8d80480cee2d83 /vp8/common/rtcd_defs.pl
parent7b5a3480884bcf4bcf5a2c1c746006f91003dfdb (diff)
downloadlibvpx-1364cb58b4372c0f6f377c938f1eca789ffd120c.tar.gz
Remove vp8_clear_system_state
Use vpx_clear_system_state instead. Change-Id: Ia3e9122f69a2c690ddd7c7bc54f92ccb9ec18b3e
Diffstat (limited to 'vp8/common/rtcd_defs.pl')
-rw-r--r--vp8/common/rtcd_defs.pl7
1 files changed, 0 insertions, 7 deletions
diff --git a/vp8/common/rtcd_defs.pl b/vp8/common/rtcd_defs.pl
index 14ec19e19..ca10a1a1e 100644
--- a/vp8/common/rtcd_defs.pl
+++ b/vp8/common/rtcd_defs.pl
@@ -19,13 +19,6 @@ EOF
forward_decls qw/vp8_common_forward_decls/;
#
-# system state
-#
-add_proto qw/void vp8_clear_system_state/, "";
-specialize qw/vp8_clear_system_state mmx/;
-$vp8_clear_system_state_mmx=vpx_reset_mmx_state;
-
-#
# Dequant
#
add_proto qw/void vp8_dequantize_b/, "struct blockd*, short *dqc";