Home | History | Annotate | Download | only in celt

Lines Matching full:seed

378       opus_uint32 seed;
404 seed = st->rng;
416 seed = celt_lcg_rand(seed);
417 X[boffs+j] = (celt_norm)((opus_int32)seed>>20);
422 st->rng = seed;