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

  /external/chromium_org/third_party/opus/src/celt/
arch.h 94 #define Q15ONE 32767
138 #define Q15ONE 1.0f
pitch.c 110 opus_val16 tmp=Q15ONE;
385 pg = Q15ONE;
bands.c 293 renormalise_vector(X, N0<<LM, Q15ONE);
1013 NULL, next_level, seed, stereo ? Q15ONE : MULT16_16_P15(gain,mid), lowband_scratch, fill);
1036 NULL, next_level, seed, stereo ? Q15ONE : MULT16_16_P15(gain,mid), lowband_scratch, fill);
    [all...]
celt.c 520 + MULT16_32_Q15(MULT16_16_Q15((Q15ONE-f),g00),x[i-T0])
521 + MULT16_32_Q15(MULT16_16_Q15((Q15ONE-f),g01),x[i-T0-1])
522 + MULT16_32_Q15(MULT16_16_Q15((Q15ONE-f),g01),x[i-T0+1])
523 + MULT16_32_Q15(MULT16_16_Q15((Q15ONE-f),g02),x[i-T0-2])
524 + MULT16_32_Q15(MULT16_16_Q15((Q15ONE-f),g02),x[i-T0+2])
551 static const opus_val16 sqrtM_1[4] = {Q15ONE, QCONST16(.70710678f,15), QCONST16(0.5f,15), QCONST16(0.35355339f,15)};
    [all...]
modes.c 366 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/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;
  /external/chromium_org/third_party/opus/src/src/
opus_encoder.c 376 g1 = Q15ONE-g1;
377 g2 = Q15ONE-g2;
384 Q15ONE-w, g1), 15);
    [all...]
opus_decoder.c 176 Q15ONE-w, in1[i*channels+c]), 15);

Completed in 88 milliseconds