summaryrefslogtreecommitdiff
path: root/vp9/common/vp9_rtcd_defs.sh
diff options
context:
space:
mode:
authorYaowu Xu <yaowu@google.com>2013-04-17 14:53:00 -0700
committerGerrit Code Review <gerrit@gerrit.golo.chromium.org>2013-04-17 14:53:00 -0700
commitacfc5981c3d53c998f6c1e94a173999087912b85 (patch)
tree4d5f5d9c643e1f7f2fc1c57aa966d7a95af9bc00 /vp9/common/vp9_rtcd_defs.sh
parentc8606a241f852f376b2be56b5b38058a09f1e7e5 (diff)
parent421ad3f1b12106bbac7a43be1b14f0e82a8ff4d3 (diff)
downloadlibvpx-acfc5981c3d53c998f6c1e94a173999087912b85.tar
libvpx-acfc5981c3d53c998f6c1e94a173999087912b85.tar.gz
libvpx-acfc5981c3d53c998f6c1e94a173999087912b85.tar.bz2
libvpx-acfc5981c3d53c998f6c1e94a173999087912b85.zip
Merge "clean out experiments" into experimental
Diffstat (limited to 'vp9/common/vp9_rtcd_defs.sh')
-rw-r--r--vp9/common/vp9_rtcd_defs.sh12
1 files changed, 0 insertions, 12 deletions
diff --git a/vp9/common/vp9_rtcd_defs.sh b/vp9/common/vp9_rtcd_defs.sh
index 6db44a0a0..ae5b7fbc4 100644
--- a/vp9/common/vp9_rtcd_defs.sh
+++ b/vp9/common/vp9_rtcd_defs.sh
@@ -212,18 +212,6 @@ prototype void vp9_blend_b "uint8_t *y, uint8_t *u, uint8_t *v, int y1, int u1,
specialize vp9_blend_b
#
-# sad 16x3, 3x16
-#
-prototype unsigned int vp9_sad16x3 "const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride"
-specialize vp9_sad16x3 sse2
-
-prototype unsigned int vp9_sad3x16 "const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride"
-specialize vp9_sad3x16 sse2
-
-prototype unsigned int vp9_sub_pixel_variance16x2 "const uint8_t *src_ptr, const int source_stride, const int xoffset, const int yoffset, const uint8_t *ref_ptr, const int ref_stride, unsigned int *sse"
-specialize vp9_sub_pixel_variance16x2 sse2
-
-#
# Sub Pixel Filters
#
prototype void vp9_convolve8 "const uint8_t *src, int src_stride, uint8_t *dst, int dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h"