| Index: source/row_neon64.cc
|
| diff --git a/source/row_neon64.cc b/source/row_neon64.cc
|
| index 2b3eff40d37ec8657c2f769aec81d27b0b684b35..ab74c792d75caab1164b8e5039bf2451882ed9a2 100644
|
| --- a/source/row_neon64.cc
|
| +++ b/source/row_neon64.cc
|
| @@ -205,6 +205,7 @@ void I444ToARGBRow_NEON(const uint8* src_y,
|
| }
|
| #endif // HAS_I444TOARGBROW_NEON
|
|
|
| +// TODO(fbarchard): Switch to Matrix version of this function.
|
| #ifdef HAS_I422TOARGBROW_NEON
|
| void I422ToARGBRow_NEON(const uint8* src_y,
|
| const uint8* src_u,
|
| @@ -292,6 +293,7 @@ void I422ToBGRARow_NEON(const uint8* src_y,
|
| }
|
| #endif // HAS_I422TOBGRAROW_NEON
|
|
|
| +// TODO(fbarchard): Switch to Matrix version of this function.
|
| #ifdef HAS_I422TOABGRROW_NEON
|
| void I422ToABGRRow_NEON(const uint8* src_y,
|
| const uint8* src_u,
|
|
|