Displaying 4 results from an estimated 4 matches for "spx_atan".
2007 Aug 06
2
Attempting to shrink speex: Are these functions necessary?
..._peek
speex_bits_nbytes
speex_bits_insert_terminator
In cd_search.c:
noise_codebook_quant
noise_codebook_unquant
In filters.c:
compute_rms
syn_percep_zero16
qmf_decomp
qmf_synth
In ltp.c:
forced_pitch_quant
forced_pitch_unquant
In math_approx.c:
spx_ilog2
_spx_cos_pi_2
spx_cos_norm
spx_exp2
spx_atan
In nb_celp.c:
nb_encoder_destroy
nb_decoder_destroy
In quant_lsp.c:
lsp_quant_nb
lsp_unquant_nb
lsp_quant_high
lsp_unquant_high
In speex.c:
speex_encoder_destroy
speex_decoder_destroy
speex_encode
speex_decode
nb_mode_query
wb_mode_query
speex_lib_ctl
In speex_callbacks.c:
speex_inband_hand...
2007 Aug 07
1
Attempting to shrink speex: Are these functions necessary?
...8 kbps).
> In filters.c:
> compute_rms
> syn_percep_zero16
> qmf_decomp
> qmf_synth
No need for that.
> In ltp.c:
> forced_pitch_quant
> forced_pitch_unquant
No need for that.
> In math_approx.c:
> spx_ilog2
> _spx_cos_pi_2
> spx_cos_norm
> spx_exp2
> spx_atan
No need for that.
> In nb_celp.c:
> nb_encoder_destroy
> nb_decoder_destroy
No need for that if you never plan on freeing the memory
> In quant_lsp.c:
> lsp_quant_nb
> lsp_unquant_nb
> lsp_quant_high
> lsp_unquant_high
No need for that if you just want 8 kbps.
> In...
2007 Aug 07
1
Attempting to shrink speex: Are these functions necessary?
...t
> noise_codebook_unquant
>
> In filters.c:
> compute_rms
> syn_percep_zero16
> qmf_decomp
> qmf_synth
>
> In ltp.c:
> forced_pitch_quant
> forced_pitch_unquant
>
> In math_approx.c:
> spx_ilog2
> _spx_cos_pi_2
> spx_cos_norm
> spx_exp2
> spx_atan
>
> In nb_celp.c:
> nb_encoder_destroy
> nb_decoder_destroy
>
> In quant_lsp.c:
> lsp_quant_nb
> lsp_unquant_nb
> lsp_quant_high
> lsp_unquant_high
>
> In speex.c:
> speex_encoder_destroy
> speex_decoder_destroy
> speex_encode
> speex_decode
>...
2007 Aug 07
0
Attempting to shrink speex: Are these functions necessary?
...search.c: noise_codebook_quant noise_codebook_unquant
>>
>> In filters.c: compute_rms syn_percep_zero16 qmf_decomp qmf_synth
>>
>> In ltp.c: forced_pitch_quant forced_pitch_unquant
>>
>> In math_approx.c: spx_ilog2 _spx_cos_pi_2 spx_cos_norm spx_exp2
>> spx_atan
>>
>> In nb_celp.c: nb_encoder_destroy nb_decoder_destroy
>>
>> In quant_lsp.c: lsp_quant_nb lsp_unquant_nb lsp_quant_high
>> lsp_unquant_high
>>
>> In speex.c: speex_encoder_destroy speex_decoder_destroy
>> speex_encode speex_decode nb_mode_quer...