ext/speex/: Use integer encoding and decoding functions instead of converting the...
authorSebastian Dröge <slomo@circular-chaos.org>
Tue, 2 Sep 2008 08:51:04 +0000 (08:51 +0000)
committerSebastian Dröge <slomo@circular-chaos.org>
Tue, 2 Sep 2008 08:51:04 +0000 (08:51 +0000)
commit3fa17e67a45c2362e741dfa0047388035e1f589f
tree3e4f97795d8b95ad869af013d1d2c8d6ea6057fe
parent1ebf38c9592572c2cea05cc0a06644f558c0139b
ext/speex/: Use integer encoding and decoding functions instead of converting the integer input to float in the eleme...

Original commit message from CVS:
* ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
* ext/speex/gstspeexdec.h:
* ext/speex/gstspeexenc.c: (gst_speex_enc_encode):
* ext/speex/gstspeexenc.h:
Use integer encoding and decoding functions instead of converting
the integer input to float in the element. The libspeex integer
functions are doing this for us already or, if libspeex was compiled
in integer mode, they're doing everything using integer arithmetics.
Also saves some copying around.
ChangeLog
ext/speex/gstspeexdec.c
ext/speex/gstspeexdec.h
ext/speex/gstspeexenc.c
ext/speex/gstspeexenc.h