| Index: include/libyuv/row.h
|
| diff --git a/include/libyuv/row.h b/include/libyuv/row.h
|
| index 43ece0505266092a0f2129c807becf5702eb1044..4ae216dd42c6ff8de4cf66e2934b5ba07405c3e7 100644
|
| --- a/include/libyuv/row.h
|
| +++ b/include/libyuv/row.h
|
| @@ -225,6 +225,9 @@ extern "C" {
|
| #define HAS_YUY2TOUV422ROW_AVX2
|
| #define HAS_YUY2TOUVROW_AVX2
|
| #define HAS_YUY2TOYROW_AVX2
|
| +#define HAS_I422TOARGB1555ROW_AVX2
|
| +#define HAS_I422TOARGB4444ROW_AVX2
|
| +#define HAS_I422TORGB565ROW_AVX2
|
|
|
| // Effects:
|
| #define HAS_ARGBADDROW_AVX2
|
| @@ -245,9 +248,6 @@ extern "C" {
|
| #define HAS_ARGBTOARGB4444ROW_AVX2
|
| #define HAS_ARGBTORGB565ROW_AVX2
|
| #define HAS_I411TOARGBROW_AVX2
|
| -#define HAS_I422TOARGB1555ROW_AVX2
|
| -#define HAS_I422TOARGB4444ROW_AVX2
|
| -#define HAS_I422TORGB565ROW_AVX2
|
| #define HAS_J400TOARGBROW_AVX2
|
| #define HAS_NV12TORGB565ROW_AVX2
|
| #define HAS_RGB565TOARGBROW_AVX2
|
|
|