From 1ebf5a5fcda0c9154e22ed02404fd46525a7fd9f Mon Sep 17 00:00:00 2001 From: bossiel Date: Wed, 10 Aug 2011 22:59:15 +0000 Subject: Move deprecated v1.0 from trunk to branches --- .../win32/include/BroadVoice16/bv16/bv16.h | 47 ++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 thirdparties/win32/include/BroadVoice16/bv16/bv16.h (limited to 'thirdparties/win32/include/BroadVoice16/bv16/bv16.h') diff --git a/thirdparties/win32/include/BroadVoice16/bv16/bv16.h b/thirdparties/win32/include/BroadVoice16/bv16/bv16.h new file mode 100644 index 0000000..df9e5ce --- /dev/null +++ b/thirdparties/win32/include/BroadVoice16/bv16/bv16.h @@ -0,0 +1,47 @@ +/*****************************************************************************/ +/* 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. */ +/*****************************************************************************/ + + +/***************************************************************************** + bv16.h : + + $Log$ +******************************************************************************/ + +void Reset_BV16_Encoder( +struct BV16_Encoder_State *cs); + +void BV16_Encode( +struct BV16_Bit_Stream *bs, +struct BV16_Encoder_State *cs, +Word16 *inx); + +void Reset_BV16_Decoder( +struct BV16_Decoder_State *ds); + +void BV16_Decode( +struct BV16_Bit_Stream *bs, +struct BV16_Decoder_State *ds, +Word16 *xq); + +void BV16_PLC( +struct BV16_Decoder_State *ds, +Word16 *x); + -- cgit v1.1