search for: vbr_analysi

Displaying 10 results from an estimated 10 matches for "vbr_analysi".

Did you mean: vbr_analysis
2006 Feb 14
0
Bug in vbr_analysis
....3*log(ener/60000.0); with qual += .3*log((ener+1)/60000.0); Jean-Marc ========================================================= === On Mon, 2005-12-12 at 18:06 -0800, Alex Bakaev wrote: > Hello! > > I'm getting SING errors from the log() function. Here is the code > inside the vbr_analysis() function. > > if (ener<60000) > { > if (vbr->consec_noise>2) > qual-=0.5*(log(3.0 + vbr->consec_noise)-log(3)); > if (ener<10000&&vbr->consec_noise>2) > qual-=0.5*(log(3.0 + vbr->consec_noise)-log(3));...
2006 Feb 14
1
Bug in vbr_analysis
Hi Jean-Marc, I used the following code after init of the encoder to get the frame size of my RTP packets. char pcm_data[3200]; char speex_data[3200]; SpeexBits bits; memset(pcm_data, '\0', 3200); memset(speex_data, '\0', 3200); speex_bits_init(&bits); speex_bits_reset(&bits); speex_encode_int(codec_info->enc,
2007 Aug 06
2
Attempting to shrink speex: Are these functions necessary?
...eex_callbacks.c: speex_inband_handler speex_std_mode_request_handler speex_std_low_mode_request_handler speex_std_high_mode_request_handler speex_std_vbr_request_handler speex_std_enh_request_handler speex_std_vbr_quality_request_handler speex_std_char_handler speex_default_user_handler In vbr.c: vbr_analysis vbr_destroy In vq.c: vq_index vq_nbest_sign -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/speex-dev/attachments/20070806/81ab5672/attachment.htm
2005 Dec 12
1
Getting SING errors
Hello! I'm getting SING errors from the log() function. Here is the code inside the vbr_analysis() function. if (ener<60000) { if (vbr->consec_noise>2) qual-=0.5*(log(3.0 + vbr->consec_noise)-log(3)); if (ener<10000&&vbr->consec_noise>2) qual-=0.5*(log(3.0 + vbr->consec_noise)-log(3)); if (qual<0) qual=0;...
2007 Aug 07
1
Attempting to shrink speex: Are these functions necessary?
...ndler > speex_std_low_mode_request_handler > speex_std_high_mode_request_handler > speex_std_vbr_request_handler > speex_std_enh_request_handler > speex_std_vbr_quality_request_handler > speex_std_char_handler > speex_default_user_handler No need for that. > In vbr.c: > vbr_analysis > vbr_destroy No need for that. > In vq.c: > vq_index > vq_nbest_sign No need for those. So yes, there's a lot of stuff you can remove. You can also get rid of the stereo preprocess, mdf files. You can also remove the VBR part of the narrowband encoder and the vocoder part of...
2007 Aug 07
1
Attempting to shrink speex: Are these functions necessary?
...de_request_handler > speex_std_low_mode_request_handler > speex_std_high_mode_request_handler > speex_std_vbr_request_handler > speex_std_enh_request_handler > speex_std_vbr_quality_request_handler > speex_std_char_handler > speex_default_user_handler > > In vbr.c: > vbr_analysis > vbr_destroy > > In vq.c: > vq_index > vq_nbest_sign > > > > > > ------------------------------------------------------------------------ > > _______________________________________________ > Speex-dev mailing list > Speex-dev@xiph.org > h...
2007 Aug 07
0
Attempting to shrink speex: Are these functions necessary?
..._mode_request_handler speex_std_low_mode_request_handler >> speex_std_high_mode_request_handler speex_std_vbr_request_handler >> speex_std_enh_request_handler speex_std_vbr_quality_request_handler >> speex_std_char_handler speex_default_user_handler >> >> In vbr.c: vbr_analysis vbr_destroy >> >> In vq.c: vq_index vq_nbest_sign >> >> >> >> >> >> ------------------------------------------------------------------------ >> >> >> _______________________________________________ Speex-dev mailing >>...
2008 Mar 29
0
GCC/ELF Visibility patch
...ncode_native T speex_encoder_ctl T speex_encoder_destroy T speex_encoder_init @@ -144,17 +60,6 @@ T speex_stereo_state_destroy T speex_stereo_state_init T speex_stereo_state_reset -T split_cb_search_shape_sign -T split_cb_shape_sign_unquant -T _spx_autocorr -T _spx_lpc -T syn_percep_zero16 -T vbr_analysis -T vbr_destroy -T vbr_init -T vq_nbest -T vq_nbest_sign -T wb_mode_query U acosf U calloc U exit -------------- next part -------------- --- libspeexdsp.old 2008-03-29 03:05:30.000000000 +0100 +++ libspeexdsp.new 2008-03-29 03:00:36.000000000 +0100 @@ -1,13 +1,6 @@ A __bss_start A _edata A _...
2008 Mar 29
2
GCC/ELF Visibility patch (fwd)
...ncode_native T speex_encoder_ctl T speex_encoder_destroy T speex_encoder_init @@ -144,17 +60,6 @@ T speex_stereo_state_destroy T speex_stereo_state_init T speex_stereo_state_reset -T split_cb_search_shape_sign -T split_cb_shape_sign_unquant -T _spx_autocorr -T _spx_lpc -T syn_percep_zero16 -T vbr_analysis -T vbr_destroy -T vbr_init -T vq_nbest -T vq_nbest_sign -T wb_mode_query U acosf U calloc U exit -------------- next part -------------- --- libspeexdsp.old 2008-03-29 03:05:30.000000000 +0100 +++ libspeexdsp.new 2008-03-29 03:00:36.000000000 +0100 @@ -1,13 +1,6 @@ A __bss_start A _edata A _...
2005 May 25
3
Speex on TI C6x, Problem with TI C5x Patch
...if (qual_change<-.05) qual_change=-.05; } st->vbr_quality += qual_change; if (st->vbr_quality>10) st->vbr_quality=10; if (st->vbr_quality<0) st->vbr_quality=0; } st->relative_quality = vbr_analysis(st->vbr, in, st->frameSize, ol_pitch, GAIN_SCALING_1*ol_pitch_coef); /*if (delta_qual<0)*/ /* delta_qual*=.1*(3+st->vbr_quality);*/ if (st->vbr_enabled) { int mode; int choice=0; float min_diff=100; mode = 8; whi...