Lines Matching refs:fast_rand
125 out_samples = opus_decode(dec[t], 0, fast_rand(), outbuf, 120/factor, fec); in test_decoder_code0()
240 int mode=fast_rand()%4; in test_decoder_code0()
244 t=fast_rand()%10; in test_decoder_code0()
260 mode=fast_rand()%3; in test_decoder_code0()
263 t=fast_rand()%10; in test_decoder_code0()
279 skip=fast_rand()%7; in test_decoder_code0()
288 for(jj=0;jj<j;jj++)packet[jj+1]=fast_rand()&255; in test_decoder_code0()
302 plen=(fast_rand()%18+3)*8+skip+3; in test_decoder_code0()
308 for(j=0;j<plen;j++)packet[j+1]=(fast_rand()|fast_rand())&255; in test_decoder_code0()
328 plen=(fast_rand()%18+3)*8+skip+3; in test_decoder_code0()
337 for(j=0;j<plen;j++)packet[j+1]=(fast_rand()|fast_rand())&255; in test_decoder_code0()
349 t=fast_rand()&1; in test_decoder_code0()
355 for(j=1;j<tlen[i];j++)packet[j]=fast_rand()&255; in test_decoder_code0()
444 …fprintf(stderr,"Testing %s decoder. Random seed: %u (%.4X)\n", oversion, iseed, fast_rand() % 6553… in main()