Home
last modified time | relevance | path

Searched refs:PDIV32 (Results 1 - 5 of 5) sorted by relevance

/third_party/pulseaudio/speex/libspeexdsp/
H A Darch.h208 #define PDIV32(a,b) (((spx_word32_t)(a))/(spx_word32_t)(b)) macro
H A Dfilterbank.c64 mel_interval = PDIV32(max_mel,banks-1); in filterbank_new()
H A Dfixed_generic.h108 #define PDIV32(a,b) (((spx_word32_t)(a)+((spx_word16_t)(b)>>1))/((spx_word32_t)(b))) macro
H A Dfixed_debug.h484 #define PDIV32(a,b) DIV32(ADD32((a),(b)>>1),b) macro
H A Dresample.c458 const spx_word16_t frac = PDIV32(SHL32((samp_frac_num*st->oversample) % st->den_rate,15),st->den_rate); in resampler_basic_interpolate_single()
521 const spx_word16_t frac = PDIV32(SHL32((samp_frac_num*st->oversample) % st->den_rate,15),st->den_rate); in resampler_basic_interpolate_double()

Completed in 5 milliseconds