OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LENCOUNT
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/core/src/fxcodec/jbig2/
JBig2_HuffmanTable.cpp
107
std::vector<int>
LENCOUNT
(lenmax + 1);
110
++
LENCOUNT
[len];
113
LENCOUNT
[0] = 0;
115
FIRSTCODE[i] = (FIRSTCODE[i - 1] +
LENCOUNT
[i - 1]) << 1;
JBig2_Context.cpp
[
all
...]
Completed in 91 milliseconds