Searched defs:celt_lcg_rand (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/opus/src/celt/
H A Dbands.c61 opus_uint32 celt_lcg_rand(opus_uint32 seed) function
340 seed = celt_lcg_rand(seed);
1032 ctx->seed = celt_lcg_rand(ctx->seed);
1041 ctx->seed = celt_lcg_rand(ctx->seed);
/external/libopus/celt/
H A Dbands.c61 opus_uint32 celt_lcg_rand(opus_uint32 seed) function
340 seed = celt_lcg_rand(seed);
1032 ctx->seed = celt_lcg_rand(ctx->seed);
1041 ctx->seed = celt_lcg_rand(ctx->seed);

Completed in 122 milliseconds