| Index: source/planar_functions.cc
|
| diff --git a/source/planar_functions.cc b/source/planar_functions.cc
|
| index b1b1f2c830b4ec931eedcdc8036c9774416c6b1c..237ab68315be82d0f40d2b8b4ea6305277ae7e6e 100644
|
| --- a/source/planar_functions.cc
|
| +++ b/source/planar_functions.cc
|
| @@ -2404,8 +2404,8 @@ int ARGBExtractAlpha(const uint8* src_argb, int src_stride,
|
| #endif
|
| #if defined(HAS_ARGBEXTRACTALPHAROW_NEON)
|
| if (TestCpuFlag(kCpuHasNEON)) {
|
| - ARGBExtractAlphaRow = IS_ALIGNED(width, 8) ? ARGBExtractAlphaRow_NEON
|
| - : ARGBExtractAlphaRow_Any_NEON;
|
| + ARGBExtractAlphaRow = IS_ALIGNED(width, 16) ? ARGBExtractAlphaRow_NEON
|
| + : ARGBExtractAlphaRow_Any_NEON;
|
| }
|
| #endif
|
|
|
|
|