summaryrefslogtreecommitdiffstats
path: root/branches/1.0/thirdparties/android/include/BroadVoice16/bvcommon/utility.h
diff options
context:
space:
mode:
Diffstat (limited to 'branches/1.0/thirdparties/android/include/BroadVoice16/bvcommon/utility.h')
-rw-r--r--branches/1.0/thirdparties/android/include/BroadVoice16/bvcommon/utility.h31
1 files changed, 0 insertions, 31 deletions
diff --git a/branches/1.0/thirdparties/android/include/BroadVoice16/bvcommon/utility.h b/branches/1.0/thirdparties/android/include/BroadVoice16/bvcommon/utility.h
deleted file mode 100644
index ea4202e..0000000
--- a/branches/1.0/thirdparties/android/include/BroadVoice16/bvcommon/utility.h
+++ /dev/null
@@ -1,31 +0,0 @@
-/*****************************************************************************/
-/* BroadVoice(R)16 (BV16) Fixed-Point ANSI-C Source Code */
-/* Revision Date: November 13, 2009 */
-/* Version 1.1 */
-/*****************************************************************************/
-
-/*****************************************************************************/
-/* Copyright 2000-2009 Broadcom Corporation */
-/* */
-/* This software is provided under the GNU Lesser General Public License, */
-/* version 2.1, as published by the Free Software Foundation ("LGPL"). */
-/* This program is distributed in the hope that it will be useful, but */
-/* WITHOUT ANY SUPPORT OR WARRANTY; without even the implied warranty of */
-/* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the LGPL for */
-/* more details. A copy of the LGPL is available at */
-/* http://www.broadcom.com/licenses/LGPLv2.1.php, */
-/* or by writing to the Free Software Foundation, Inc., */
-/* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
-/*****************************************************************************/
-
-
-/*****************************************************************************
- utility.h : Common Fixed-Point Library:
-
- $Log$
-******************************************************************************/
-
-void W16copy(Word16 *y, Word16 *x, int size);
-void W16zero(Word16 *x, int size);
-void W32copy(Word32 *y, Word32 *x, int size);
-
OpenPOWER on IntegriCloud