HomeSort by relevance Sort by last modified time
    Searched refs:fast_rand (Results 1 - 3 of 3) sorted by null

  /external/libopus/tests/
test_opus_encode.c 72 r=fast_rand();v1+=r&65535;v1-=r>>16;
73 r=fast_rand();v2+=r&65535;v2-=r>>16;
245 rate=rates[j]+fast_rand()%rates[j];
250 if((fast_rand()&255)==0)
254 if((fast_rand()&1)!=0)
256 if(opus_decoder_ctl(dec_err[fast_rand()&1], OPUS_RESET_STATE)!=OPUS_OK)test_failed();
259 if((fast_rand()&127)==0)
261 if(opus_decoder_ctl(dec_err[fast_rand()&1], OPUS_RESET_STATE)!=OPUS_OK)test_failed();
263 if(fast_rand()%10==0){
264 int complex=fast_rand()%11
    [all...]
test_opus_decode.c 125 out_samples = opus_decode(dec[t], 0, fast_rand(), outbuf, 120/factor, fec);
240 int mode=fast_rand()%4;
244 t=fast_rand()%10;
260 mode=fast_rand()%3;
263 t=fast_rand()%10;
279 skip=fast_rand()%7;
288 for(jj=0;jj<j;jj++)packet[jj+1]=fast_rand()&255;
302 plen=(fast_rand()%18+3)*8+skip+3;
308 for(j=0;j<plen;j++)packet[j+1]=(fast_rand()|fast_rand())&255
    [all...]
test_opus_common.h 57 static OPUS_INLINE opus_uint32 fast_rand(void) function

Completed in 149 milliseconds