OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:index2_
(Results
1 - 2
of
2
) sorted by null
/external/webp/src/utils/
random_utils.h
28
int index1_,
index2_
;
member in struct:__anon49491
43
diff = rg->tab_[rg->index1_] - rg->tab_[rg->
index2_
];
47
if (++rg->
index2_
== VP8_RANDOM_TABLE_SIZE) rg->
index2_
= 0;
random_utils.c
36
rg->
index2_
= 31;
Completed in 79 milliseconds