Searched refs:speex_rand (Results 1 – 8 of 8) sorted by relevance
/external/speex/libspeex/ |
D | math_approx.h | 49 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
|
D | nb_celp.c | 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()
|
D | cb_search.c | 611 exc[i]=SHL32(EXTEND32(speex_rand(1, seed)),SIG_SHIFT); in noise_codebook_unquant()
|
D | sb_celp.c | 857 out[i+st->frame_size] = speex_rand(st->last_ener, &st->seed); in sb_decode_lost()
|
/external/chromium_org/third_party/speex/libspeex/ |
D | math_approx.h | 49 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
|
D | nb_celp.c | 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()
|
D | cb_search.c | 611 exc[i]=SHL32(EXTEND32(speex_rand(1, seed)),SIG_SHIFT); in noise_codebook_unquant()
|
D | sb_celp.c | 857 out[i+st->frame_size] = speex_rand(st->last_ener, &st->seed); in sb_decode_lost()
|