mirror of
https://chromium.googlesource.com/libyuv/libyuv
synced 2025-12-06 16:56:55 +08:00
j422 not available on aarch64
The aarch64 version does not have I422ToARGBMatrix yet, so adding this to the ifdef section of row.h R=harryjin@google.com TBR=harryjin@google.com, zhongwei.yao@linaro.org BUG=libyuv:488 Review URL: https://codereview.chromium.org/1347853002 .
This commit is contained in:
parent
509c644245
commit
bb0a521c52
@ -1,6 +1,6 @@
|
|||||||
Name: libyuv
|
Name: libyuv
|
||||||
URL: http://code.google.com/p/libyuv/
|
URL: http://code.google.com/p/libyuv/
|
||||||
Version: 1483
|
Version: 1484
|
||||||
License: BSD
|
License: BSD
|
||||||
License File: LICENSE
|
License File: LICENSE
|
||||||
|
|
||||||
|
|||||||
@ -306,6 +306,7 @@ extern "C" {
|
|||||||
// TODO(fbarchard): Implement NEON version
|
// TODO(fbarchard): Implement NEON version
|
||||||
#ifndef __aarch64__
|
#ifndef __aarch64__
|
||||||
#define HAS_I422TOARGBMATRIXROW_NEON
|
#define HAS_I422TOARGBMATRIXROW_NEON
|
||||||
|
#define HAS_J422TOARGBROW_NEON
|
||||||
#endif
|
#endif
|
||||||
// #define HAS_I422TOABGRMATRIXROW_NEON
|
// #define HAS_I422TOABGRMATRIXROW_NEON
|
||||||
#define HAS_I422TOBGRAROW_NEON
|
#define HAS_I422TOBGRAROW_NEON
|
||||||
@ -316,7 +317,6 @@ extern "C" {
|
|||||||
#define HAS_I422TOUYVYROW_NEON
|
#define HAS_I422TOUYVYROW_NEON
|
||||||
#define HAS_I422TOYUY2ROW_NEON
|
#define HAS_I422TOYUY2ROW_NEON
|
||||||
#define HAS_I444TOARGBROW_NEON
|
#define HAS_I444TOARGBROW_NEON
|
||||||
#define HAS_J422TOARGBROW_NEON
|
|
||||||
#define HAS_MERGEUVROW_NEON
|
#define HAS_MERGEUVROW_NEON
|
||||||
#define HAS_MIRRORROW_NEON
|
#define HAS_MIRRORROW_NEON
|
||||||
#define HAS_MIRRORUVROW_NEON
|
#define HAS_MIRRORUVROW_NEON
|
||||||
|
|||||||
@ -11,6 +11,6 @@
|
|||||||
#ifndef INCLUDE_LIBYUV_VERSION_H_ // NOLINT
|
#ifndef INCLUDE_LIBYUV_VERSION_H_ // NOLINT
|
||||||
#define INCLUDE_LIBYUV_VERSION_H_
|
#define INCLUDE_LIBYUV_VERSION_H_
|
||||||
|
|
||||||
#define LIBYUV_VERSION 1483
|
#define LIBYUV_VERSION 1484
|
||||||
|
|
||||||
#endif // INCLUDE_LIBYUV_VERSION_H_ NOLINT
|
#endif // INCLUDE_LIBYUV_VERSION_H_ NOLINT
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user