Searched refs:PDIV32_16 (Results 1 - 6 of 6) sorted by relevance
/third_party/pulseaudio/speex/libspeexdsp/ |
H A D | fixed_bfin.h | 41 #undef PDIV32_16 macro 42 static inline spx_word16_t PDIV32_16(spx_word32_t a, spx_word16_t b) in PDIV32_16() function
|
H A D | arch.h | 206 #define PDIV32_16(a,b) (((spx_word32_t)(a))/(spx_word16_t)(b)) macro
|
H A D | fixed_generic.h | 106 #define PDIV32_16(a,b) ((spx_word16_t)(((spx_word32_t)(a)+((spx_word16_t)(b)>>1))/((spx_word16_t)(b)))) macro
|
H A D | preprocess.c | 114 return PDIV32_16(a,b); in DIV32_16_Q8() 846 prior_ratio = PDIV32_16(SHL32(EXTEND32(st->prior[i]), 15), ADD16(st->prior[i], SHL32(1,SNR_SHIFT))); in speex_preprocess_run() 861 /*Q8*/tmp = EXTRACT16(PSHR32(MULT16_16(PDIV32_16(SHL32(EXTEND32(q),8),(Q15_ONE-q)),tmp),8)); in speex_preprocess_run() 887 prior_ratio = PDIV32_16(SHL32(EXTEND32(st->prior[i]), 15), ADD16(st->prior[i], SHL32(1,SNR_SHIFT))); in speex_preprocess_run()
|
H A D | fixed_debug.h | 485 #define PDIV32_16(a,b) DIV32_16(ADD32((a),(b)>>1),b) macro
|
/third_party/pulseaudio/speex/tmv/ |
H A D | preprocess_tm.h | 787 prior_ratio = PDIV32_16(SHL32(EXTEND32(priori), 15), ADD16(priori, SHL32(1,SNR_SHIFT))); in preprocess_compute_emgain() 801 tmp = EXTRACT16(PSHR32(MULT16_16(PDIV32_16(SHL32(EXTEND32(q),8),(Q15_ONE-q)),tmp),8)); in preprocess_compute_emgain() 842 prior_ratio = PDIV32_16(SHL32(EXTEND32(st->prior[i]), 15), ADD16(prior[i], SHL32(1,SNR_SHIFT))); in preprocess_compute_linear_gain()
|
Completed in 6 milliseconds