HomeSort by relevance Sort by last modified time
    Searched refs:PDIV32 (Results 1 - 8 of 8) sorted by null

  /external/speex/libspeex/
arch.h 212 #define PDIV32(a,b) (((spx_word32_t)(a))/(spx_word32_t)(b))
filterbank.c 64 mel_interval = PDIV32(max_mel,banks-1);
fixed_generic.h 108 #define PDIV32(a,b) (((spx_word32_t)(a)+((spx_word16_t)(b)>>1))/((spx_word32_t)(b)))
sb_celp.c 590 filter_ratio=EXTRACT16(SATURATE(PDIV32(SHL32(ADD32(rl,82),7),ADD32(82,rh)),32767));
607 g=PDIV32(MULT16_16(filter_ratio,eh),EXTEND32(ADD16(1,el)));
1020 filter_ratio=EXTRACT16(SATURATE(PDIV32(SHL32(ADD32(rl,82),7),ADD32(82,rh)),32767));
1034 g = PDIV32(g, filter_ratio);
    [all...]
fixed_debug.h 484 #define PDIV32(a,b) DIV32(ADD32((a),(b)>>1),b)
filters.c 754 pgain1 = PDIV32_16(SHL32(PDIV32(corr0, exc_mag),14),iexc0_mag);
758 pgain2 = PDIV32_16(SHL32(PDIV32(corr1, exc_mag),14),iexc1_mag);
resample.c 451 const spx_word16_t frac = PDIV32(SHL32((samp_frac_num*st->oversample) % st->den_rate,15),st->den_rate);
514 const spx_word16_t frac = PDIV32(SHL32((samp_frac_num*st->oversample) % st->den_rate,15),st->den_rate);
    [all...]
nb_celp.c 809 spx_word32_t f = PDIV32(ener,PSHR32(ol_gain,SIG_SHIFT));
    [all...]

Completed in 537 milliseconds