OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:celt_lcg_rand
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/opus/src/celt/
bands.h
110
opus_uint32
celt_lcg_rand
(opus_uint32 seed);
bands.c
61
opus_uint32
celt_lcg_rand
(opus_uint32 seed)
function
324
seed =
celt_lcg_rand
(seed);
1019
ctx->seed =
celt_lcg_rand
(ctx->seed);
1028
ctx->seed =
celt_lcg_rand
(ctx->seed);
[
all
...]
celt_decoder.c
416
seed =
celt_lcg_rand
(seed);
[
all
...]
Completed in 32 milliseconds