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