summaryrefslogtreecommitdiff
path: root/src/vp8_probs.h
diff options
context:
space:
mode:
authorZhong Li <zhong.li@intel.com>2015-01-15 22:04:58 +0800
committerXiang, Haihao <haihao.xiang@intel.com>2015-03-19 10:01:29 +0800
commit126d3dc4f2c7e867b1609e4f31116d20acb3c2f6 (patch)
treea1acd816e8c6a625d346a8ffabb9b0fa48f698a9 /src/vp8_probs.h
parent713af41e5f0440e124e11ce29e2b9388e9f60956 (diff)
downloadlibva-intel-driver-126d3dc4f2c7e867b1609e4f31116d20acb3c2f6.tar.gz
VP8 HWEnc: declare copyright and license of vp8_probs.h
Signed-off-by: Zhong Li <zhong.li@intel.com> (cherry picked from commit a52a5ffe1dc62ff12989e329860ae81ced247f00)
Diffstat (limited to 'src/vp8_probs.h')
-rw-r--r--src/vp8_probs.h41
1 files changed, 41 insertions, 0 deletions
diff --git a/src/vp8_probs.h b/src/vp8_probs.h
index 78f31053..8dd42908 100644
--- a/src/vp8_probs.h
+++ b/src/vp8_probs.h
@@ -1,3 +1,44 @@
+/*
+ * Copyright © 2014 Intel Corporation
+ *
+ * Permission is hereby granted, free of charge, to any person obtaining a
+ * copy of this software and associated documentation files (the
+ * "Software"), to deal in the Software without restriction, including
+ * without limitation the rights to use, copy, modify, merge, publish,
+ * distribute, sub license, and/or sell copies of the Software, and to
+ * permit persons to whom the Software is furnished to do so, subject to
+ * the following conditions:
+ *
+ * The above copyright notice and this permission notice (including the
+ * next paragraph) shall be included in all copies or substantial portions
+ * of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
+ * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.
+ * IN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR
+ * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
+ * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
+ * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+ *
+ */
+
+/*
+ * This file defines some vp8 probability tables, and
+ * they are ported from libvpx (https://github.com/mrchapp/libvpx/).
+ * The original copyright and licence statement as below.
+ */
+
+/*
+ * Copyright (c) 2010 The WebM 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 VP8_PROBS_H
#define VP8_PROBS_H