]> git.ipfire.org Git - thirdparty/freeswitch.git/commit
Introducing fixed point math functions
authorSteve Underwood <steveu@coppice.org>
Sat, 2 Jul 2011 14:04:29 +0000 (22:04 +0800)
committerSteve Underwood <steveu@coppice.org>
Sat, 2 Jul 2011 14:04:29 +0000 (22:04 +0800)
commit3cee0589e5d4738c59ee5f86befc711c7e72807b
tree6c3b8a3be087b163c13cb2c47966aa0dc01ea5fa
parent4a7bbf4ec61ba057fa5e12cef6ac3b9bfc00eebb
Introducing fixed point math functions
libs/spandsp/src/Makefile.am
libs/spandsp/src/make_math_fixed_tables.c [new file with mode: 0644]
libs/spandsp/src/math_fixed.c [new file with mode: 0644]
libs/spandsp/src/spandsp/math_fixed.h [new file with mode: 0644]
libs/spandsp/tests/Makefile.am
libs/spandsp/tests/math_fixed_tests.c [new file with mode: 0644]