Home
last modified time | relevance | path

Searched refs:speex_rand (Results 1 – 4 of 4) sorted by relevance

/external/speex/libspeex/
Dmath_approx.h49 static inline spx_word16_t speex_rand(spx_word16_t std, spx_int32_t *seed) in speex_rand() function
122 static inline spx_word16_t speex_rand(spx_word16_t std, spx_int32_t *seed) in speex_rand() function
Dnb_celp.c1057 …pitch_val = st->last_pitch + SHR32((spx_int32_t)speex_rand(1+st->count_lost, &st->seed),SIG_SHIFT); in nb_decode_lost()
1065 speex_rand(noise_gain, &st->seed); in nb_decode_lost()
1214 st->exc[i]=speex_rand(innov_gain, &st->seed); in nb_decode()
Dcb_search.c611 exc[i]=SHL32(EXTEND32(speex_rand(1, seed)),SIG_SHIFT); in noise_codebook_unquant()
Dsb_celp.c857 out[i+st->frame_size] = speex_rand(st->last_ener, &st->seed); in sb_decode_lost()