diff --git a/README.chromium b/README.chromium index 68e0e34be..9b1b05279 100644 --- a/README.chromium +++ b/README.chromium @@ -1,6 +1,6 @@ Name: libyuv URL: http://code.google.com/p/libyuv/ -Version: 725 +Version: 726 License: BSD License File: LICENSE diff --git a/include/libyuv/version.h b/include/libyuv/version.h index 4f7869bd6..e4af338dd 100644 --- a/include/libyuv/version.h +++ b/include/libyuv/version.h @@ -11,6 +11,6 @@ #ifndef INCLUDE_LIBYUV_VERSION_H_ // NOLINT #define INCLUDE_LIBYUV_VERSION_H_ -#define LIBYUV_VERSION 725 +#define LIBYUV_VERSION 726 #endif // INCLUDE_LIBYUV_VERSION_H_ NOLINT diff --git a/unit_test/scale_argb_test.cc b/unit_test/scale_argb_test.cc index 7a4758594..3cfd9c675 100644 --- a/unit_test/scale_argb_test.cc +++ b/unit_test/scale_argb_test.cc @@ -99,8 +99,8 @@ static int ARGBTestFilter(int src_width, int src_height, return max_diff; } -static const int kTileX = 16; -static const int kTileY = 16; +static const int kTileX = 32; +static const int kTileY = 32; static int TileARGBScale(const uint8* src_argb, int src_stride_argb, int src_width, int src_height, diff --git a/util/convert.cc b/util/convert.cc index 18316ef8e..5f071416d 100644 --- a/util/convert.cc +++ b/util/convert.cc @@ -155,8 +155,8 @@ void ParseOptions(int argc, const char* argv[]) { } } -static const int kTileX = 12; -static const int kTileY = 8; +static const int kTileX = 32; +static const int kTileY = 32; static int TileARGBScale(const uint8* src_argb, int src_stride_argb, int src_width, int src_height,