mirror of
https://chromium.googlesource.com/libyuv/libyuv
synced 2025-12-07 01:06:46 +08:00
color unittest allow j420 error of 5 for arm
R=harryjin@google.com BUG=libyuv:511 Review URL: https://codereview.chromium.org/1412683005 .
This commit is contained in:
parent
430bb0a0f0
commit
00f15e3c6c
@ -1,6 +1,6 @@
|
|||||||
Name: libyuv
|
Name: libyuv
|
||||||
URL: http://code.google.com/p/libyuv/
|
URL: http://code.google.com/p/libyuv/
|
||||||
Version: 1519
|
Version: 1520
|
||||||
License: BSD
|
License: BSD
|
||||||
License File: LICENSE
|
License File: LICENSE
|
||||||
|
|
||||||
|
|||||||
@ -11,6 +11,6 @@
|
|||||||
#ifndef INCLUDE_LIBYUV_VERSION_H_ // NOLINT
|
#ifndef INCLUDE_LIBYUV_VERSION_H_ // NOLINT
|
||||||
#define INCLUDE_LIBYUV_VERSION_H_
|
#define INCLUDE_LIBYUV_VERSION_H_
|
||||||
|
|
||||||
#define LIBYUV_VERSION 1519
|
#define LIBYUV_VERSION 1520
|
||||||
|
|
||||||
#endif // INCLUDE_LIBYUV_VERSION_H_ NOLINT
|
#endif // INCLUDE_LIBYUV_VERSION_H_ NOLINT
|
||||||
|
|||||||
@ -27,7 +27,7 @@ namespace libyuv {
|
|||||||
#define ERROR_G 1
|
#define ERROR_G 1
|
||||||
#define ERROR_B 3
|
#define ERROR_B 3
|
||||||
#define ERROR_FULL 6
|
#define ERROR_FULL 6
|
||||||
#define ERROR_J420 4
|
#define ERROR_J420 5
|
||||||
#else
|
#else
|
||||||
#define ERROR_R 1
|
#define ERROR_R 1
|
||||||
#define ERROR_G 1
|
#define ERROR_G 1
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user