Commit 76f86067 authored by fbarchard@google.com's avatar fbarchard@google.com

Additional scale resolutions tested

BUG=none
TEST=*Scale*
R=mikhal@webrtc.org

Review URL: https://webrtc-codereview.appspot.com/1608005

git-svn-id: http://libyuv.googlecode.com/svn/trunk@718 16f28f9a-4ce2-e073-06de-1de4eb20be90
parent eed4149e
Name: libyuv
URL: http://code.google.com/p/libyuv/
Version: 716
Version: 718
License: BSD
License File: LICENSE
......
......@@ -11,6 +11,6 @@
#ifndef INCLUDE_LIBYUV_VERSION_H_ // NOLINT
#define INCLUDE_LIBYUV_VERSION_H_
#define LIBYUV_VERSION 716
#define LIBYUV_VERSION 718
#endif // INCLUDE_LIBYUV_VERSION_H_ NOLINT
......@@ -274,7 +274,9 @@ TEST_FACTOR(3by8, 3 / 8)
TEST_SCALETO(640, 360)
TEST_SCALETO(853, 480)
TEST_SCALETO(1280, 720)
TEST_SCALETO(1280, 800)
TEST_SCALETO(1366, 768)
TEST_SCALETO(1920, 1080)
#undef TEST_SCALETO1
#undef TEST_SCALETO
......
......@@ -218,7 +218,9 @@ TEST_FACTOR(3by8, 3 / 8)
TEST_SCALETO(640, 360)
TEST_SCALETO(853, 480)
TEST_SCALETO(1280, 720)
TEST_SCALETO(1280, 800)
TEST_SCALETO(1366, 768)
TEST_SCALETO(1920, 1080)
#undef TEST_SCALETO1
#undef TEST_SCALETO
......
......@@ -8,7 +8,7 @@
* be found in the AUTHORS file in the root of the source tree.
*/
#include "./psnr.h"
#include "./psnr.h" // NOLINT
#include <math.h>
......@@ -23,7 +23,7 @@
extern "C" {
#endif
typedef unsigned int uint32; // NOLINT
typedef unsigned int uint32; // NOLINT
#ifdef _MSC_VER
typedef unsigned __int64 uint64;
#else // COMPILER_MSVC
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment