summaryrefslogtreecommitdiff
path: root/vp9/encoder/mips/msa
diff options
context:
space:
mode:
authorJohann <johannkoenig@google.com>2019-01-15 14:23:59 -0800
committerJohann <johannkoenig@google.com>2019-01-15 14:24:15 -0800
commit9ca2ec2277e55be333be59f9e6928d944fc2e2d5 (patch)
tree1051e10ff369f896fbc8277f5a810f652de7e752 /vp9/encoder/mips/msa
parentc182725cbc9e1e4892784a24c32b1bed80047b0c (diff)
downloadlibvpx-9ca2ec2277e55be333be59f9e6928d944fc2e2d5.tar
libvpx-9ca2ec2277e55be333be59f9e6928d944fc2e2d5.tar.gz
libvpx-9ca2ec2277e55be333be59f9e6928d944fc2e2d5.tar.bz2
libvpx-9ca2ec2277e55be333be59f9e6928d944fc2e2d5.zip
mips highbd: resolve missing declarations
BUG=webm:1584 Change-Id: I4cbfafe8ea72b3d4523aabcaed4848fa29bb19fe
Diffstat (limited to 'vp9/encoder/mips/msa')
-rw-r--r--vp9/encoder/mips/msa/vp9_error_msa.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/vp9/encoder/mips/msa/vp9_error_msa.c b/vp9/encoder/mips/msa/vp9_error_msa.c
index 188d04d8f..61786d8f6 100644
--- a/vp9/encoder/mips/msa/vp9_error_msa.c
+++ b/vp9/encoder/mips/msa/vp9_error_msa.c
@@ -8,6 +8,7 @@
* be found in the AUTHORS file in the root of the source tree.
*/
+#include "./vpx_config.h"
#include "./vp9_rtcd.h"
#include "vpx_dsp/mips/macros_msa.h"
@@ -79,6 +80,7 @@
return err; \
}
+#if !CONFIG_VP9_HIGHBITDEPTH
BLOCK_ERROR_BLOCKSIZE_MSA(16);
BLOCK_ERROR_BLOCKSIZE_MSA(64);
BLOCK_ERROR_BLOCKSIZE_MSA(256);
@@ -103,3 +105,4 @@ int64_t vp9_block_error_msa(const tran_low_t *coeff_ptr,
return err;
}
+#endif // !CONFIG_VP9_HIGHBITDEPTH