/external/chromium_org/third_party/opus/src/celt/ |
celt.c | 150 + MULT16_32_Q15(MULT16_16_Q15((Q15ONE-f),g00),x[i-T0]) 151 + MULT16_32_Q15(MULT16_16_Q15((Q15ONE-f),g01),ADD32(x[i-T0+1],x[i-T0-1])) 152 + MULT16_32_Q15(MULT16_16_Q15((Q15ONE-f),g02),ADD32(x[i-T0+2],x[i-T0-2]))
|
arch.h | 94 #define Q15ONE 32767 139 #define Q15ONE 1.0f
|
bands.c | 332 renormalise_vector(X, N0<<LM, Q15ONE); [all...] |
pitch.c | 152 opus_val16 tmp=Q15ONE; 506 pg = Q15ONE;
|
celt_decoder.c | 419 renormalise_vector(X+boffs, blen, Q15ONE); 441 opus_val16 fade = Q15ONE; 613 opus_val16 tmp_g = Q15ONE 614 - MULT16_16_Q15(window[i], Q15ONE-ratio); [all...] |
modes.c | 374 window[i] = Q15ONE*sin(.5*M_PI* sin(.5*M_PI*(i+.5)/mode->overlap) * sin(.5*M_PI*(i+.5)/mode->overlap));
|
vq.c | 82 s = celt_cos_norm(EXTEND32(SUB16(Q15ONE,theta))); /* sin(theta) */
|
/external/chromium_org/third_party/opus/src/src/ |
opus_encoder.c | 238 st->prev_HB_gain = Q15ONE; 450 g1 = Q15ONE-g1; 451 g2 = Q15ONE-g2; 458 Q15ONE-w, g1), 15); 490 Q15ONE-w, g1), 15); 499 Q15ONE-w, g1), 15); 893 short_alpha = Q15ONE - 25*Q15ONE/IMAX(50,frame_rate); 942 ldiff = Q15ONE*ABS16(qrrt_xx-qrrt_yy)/(EPSILON+qrrt_xx+qrrt_yy); 950 corr=Q15ONE; [all...] |
opus_decoder.c | 182 Q15ONE-w, in1[i*channels+c]), 15);
|
/external/speex/libspeex/ |
arch.h | 98 #define Q15ONE 32767 144 #define Q15ONE 1.0f
|
preprocess.c | 863 /*Q8*/tmp = MULT16_16_Q15((SHL32(1,SNR_SHIFT)+st->prior[i]),EXTRACT16(MIN32(Q15ONE,SHR32(spx_exp(-EXTRACT16(theta)),1)))); [all...] |
nb_celp.c | [all...] |
/external/chromium_org/third_party/opus/src/celt/tests/ |
test_unit_mdct.c | 132 window[k] = Q15ONE;
|