summaryrefslogtreecommitdiff
path: root/apps/codecs/libwma/wmafixed.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/libwma/wmafixed.h')
-rw-r--r--apps/codecs/libwma/wmafixed.h20
1 files changed, 18 insertions, 2 deletions
diff --git a/apps/codecs/libwma/wmafixed.h b/apps/codecs/libwma/wmafixed.h
index b92c12a50a..713c4d0b19 100644
--- a/apps/codecs/libwma/wmafixed.h
+++ b/apps/codecs/libwma/wmafixed.h
@@ -1,3 +1,21 @@
1/****************************************************************************
2 * __________ __ ___.
3 * Open \______ \ ____ ____ | | _\_ |__ _______ ___
4 * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
5 * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
6 * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
7 * \/ \/ \/ \/ \/
8 *
9 *
10 *
11 * All files in this archive are subject to the GNU General Public License.
12 * See the file COPYING in the source tree root for full license agreement.
13 *
14 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
15 * KIND, either express or implied.
16 *
17 ****************************************************************************/
18
1/* fixed precision code. We use a combination of Sign 15.16 and Sign.31 19/* fixed precision code. We use a combination of Sign 15.16 and Sign.31
2 precision here. 20 precision here.
3 21
@@ -31,8 +49,6 @@ fixed64 fixmul64byfixed(fixed64 x, fixed32 y);
31fixed32 fixdiv32(fixed32 x, fixed32 y); 49fixed32 fixdiv32(fixed32 x, fixed32 y);
32fixed64 fixdiv64(fixed64 x, fixed64 y); 50fixed64 fixdiv64(fixed64 x, fixed64 y);
33fixed32 fixsqrt32(fixed32 x); 51fixed32 fixsqrt32(fixed32 x);
34fixed32 fixsin32(fixed32 x);
35fixed32 fixcos32(fixed32 x);
36long fsincos(unsigned long phase, fixed32 *cos); 52long fsincos(unsigned long phase, fixed32 *cos);
37 53
38#ifdef CPU_ARM 54#ifdef CPU_ARM