Displaying 1 result from an estimated 1 matches for "nb_fixed_celp".
2004 Aug 06
0
fixed point conversion volunteer (OMG what am I doing?)
...My current thoughts are to make different modes for the fixed point sw.
(see modes.c)
o in addition to
speex_nb_mode , speex_wb_mode ,...
there will be
speex_nb_fixed_mode , speex_wb_fixed_mode ,...
Apps that need only one mode should be able to compile only that mode.
I was thinking of creating nb_fixed_celp.c first, replacing functionality
piecemeal starting at the encoder, then all the way thru decoding. During
development, wherever the fixed point code leaves off there can be
int-to-float conversions. This should allow incremental development and
testing.
The testenc utility tests encoding then d...