From: John Koleszar Date: Wed, 12 Jun 2013 18:28:21 +0000 (-0700) Subject: Enable mmx loop filter routines X-Git-Tag: v1.3.0~1104^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0e1e16db903cd348ceca43b122675d7ceb99ff28;p=libvpx Enable mmx loop filter routines The mmx routines work as expected for the loop filter, so enable them. Change-Id: I2bbd9b99a4445fcba17bb95002f1fb6e01fe8f85 --- diff --git a/vp9/common/vp9_rtcd_defs.sh b/vp9/common/vp9_rtcd_defs.sh index f281e08e9..74d3ab57f 100644 --- a/vp9/common/vp9_rtcd_defs.sh +++ b/vp9/common/vp9_rtcd_defs.sh @@ -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