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

  /external/speex/libspeex/
stereo.c 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))));
preprocess.c 102 if (b>=QCONST32(1,23))
107 if (b>=QCONST32(1,19))
112 if (b>=QCONST32(1,15))
128 if (b>=QCONST32(1,23))
133 if (b>=QCONST32(1,19))
138 if (b>=QCONST32(1,15))
309 return ADD32(EXTEND32(Q15_ONE),EXTEND32(DIV32_16(QCONST32(.1296,23), SHR32(xx,EXPIN_SHIFT-SNR_SHIFT))));
487 st->noise[i]=QCONST32(1.f,NOISE_SHIFT);
851 theta = MULT16_32_P15(prior_ratio, QCONST32(1.f,EXPIN_SHIFT)+SHL32(EXTEND32(st->post[i]),EXPIN_SHIFT-SNR_SHIFT));
892 theta = MULT16_32_P15(prior_ratio, QCONST32(1.f,EXPIN_SHIFT)+SHL32(EXTEND32(st->post[i]),EXPIN_SHIFT-SNR_SHIFT))
    [all...]
arch.h 159 #define QCONST32(x,bits) (x)
fixed_generic.h 39 #define QCONST32(x,bits) ((spx_word32_t)(.5+(x)*(((spx_word32_t)1)<<(bits))))
fixed_debug.h 44 #define QCONST32(x,bits) ((spx_word32_t)(.5+(x)*(((spx_word32_t)1)<<(bits))))
nb_celp.c 407 spx_sqrt(QCONST32(1.,28)-MULT16_32_Q15(QCONST16(.8,15),SHL32(MULT16_16(ol_pitch_coef,ol_pitch_coef),16)))));
    [all...]

Completed in 127 milliseconds