mirror of
https://chromium.googlesource.com/libyuv/libyuv
synced 2025-12-06 16:56:55 +08:00
Disable YUV to ARGB AVX2 versions.
BUG=393 TESTED=I420ToRGB* Review URL: https://webrtc-codereview.appspot.com/35879004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@1255 16f28f9a-4ce2-e073-06de-1de4eb20be90
This commit is contained in:
parent
4e155ef6c4
commit
dc2c90100c
@ -1,6 +1,6 @@
|
||||
Name: libyuv
|
||||
URL: http://code.google.com/p/libyuv/
|
||||
Version: 1255
|
||||
Version: 1256
|
||||
License: BSD
|
||||
License File: LICENSE
|
||||
|
||||
|
||||
@ -196,10 +196,11 @@ extern "C" {
|
||||
#define HAS_ARGBTOYJROW_AVX2
|
||||
#define HAS_ARGBTOYROW_AVX2
|
||||
#define HAS_COPYROW_AVX
|
||||
#define HAS_I422TOABGRROW_AVX2
|
||||
#define HAS_I422TOARGBROW_AVX2
|
||||
#define HAS_I422TOBGRAROW_AVX2
|
||||
#define HAS_I422TORGBAROW_AVX2
|
||||
// TODO(fbarchard): fix AVX2 versions of YUV conversion. bug=393
|
||||
//#define HAS_I422TOABGRROW_AVX2
|
||||
//#define HAS_I422TOARGBROW_AVX2
|
||||
//#define HAS_I422TOBGRAROW_AVX2
|
||||
//#define HAS_I422TORGBAROW_AVX2
|
||||
#define HAS_INTERPOLATEROW_AVX2
|
||||
#define HAS_MERGEUVROW_AVX2
|
||||
#define HAS_MIRRORROW_AVX2
|
||||
|
||||
@ -11,6 +11,6 @@
|
||||
#ifndef INCLUDE_LIBYUV_VERSION_H_ // NOLINT
|
||||
#define INCLUDE_LIBYUV_VERSION_H_
|
||||
|
||||
#define LIBYUV_VERSION 1255
|
||||
#define LIBYUV_VERSION 1256
|
||||
|
||||
#endif // INCLUDE_LIBYUV_VERSION_H_ NOLINT
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user