Searched refs:speex_rand (Results 1 – 4 of 4) sorted by relevance
49 static inline spx_word16_t speex_rand(spx_word16_t std, spx_int32_t *seed) in speex_rand() function122 static inline spx_word16_t speex_rand(spx_word16_t std, spx_int32_t *seed) in speex_rand() function
1057 …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()
611 exc[i]=SHL32(EXTEND32(speex_rand(1, seed)),SIG_SHIFT); in noise_codebook_unquant()
857 out[i+st->frame_size] = speex_rand(st->last_ener, &st->seed); in sb_decode_lost()