| Index: include/libyuv/row.h
|
| diff --git a/include/libyuv/row.h b/include/libyuv/row.h
|
| index 64190dd96547f5800dced4c5df0506431264c30d..a5294647c2fd74f43da9e9c03e0aab2084a8c6d3 100644
|
| --- a/include/libyuv/row.h
|
| +++ b/include/libyuv/row.h
|
| @@ -206,6 +206,7 @@ extern "C" {
|
| // https://code.google.com/p/libyuv/issues/detail?id=517
|
| #define HAS_I422ALPHATOARGBROW_AVX2
|
| #endif
|
| +#define HAS_I411TOARGBROW_AVX2
|
| #define HAS_I422TOARGB1555ROW_AVX2
|
| #define HAS_I422TOARGB4444ROW_AVX2
|
| #define HAS_I422TOARGBROW_AVX2
|
| @@ -248,7 +249,6 @@ extern "C" {
|
| #define HAS_ARGBTOARGB1555ROW_AVX2
|
| #define HAS_ARGBTOARGB4444ROW_AVX2
|
| #define HAS_ARGBTORGB565ROW_AVX2
|
| -#define HAS_I411TOARGBROW_AVX2
|
| #define HAS_J400TOARGBROW_AVX2
|
| #define HAS_RGB565TOARGBROW_AVX2
|
| #endif
|
|
|