aboutsummaryrefslogtreecommitdiff
path: root/files/source/scale_mmi.cc
diff options
context:
space:
mode:
Diffstat (limited to 'files/source/scale_mmi.cc')
-rw-r--r--files/source/scale_mmi.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/files/source/scale_mmi.cc b/files/source/scale_mmi.cc
index e12c6bb7..990463c2 100644
--- a/files/source/scale_mmi.cc
+++ b/files/source/scale_mmi.cc
@@ -26,6 +26,8 @@ extern "C" {
// This module is for Mips MMI.
#if !defined(LIBYUV_DISABLE_MMI) && defined(_MIPS_ARCH_LOONGSON3A)
+// clang-format off
+
// CPU agnostic row functions
void ScaleRowDown2_MMI(const uint8_t* src_ptr,
ptrdiff_t src_stride,
@@ -1101,6 +1103,8 @@ void ScaleRowUp2_16_MMI(const uint16_t* src_ptr,
: "memory");
}
+// clang-format on
+
#endif // !defined(LIBYUV_DISABLE_MMI) && defined(_MIPS_ARCH_LOONGSON3A)
#ifdef __cplusplus