Home
last modified time | relevance | path

Searched refs:QCONST32 (Results 1 - 6 of 6) sorted by relevance

/third_party/pulseaudio/speex/libspeexdsp/
H A Dpreprocess.c98 if (b>=QCONST32(1,23)) in DIV32_16_Q8()
103 if (b>=QCONST32(1,19)) in DIV32_16_Q8()
108 if (b>=QCONST32(1,15)) in DIV32_16_Q8()
124 if (b>=QCONST32(1,23)) in DIV32_16_Q15()
129 if (b>=QCONST32(1,19)) in DIV32_16_Q15()
134 if (b>=QCONST32(1,15)) in DIV32_16_Q15()
305 return ADD32(EXTEND32(Q15_ONE),EXTEND32(DIV32_16(QCONST32(.1296,23), SHR32(xx,EXPIN_SHIFT-SNR_SHIFT)))); in hypergeom_gain()
483 st->noise[i]=QCONST32(1.f,NOISE_SHIFT); in speex_preprocess_state_init()
847 theta = MULT16_32_P15(prior_ratio, QCONST32(1.f,EXPIN_SHIFT)+SHL32(EXTEND32(st->post[i]),EXPIN_SHIFT-SNR_SHIFT)); in speex_preprocess_run()
888 theta = MULT16_32_P15(prior_ratio, QCONST32( in speex_preprocess_run()
[all...]
H A Darch.h155 #define QCONST32(x,bits) (x) macro
H A Dfixed_generic.h39 #define QCONST32(x,bits) ((spx_word32_t)(.5+(x)*(((spx_word32_t)1)<<(bits)))) macro
H A Dfixed_debug.h44 #define QCONST32(x,bits) ((spx_word32_t)(.5+(x)*(((spx_word32_t)1)<<(bits)))) macro
/third_party/pulseaudio/speex/tmv/
H A Dpreprocess_tm.h788 theta = MULT16_32_P15(prior_ratio, QCONST32(1.f,EXPIN_SHIFT)+SHL32(EXTEND32(post[i]),EXPIN_SHIFT-SNR_SHIFT)); in preprocess_compute_emgain()
843 theta = MULT16_32_P15(prior_ratio, QCONST32(1.f,EXPIN_SHIFT)+SHL32(EXTEND32(post[i]),EXPIN_SHIFT-SNR_SHIFT)); in preprocess_compute_linear_gain()
H A Dmdf_tm.h988 adapted = mux( !adapted && sum_adapt > QCONST32(M,15) && in mdf_adapt()

Completed in 7 milliseconds