| Index: include/libyuv/row.h
|
| diff --git a/include/libyuv/row.h b/include/libyuv/row.h
|
| index 5de839df198d2a6c49ebe9fa95a6435d144bb062..7213fe7ac39eefd3f6051cc3e420c67efa909639 100644
|
| --- a/include/libyuv/row.h
|
| +++ b/include/libyuv/row.h
|
| @@ -202,6 +202,7 @@ extern "C" {
|
| // https://code.google.com/p/libyuv/issues/detail?id=517
|
| #define HAS_I422ALPHATOARGBROW_AVX2
|
| #endif
|
| +#define HAS_I444TOARGBROW_AVX2
|
| #define HAS_I422TOARGBROW_AVX2
|
| #define HAS_I422TORGB24ROW_AVX2
|
| #define HAS_I422TORGBAROW_AVX2
|
| @@ -242,7 +243,6 @@ extern "C" {
|
| #define HAS_I422TOARGB1555ROW_AVX2
|
| #define HAS_I422TOARGB4444ROW_AVX2
|
| #define HAS_I422TORGB565ROW_AVX2
|
| -#define HAS_I444TOARGBROW_AVX2
|
| #define HAS_J400TOARGBROW_AVX2
|
| #define HAS_NV12TORGB565ROW_AVX2
|
| #define HAS_RGB565TOARGBROW_AVX2
|
|
|