search for: cd_search

Displaying 4 results from an estimated 4 matches for "cd_search".

Did you mean: cmd_search
2007 Aug 06
2
Attempting to shrink speex: Are these functions necessary?
...its_init_buffer speex_bits_destroy speex_bits_reset speex_bits_rewind speex_bits_read_from speex_bits_flush speex_bits_read_whole_bytes speex_bits_write speex_bits_write_whole_bytes speex_bits_unpack_signed speex_bits_peek_unsigned speex_bits_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...
2007 Aug 07
1
Attempting to shrink speex: Are these functions necessary?
...eex_bits_peek_unsigned > speex_bits_peek > speex_bits_nbytes > speex_bits_insert_terminator You probably don't need most of these, but I'm surprised you're not at least using speex_bits_init(), speex_bits_read_from() and speex_bits_write(). What are you using instead? > In cd_search.c: > noise_codebook_quant > noise_codebook_unquant No need for that (assuming you only want 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 th...
2007 Aug 07
1
Attempting to shrink speex: Are these functions necessary?
...ts_rewind > speex_bits_read_from > speex_bits_flush > speex_bits_read_whole_bytes > speex_bits_write > speex_bits_write_whole_bytes > speex_bits_unpack_signed > speex_bits_peek_unsigned > speex_bits_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_...
2007 Aug 07
0
Attempting to shrink speex: Are these functions necessary?
..._bits_rewind >> speex_bits_read_from speex_bits_flush speex_bits_read_whole_bytes >> speex_bits_write speex_bits_write_whole_bytes >> speex_bits_unpack_signed speex_bits_peek_unsigned speex_bits_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_at...