mirror of
https://chromium.googlesource.com/libyuv/libyuv
synced 2025-12-07 17:26:49 +08:00
NEON constants
TBR=harryjin@google.com BUG=none Review URL: https://codereview.chromium.org/1351553005 .
This commit is contained in:
parent
28ce7d94f5
commit
bdfd59a728
@ -312,7 +312,6 @@ extern "C" {
|
||||
#define HAS_H422TOARGBROW_NEON
|
||||
#define HAS_H422TOABGRROW_NEON
|
||||
#endif
|
||||
// #define HAS_I422TOABGRMATRIXROW_NEON
|
||||
#define HAS_I422TOBGRAROW_NEON
|
||||
#define HAS_I422TORAWROW_NEON
|
||||
#define HAS_I422TORGB24ROW_NEON
|
||||
@ -561,7 +560,7 @@ void I422ToABGRMatrixRow_NEON(const uint8* src_y,
|
||||
const uint8* src_u,
|
||||
const uint8* src_v,
|
||||
uint8* dst_argb,
|
||||
struct YuvConstants* YuvConstants,
|
||||
struct YuvConstantsNEON* YuvConstants,
|
||||
int width);
|
||||
void I411ToARGBRow_NEON(const uint8* src_y,
|
||||
const uint8* src_u,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user