From 80dd19be0a0c694e09dc8e85897d2967487416a2 Mon Sep 17 00:00:00 2001 From: "mikhal@webrtc.org" Date: Thu, 6 Oct 2011 22:57:06 +0000 Subject: [PATCH] vplib tests: Removing old and unused file and directories. Note that the convert_test and scale_test directories are also removed. Review URL: http://webrtc-codereview.appspot.com/208001 git-svn-id: http://webrtc.googlecode.com/svn/trunk@708 4adac7df-926f-26a2-2b94-8c16560cd09d --- .../main/test/convert_test/convert_test.h | 22 ------------------- 1 file changed, 22 deletions(-) delete mode 100644 src/common_video/vplib/main/test/convert_test/convert_test.h diff --git a/src/common_video/vplib/main/test/convert_test/convert_test.h b/src/common_video/vplib/main/test/convert_test/convert_test.h deleted file mode 100644 index 992b4975ea..0000000000 --- a/src/common_video/vplib/main/test/convert_test/convert_test.h +++ /dev/null @@ -1,22 +0,0 @@ -/* - * Copyright (c) 2011 The WebRTC project authors. All Rights Reserved. - * - * Use of this source code is governed by a BSD-style license - * that can be found in the LICENSE file in the root of the source - * tree. An additional intellectual property rights grant can be found - * in the file PATENTS. All contributing project authors may - * be found in the AUTHORS file in the root of the source tree. - */ - -#ifndef WEBRTC_COMMON_VIDEO_VPLIB_TEST_CONVERT_TEST_H -#define WEBRTC_COMMON_VIDEO_VPLIB_TEST_CONVERT_TEST_H - -#include "vplib.h" - - -void ToFile(WebRtc_UWord8 *buf, WebRtc_Word32 length, WebRtc_Word32 num); -WebRtc_Word32 -PSNRfromFiles(const WebRtc_Word8 *refFileName, const WebRtc_Word8 *testFileName, WebRtc_Word32 width, - WebRtc_Word32 height, WebRtc_Word32 numberOfFrames, double *YPSNRptr); - -#endif