summaryrefslogtreecommitdiff
path: root/third_party/libyuv/source/rotate_mips.cc
diff options
context:
space:
mode:
authorJames Bankoski <jimbankoski@google.com>2016-06-29 23:20:25 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2016-06-29 23:20:25 +0000
commitc8f6ed77b95bfa376008e54a24bdce5485bba5ca (patch)
treeff4ebb8ac03baf5030657110363b30eabedf5935 /third_party/libyuv/source/rotate_mips.cc
parent3a6a81fc9adace4e31522215ab9baa2bdc7d0079 (diff)
parent291033032ed1abf4f43ad52165caea31a35fb33d (diff)
downloadlibvpx-c8f6ed77b95bfa376008e54a24bdce5485bba5ca.tar
libvpx-c8f6ed77b95bfa376008e54a24bdce5485bba5ca.tar.gz
libvpx-c8f6ed77b95bfa376008e54a24bdce5485bba5ca.tar.bz2
libvpx-c8f6ed77b95bfa376008e54a24bdce5485bba5ca.zip
Merge "Revert "libyuv: update to b8ddb5a2""
Diffstat (limited to 'third_party/libyuv/source/rotate_mips.cc')
-rw-r--r--third_party/libyuv/source/rotate_mips.cc16
1 files changed, 8 insertions, 8 deletions
diff --git a/third_party/libyuv/source/rotate_mips.cc b/third_party/libyuv/source/rotate_mips.cc
index 1e8ce2519..efe6bd909 100644
--- a/third_party/libyuv/source/rotate_mips.cc
+++ b/third_party/libyuv/source/rotate_mips.cc
@@ -22,8 +22,8 @@ extern "C" {
defined(__mips_dsp) && (__mips_dsp_rev >= 2) && \
(_MIPS_SIM == _MIPS_SIM_ABI32)
-void TransposeWx8_DSPR2(const uint8* src, int src_stride,
- uint8* dst, int dst_stride, int width) {
+void TransposeWx8_MIPS_DSPR2(const uint8* src, int src_stride,
+ uint8* dst, int dst_stride, int width) {
__asm__ __volatile__ (
".set push \n"
".set noreorder \n"
@@ -106,8 +106,8 @@ void TransposeWx8_DSPR2(const uint8* src, int src_stride,
);
}
-void TransposeWx8_Fast_DSPR2(const uint8* src, int src_stride,
- uint8* dst, int dst_stride, int width) {
+void TransposeWx8_Fast_MIPS_DSPR2(const uint8* src, int src_stride,
+ uint8* dst, int dst_stride, int width) {
__asm__ __volatile__ (
".set noat \n"
".set push \n"
@@ -308,10 +308,10 @@ void TransposeWx8_Fast_DSPR2(const uint8* src, int src_stride,
);
}
-void TransposeUVWx8_DSPR2(const uint8* src, int src_stride,
- uint8* dst_a, int dst_stride_a,
- uint8* dst_b, int dst_stride_b,
- int width) {
+void TransposeUVWx8_MIPS_DSPR2(const uint8* src, int src_stride,
+ uint8* dst_a, int dst_stride_a,
+ uint8* dst_b, int dst_stride_b,
+ int width) {
__asm__ __volatile__ (
".set push \n"
".set noreorder \n"