Enable Neon MM21 Detiling for Arm32 platforms.

Bug: b/228997215
Change-Id: If4f35179c5ef1a0d49e8b597d9ba4ca76fdf0364
Reviewed-on: https://chromium-review.googlesource.com/c/libyuv/libyuv/+/3591120
Reviewed-by: Frank Barchard <fbarchard@chromium.org>
Reviewed-by: Justin Green <greenjustin@google.com>
Commit-Queue: Justin Green <greenjustin@google.com>
This commit is contained in:
Frank Barchard 2022-04-18 15:31:49 -07:00 committed by libyuv LUCI CQ
parent eec8dd37e8
commit 9b78c66fb5

View File

@ -442,6 +442,8 @@ extern "C" {
#define HAS_BGRATOYROW_NEON
#define HAS_BYTETOFLOATROW_NEON
#define HAS_COPYROW_NEON
#define HAS_DETILEROW_NEON
#define HAS_DETILESPLITUVROW_NEON
#define HAS_DIVIDEROW_16_NEON
#define HAS_HALFFLOATROW_NEON
#define HAS_HALFMERGEUVROW_NEON
@ -538,8 +540,6 @@ extern "C" {
#define HAS_SCALESUMSAMPLES_NEON
#define HAS_GAUSSROW_F32_NEON
#define HAS_GAUSSCOL_F32_NEON
#define HAS_DETILEROW_NEON
#define HAS_DETILESPLITUVROW_NEON
#endif
#if !defined(LIBYUV_DISABLE_MSA) && defined(__mips_msa)
#define HAS_ABGRTOUVROW_MSA