Home
last modified time | relevance | path

Searched refs:SHL16 (Results 1 - 8 of 8) sorted by relevance

/third_party/pulseaudio/speex/libspeexdsp/
H A Dmath_approx.h259 frac = SHL16(x-SHL16(integer,11),3); in spx_exp2()
H A Darch.h162 #define SHL16(a,shift) (a) macro
H A Dfixed_generic.h46 #define SHL16(a,shift) ((a) << (shift)) macro
H A Dmdf.c468 st->window[i] = (16383-SHL16(spx_cos(DIV32_16(MULT16_16(25736,i<<1),N)),1)); in speex_echo_state_init_mc()
848 st->wtmp[i]=SHL16(st->wtmp[i],NORMALIZE_SCALEUP); in speex_echo_cancellation()
1095 st->leak_estimate = SHL16(st->leak_estimate,1); in speex_echo_cancellation()
1210 leak2 = SHL16(st->leak_estimate, 1); in speex_echo_get_residual()
H A Dfftwrap.c64 out[i] = SHL16(in[i], shift); in maximize_range()
H A Dfixed_debug.h117 #define SHL16(a, shift) _SHL16(a, shift, __FILE__, __LINE__) macro
123 fprintf (stderr, "SHL16: inputs are not short: %d %d in %s: line %d\n", a, shift, file, line); in _SHL16()
127 fprintf (stderr, "SHL16: output is not short: %d in %s: line %d\n", res, file, line); in _SHL16()
H A Dpreprocess.c487 st->post[i]=SHL16(1, SNR_SHIFT); in speex_preprocess_state_init()
488 st->prior[i]=SHL16(1, SNR_SHIFT); in speex_preprocess_state_init()
643 st->frame[i] = SHL16(st->frame[i], st->frame_shift); in preprocess_analysis()
/third_party/pulseaudio/speex/tmv/
H A Dmdf_tm.h554 { wtmp[j]=SHL16(wtmp[j],NORMALIZE_SCALEUP); in mdf_update_weight()
926 leak_estimate = VMUX( leak_estimate > 16383, 32767, SHL16(leak_estimate,1)); in mdf_compute_filtered_spectra_crosscorrelations()

Completed in 9 milliseconds