/external/speex/libspeex/ |
stereo.c | 190 balance = DIV32(largest, ADD32(smallest, 1)); 210 e_ratio = DIV32(e_tot, e_left+e_right+1); 234 e_right = DIV32(QCONST32(1., 22), spx_sqrt(MULT16_32_Q15(e_ratio, ADD32(QCONST32(1., 16), balance)))); 261 e_right = DIV32(QCONST32(1., 22), spx_sqrt(MULT16_32_Q15(e_ratio, ADD32(QCONST32(1., 16), balance))));
|
filterbank.c | 62 df = DIV32(SHL32(sampling,15),MULT16_16(2,len)); 87 id1 = DIV32(mel,mel_interval);
|
ltp_bfin.h | 295 g = DIV32(corr[i-start], 10+SHR32(MULT16_16(spx_sqrt(e0),spx_sqrt(energy[i-start])),6));
|
arch.h | 211 #define DIV32(a,b) (((spx_word32_t)(a))/(spx_word32_t)(b))
|
fixed_generic.h | 107 #define DIV32(a,b) (((spx_word32_t)(a))/((spx_word32_t)(b)))
|
fixed_debug.h | 464 #define DIV32(a, b) _DIV32(a, b, __FILE__, __LINE__) 470 fprintf(stderr, "DIV32: divide by zero: %d/%d in %s: line %d\n", (int)a, (int)b, file, line); 476 fprintf (stderr, "DIV32: inputs are not int/short: %d %d in %s: line %d\n", (int)a, (int)b, file, line); 480 fprintf (stderr, "DIV32: output is not int: %d in %s: line %d\n", (int)res, file, line); 484 #define PDIV32(a,b) DIV32(ADD32((a),(b)>>1),b)
|
filters.c | 217 return EXTRACT16(PSHR32(SHL32(EXTEND32(spx_sqrt(DIV32(sum,len))),(sig_shift+3)),SIG_SHIFT)); 245 return SHL16(spx_sqrt(DIV32(sum,len)),4); 264 return SHL16(spx_sqrt(DIV32(sum,len)),3-sig_shift);
|
kiss_fftr.c | 67 kf_cexp2(st->super_twiddles+i, DIV32(SHL32(phase,16),nfft));
|
sb_celp.c | 254 st->old_lsp[i]= DIV32(MULT16_16(QCONST16(3.1415927f, LSP_SHIFT), i+1), st->lpcSize+1); [all...] |
kiss_fft.c | 486 kf_cexp2(st->twiddles+i, DIV32(SHL32(phase,17),nfft));
|
mdf.c | 379 prop[i] = DIV32(MULT16_16(QCONST16(.99f,15), prop[i]),prop_sum); 498 st->prop[i] = DIV32(MULT16_16(QCONST16(.8f,15), st->prop[i]),sum); [all...] |
ltp.c | 298 g = DIV32(SHL32(EXTEND32(corr16[i-start]),cshift), 10+SHR32(MULT16_16(spx_sqrt(e0),spx_sqrt(SHL32(EXTEND32(ener16[i-start]),eshift))),6));
|
nb_celp.c | 175 st->old_lsp[i]= DIV32(MULT16_16(QCONST16(3.1415927f, LSP_SHIFT), i+1), st->lpcSize+1); [all...] |
/external/chromium_org/third_party/opus/src/celt/ |
arch.h | 198 #define DIV32(a,b) (((opus_val32)(a))/(opus_val32)(b))
|
fixed_generic.h | 132 #define DIV32(a,b) (((opus_val32)(a))/((opus_val32)(b)))
|
mdct.c | 86 trig[i] = TRIG_UPSCALE*celt_cos_norm(DIV32(ADD32(SHL32(EXTEND32(i),17),N2),N));
|
fixed_debug.h | 728 #define DIV32(a, b) DIV32_(a, b, __FILE__, __LINE__) 734 fprintf(stderr, "DIV32: divide by zero: %d/%d in %s: line %d\n", (int)a, (int)b, file, line); 743 fprintf (stderr, "DIV32: inputs are not int/short: %d %d in %s: line %d\n", (int)a, (int)b, file, line); 751 fprintf (stderr, "DIV32: output is not int: %d in %s: line %d\n", (int)res, file, line);
|
kiss_fft.c | 524 kf_cexp2(twiddles+i, DIV32(SHL32(phase,17),nfft));
|
celt_encoder.c | 403 mean_diff = DIV32(mean_diff, C*(end-3)); [all...] |