Add Neon optimized loop filter functions.
authorFrank Galligan <fgalligan@google.com>
Fri, 21 Jun 2013 19:58:46 +0000 (12:58 -0700)
committerFrank Galligan <fgalligan@google.com>
Thu, 27 Jun 2013 23:14:45 +0000 (16:14 -0700)
commit1d6dc1b7022e6966ab417f6e24d6e15e4211aacb
tree0c9ec58404b49258a4be0232f0416c2220ff856f
parenta3664258c5cb8295c128c157bf73363434635960
Add Neon optimized loop filter functions.

- Added vp9_loop_filter_horizontal_edge_neon and
  vp9_loop_filter_vertical_edge_neon.
- The functions are based off the vp8 loopfilter
  functions.
- Matches x86 md5 checksum.

Change-Id: Id1c4dddb03584227e5ecd29f574a6ac27738fdd0
vp9/common/arm/neon/vp9_loopfilter_neon.asm [new file with mode: 0644]
vp9/common/vp9_rtcd_defs.sh
vp9/vp9_common.mk