OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kAlphabetSize
(Results
1 - 4
of
4
) sorted by null
/external/srec/tools/thirdparty/OpenFst/fst/lib/
random-weight.h
90
// strings chosen from {1,...,
kAlphabetSize
}^{0,kMaxStringLength} U { Zero }
108
v.push_back(rand() %
kAlphabetSize
+ 1);
114
static const int
kAlphabetSize
= 5;
/external/openfst/src/include/fst/
random-weight.h
145
// strings chosen from {1,...,
kAlphabetSize
}^{0,kMaxStringLength} U { Zero }
163
v.push_back(rand() %
kAlphabetSize
+ 1);
169
static const int
kAlphabetSize
= 5;
177
const int StringWeightGenerator<L, S>::
kAlphabetSize
;
/external/chromium_org/third_party/libwebp/dec/
vp8l.c
49
static const uint16_t
kAlphabetSize
[HUFFMAN_CODES_PER_META_CODE] = {
345
int alphabet_size =
kAlphabetSize
[j];
[
all
...]
/external/webp/src/dec/
vp8l.c
49
static const uint16_t
kAlphabetSize
[HUFFMAN_CODES_PER_META_CODE] = {
345
int alphabet_size =
kAlphabetSize
[j];
[
all
...]
Completed in 531 milliseconds