summaryrefslogtreecommitdiff
path: root/vp9/common/vp9_rtcd_defs.sh
diff options
context:
space:
mode:
authorJohn Koleszar <jkoleszar@google.com>2013-02-27 12:23:45 -0800
committerGerrit Code Review <gerrit@gerrit.golo.chromium.org>2013-02-27 12:23:45 -0800
commit5ac141187a38175eb4981a370678e0f44964d324 (patch)
tree6a7a38efd5e48fa085cee04b0d749ff2fc3aa23d /vp9/common/vp9_rtcd_defs.sh
parentd6ff6fe2edb774ae979447aa394eeade35e21d18 (diff)
parent7ad8dbe417b03619855892e32726b75de9e9da1a (diff)
downloadlibvpx-5ac141187a38175eb4981a370678e0f44964d324.tar
libvpx-5ac141187a38175eb4981a370678e0f44964d324.tar.gz
libvpx-5ac141187a38175eb4981a370678e0f44964d324.tar.bz2
libvpx-5ac141187a38175eb4981a370678e0f44964d324.zip
Merge "Remove unused vp9_copy32xn" into experimental
Diffstat (limited to 'vp9/common/vp9_rtcd_defs.sh')
-rw-r--r--vp9/common/vp9_rtcd_defs.sh10
1 files changed, 0 insertions, 10 deletions
diff --git a/vp9/common/vp9_rtcd_defs.sh b/vp9/common/vp9_rtcd_defs.sh
index 02a6711e5..c10495362 100644
--- a/vp9/common/vp9_rtcd_defs.sh
+++ b/vp9/common/vp9_rtcd_defs.sh
@@ -491,16 +491,6 @@ specialize vp9_sad8x8x4d sse2
prototype void vp9_sad4x4x4d "const uint8_t *src_ptr, int src_stride, const uint8_t **ref_ptr, int ref_stride, unsigned int *sad_array"
specialize vp9_sad4x4x4d sse
-#
-# Block copy
-#
-case $arch in
- x86*)
- prototype void vp9_copy32xn "const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, int n"
- specialize vp9_copy32xn sse2 sse3
- ;;
-esac
-
prototype unsigned int vp9_sub_pixel_mse16x16 "const uint8_t *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, const uint8_t *dst_ptr, int dst_pixels_per_line, unsigned int *sse"
specialize vp9_sub_pixel_mse16x16 sse2 mmx