HomeSort by relevance Sort by last modified time
    Searched full:iseed (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/opus/src/tests/
test_opus_common.h 63 static opus_uint32 iseed; variable
74 fprintf(stderr,"'make check SEED=%u fails %s at line %d for %s'\n",iseed,file,line,opus_get_version_string());
test_opus_padding.c 83 iseed = 0;
test_opus_decode.c 433 if(_argc>1)iseed=atoi(_argv[1]);
436 iseed=atoi(env_seed);
439 else iseed=(opus_uint32)time(NULL)^((getpid()&65535)<<16);
440 Rw=Rz=iseed;
444 fprintf(stderr,"Testing %s decoder. Random seed: %u (%.4X)\n", oversion, iseed, fast_rand() % 65535);
test_opus_encode.c 101 snprintf(name,255,"test_opus_encode.%llu.%d.bit",(unsigned long long)iseed,save_ctr);
487 if(_argc>1)iseed=atoi(_argv[1]);
490 iseed=atoi(env_seed);
493 else iseed=(opus_uint32)time(NULL)^((getpid()&65535)<<16);
494 Rw=Rz=iseed;
498 fprintf(stderr,"Testing %s encoder. Random seed: %u (%.4X)\n", oversion, iseed, fast_rand() % 65535);
test_opus_api.c     [all...]
  /external/libopus/tests/
test_opus_common.h 63 static opus_uint32 iseed; variable
74 fprintf(stderr,"'make check SEED=%u fails %s at line %d for %s'\n",iseed,file,line,opus_get_version_string());
test_opus_padding.c 83 iseed = 0;
test_opus_decode.c 433 if(_argc>1)iseed=atoi(_argv[1]);
436 iseed=atoi(env_seed);
439 else iseed=(opus_uint32)time(NULL)^((getpid()&65535)<<16);
440 Rw=Rz=iseed;
444 fprintf(stderr,"Testing %s decoder. Random seed: %u (%.4X)\n", oversion, iseed, fast_rand() % 65535);
test_opus_encode.c 101 snprintf(name,255,"test_opus_encode.%llu.%d.bit",(unsigned long long)iseed,save_ctr);
487 if(_argc>1)iseed=atoi(_argv[1]);
490 iseed=atoi(env_seed);
493 else iseed=(opus_uint32)time(NULL)^((getpid()&65535)<<16);
494 Rw=Rz=iseed;
498 fprintf(stderr,"Testing %s encoder. Random seed: %u (%.4X)\n", oversion, iseed, fast_rand() % 65535);
test_opus_api.c     [all...]

Completed in 95 milliseconds