]> granicus.if.org Git - libvpx/commitdiff
Enable mmx loop filter routines
authorJohn Koleszar <jkoleszar@google.com>
Wed, 12 Jun 2013 18:28:21 +0000 (11:28 -0700)
committerJohn Koleszar <jkoleszar@google.com>
Wed, 12 Jun 2013 18:28:21 +0000 (11:28 -0700)
The mmx routines work as expected for the loop filter, so enable them.

Change-Id: I2bbd9b99a4445fcba17bb95002f1fb6e01fe8f85

vp9/common/vp9_rtcd_defs.sh

index f281e08e9175b3e05c0a7cc5665063d9eec14be6..74d3ab57f771367af4cb5642afc4bfa342846efb 100644 (file)
@@ -93,7 +93,7 @@ prototype void vp9_mbloop_filter_vertical_edge "uint8_t *s, int pitch, const uin
 specialize vp9_mbloop_filter_vertical_edge
 
 prototype void vp9_loop_filter_vertical_edge "uint8_t *s, int pitch, const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh, int count"
-specialize vp9_loop_filter_vertical_edge
+specialize vp9_loop_filter_vertical_edge mmx
 
 prototype void vp9_mb_lpf_horizontal_edge_w "uint8_t *s, int pitch, const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh, int count"
 specialize vp9_mb_lpf_horizontal_edge_w
@@ -102,7 +102,7 @@ prototype void vp9_mbloop_filter_horizontal_edge "uint8_t *s, int pitch, const u
 specialize vp9_mbloop_filter_horizontal_edge
 
 prototype void vp9_loop_filter_horizontal_edge "uint8_t *s, int pitch, const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh, int count"
-specialize vp9_loop_filter_horizontal_edge
+specialize vp9_loop_filter_horizontal_edge mmx
 
 #
 # post proc