Displaying 2 results from an estimated 2 matches for "peex_bits_unpack_sign".
Did you mean:
peex_bits_unpack_signed
2007 Aug 06
2
11kbps narrowband on a 24bit DSP
...Have I missed any?
3. I would like to estimate the code space and duty cycle
requirements using fix point 11kbps narrowband decode. I think I have
identified most of the routines that use most of the duty cycle but I am
not sure if I have found them all.
speex_bits_unpack_unsigned()
peex_bits_unpack_signed()
split_cb_shape_sign_unquant()
pitch_unquant_3tap()
lsp_unquant_lbr()
I will be porting there routines to assembly and would like
to know that I have a chance of fitting them in the 2K I have free.
Is there a minimal list of decode routines that are
required?...
2007 Aug 06
0
11kbps narrowband on a 24bit DSP
...I would like to estimate the code space and duty cycle
> requirements using fix point 11kbps narrowband decode. I think I have
> identified most of the routines that use most of the duty cycle but I am
> not sure if I have found them all.
>
> speex_bits_unpack_unsigned()
>
> peex_bits_unpack_signed()
>
> split_cb_shape_sign_unquant()
>
> pitch_unquant_3tap()
>
> lsp_unquant_lbr()
>
> I will be porting there routines to assembly and would like
> to know that I have a chance of fitting them in the 2K I have free.
>
> Is there a m...