OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PREFLEN
(Results
1 - 3
of
3
) sorted by null
/external/pdfium/core/fxcodec/jbig2/
JBig2_HuffmanTable.cpp
34
PREFLEN
.resize(NTEMP);
38
PREFLEN
[i] = pTable[i].
PREFLEN
;
70
if ((pStream->readNBits(HTPS, &
PREFLEN
[NTEMP]) == -1) ||
86
if (pStream->readNBits(HTPS, &
PREFLEN
[NTEMP]) == -1)
93
if (pStream->readNBits(HTPS, &
PREFLEN
[NTEMP]) == -1)
101
if (pStream->readNBits(HTPS, &
PREFLEN
[NTEMP]) == -1)
113
lenmax = std::max(
PREFLEN
[i], lenmax);
118
for (int len :
PREFLEN
)
133
if (
PREFLEN
[j] == i
[
all
...]
JBig2_HuffmanTable.h
30
const std::vector<int>& GetPREFLEN() const { return
PREFLEN
; }
45
std::vector<int>
PREFLEN
;
JBig2_HuffmanTable_Standard.h
13
uint8_t
PREFLEN
;
Completed in 55 milliseconds