Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(144)

Unified Diff: Android.mk

Issue 2527983002: Add MSA optimized ARGB scaling functions (Closed)
Patch Set: Changes as per review comments Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Android.mk
diff --git a/Android.mk b/Android.mk
index 3988cb969180355e4645438d64af8e0d9992a719..983ee1d8599f23ea92c5c2fa813f66bcdd31934f 100644
--- a/Android.mk
+++ b/Android.mk
@@ -29,7 +29,7 @@ LOCAL_SRC_FILES := \
source/row_common.cc \
source/row_mips.cc \
source/row_neon64.cc \
- source/row_gcc.cc \
+ source/row_gcc.cc \
source/scale.cc \
source/scale_any.cc \
source/scale_argb.cc \
@@ -56,7 +56,8 @@ endif
ifeq ($(TARGET_ARCH_ABI),mips)
LOCAL_CFLAGS += -DLIBYUV_MSA
LOCAL_SRC_FILES += \
- source/row_msa.cc
+ source/row_msa.cc \
+ source/scale_msa.cc
endif
LOCAL_EXPORT_C_INCLUDES := $(LOCAL_PATH)/include
« no previous file with comments | « no previous file | BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698