mirror of
https://chromium.googlesource.com/libyuv/libyuv
synced 2025-12-08 01:36:47 +08:00
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:
parent
eec8dd37e8
commit
9b78c66fb5
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user