summaryrefslogtreecommitdiff
path: root/vp9/common
diff options
context:
space:
mode:
authorRonald S. Bultje <rbultje@google.com>2013-06-08 17:40:17 -0700
committerGerrit Code Review <gerrit@gerrit.golo.chromium.org>2013-06-08 17:40:17 -0700
commit3993d30922d7a90c6a4dae8798365e2d47c140d9 (patch)
treefb079a5ebe04f5861390078ffb1631fa63d7fb3f /vp9/common
parentd30968c32ad7b587abc4eda167269c554f92e8a5 (diff)
parent073c7d5eec5454e1e082e33e1847bc1ed9176eb4 (diff)
downloadlibvpx-3993d30922d7a90c6a4dae8798365e2d47c140d9.tar
libvpx-3993d30922d7a90c6a4dae8798365e2d47c140d9.tar.gz
libvpx-3993d30922d7a90c6a4dae8798365e2d47c140d9.tar.bz2
libvpx-3993d30922d7a90c6a4dae8798365e2d47c140d9.zip
Merge "Fix firstpass if framesize is not a multiple of 16." into experimental
Diffstat (limited to 'vp9/common')
-rw-r--r--vp9/common/vp9_rtcd_defs.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/vp9/common/vp9_rtcd_defs.sh b/vp9/common/vp9_rtcd_defs.sh
index 0517e922c..178d56fe0 100644
--- a/vp9/common/vp9_rtcd_defs.sh
+++ b/vp9/common/vp9_rtcd_defs.sh
@@ -545,6 +545,15 @@ prototype unsigned int vp9_mse16x16 "const uint8_t *src_ptr, int source_stride,
specialize vp9_mse16x16 mmx sse2
vp9_mse16x16_sse2=vp9_mse16x16_wmt
+prototype unsigned int vp9_mse8x16 "const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int recon_stride, unsigned int *sse"
+specialize vp9_mse8x16
+
+prototype unsigned int vp9_mse16x8 "const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int recon_stride, unsigned int *sse"
+specialize vp9_mse16x8
+
+prototype unsigned int vp9_mse8x8 "const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int recon_stride, unsigned int *sse"
+specialize vp9_mse8x8
+
prototype unsigned int vp9_sub_pixel_mse64x64 "const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse"
specialize vp9_sub_pixel_mse64x64