OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CJBig2_ArithDecoder
(Results
1 - 20
of
20
) sorted by null
/external/pdfium/core/src/fxcodec/jbig2/
JBig2_GrrdProc.h
12
class
CJBig2_ArithDecoder
;
19
CJBig2_Image* decode(
CJBig2_ArithDecoder
* pArithDecoder,
22
CJBig2_Image* decode_Template0_unopt(
CJBig2_ArithDecoder
* pArithDecoder,
25
CJBig2_Image* decode_Template0_opt(
CJBig2_ArithDecoder
* pArithDecoder,
28
CJBig2_Image* decode_Template1_unopt(
CJBig2_ArithDecoder
* pArithDecoder,
31
CJBig2_Image* decode_Template1_opt(
CJBig2_ArithDecoder
* pArithDecoder,
JBig2_ArithDecoder.h
19
class
CJBig2_ArithDecoder
{
21
explicit
CJBig2_ArithDecoder
(CJBig2_BitStream* pStream);
23
~
CJBig2_ArithDecoder
();
JBig2_GrdProc.h
14
class
CJBig2_ArithDecoder
;
24
CJBig2_Image* decode_Arith(
CJBig2_ArithDecoder
* pArithDecoder,
28
CJBig2_ArithDecoder
* pArithDecoder,
53
CJBig2_ArithDecoder
* pArithDecoder,
58
CJBig2_ArithDecoder
* pArithDecoder,
62
CJBig2_ArithDecoder
* pArithDecoder,
67
CJBig2_ArithDecoder
* pArithDecoder,
71
CJBig2_ArithDecoder
* pArithDecoder,
76
CJBig2_ArithDecoder
* pArithDecoder,
80
CJBig2_ArithDecoder
* pArithDecoder
[
all
...]
JBig2_ArithIntDecoder.h
22
bool decode(
CJBig2_ArithDecoder
* pArithDecoder, int* nResult);
33
void decode(
CJBig2_ArithDecoder
* pArithDecoder, FX_DWORD* nResult);
JBig2_PddProc.h
12
class
CJBig2_ArithDecoder
;
20
CJBig2_PatternDict* decode_Arith(
CJBig2_ArithDecoder
* pArithDecoder,
JBig2_GsidProc.h
12
class
CJBig2_ArithDecoder
;
20
FX_DWORD* decode_Arith(
CJBig2_ArithDecoder
* pArithDecoder,
JBig2_HtrdProc.h
14
class
CJBig2_ArithDecoder
;
21
CJBig2_Image* decode_Arith(
CJBig2_ArithDecoder
* pArithDecoder,
JBig2_ArithDecoder.cpp
89
CJBig2_ArithDecoder
::
CJBig2_ArithDecoder
(CJBig2_BitStream* pStream)
99
CJBig2_ArithDecoder
::~
CJBig2_ArithDecoder
() {
102
int
CJBig2_ArithDecoder
::DECODE(JBig2ArithCtx* pCX) {
124
void
CJBig2_ArithDecoder
::BYTEIN() {
144
void
CJBig2_ArithDecoder
::ReadValueA() {
JBig2_ArithIntDecoder.cpp
29
size_t RecursiveDecode(
CJBig2_ArithDecoder
* decoder,
54
bool CJBig2_ArithIntDecoder::decode(
CJBig2_ArithDecoder
* pArithDecoder,
88
void CJBig2_ArithIaidDecoder::decode(
CJBig2_ArithDecoder
* pArithDecoder,
JBig2_TrdProc.h
13
class
CJBig2_ArithDecoder
;
46
CJBig2_Image* decode_Arith(
CJBig2_ArithDecoder
* pArithDecoder,
JBig2_SddProc.h
23
CJBig2_SymbolDict* decode_Arith(
CJBig2_ArithDecoder
* pArithDecoder,
JBig2_Context.h
20
class
CJBig2_ArithDecoder
;
123
std::unique_ptr<
CJBig2_ArithDecoder
> m_pArithDecoder;
JBig2_GrdProc.cpp
42
CJBig2_Image* CJBig2_GRDProc::decode_Arith(
CJBig2_ArithDecoder
* pArithDecoder,
66
CJBig2_ArithDecoder
* pArithDecoder,
156
CJBig2_ArithDecoder
* pArithDecoder,
204
CJBig2_ArithDecoder
* pArithDecoder,
293
CJBig2_ArithDecoder
* pArithDecoder,
338
CJBig2_ArithDecoder
* pArithDecoder,
427
CJBig2_ArithDecoder
* pArithDecoder,
471
CJBig2_ArithDecoder
* pArithDecoder,
546
CJBig2_ArithDecoder
* pArithDecoder,
587
CJBig2_ArithDecoder
* pArithDecoder
[
all
...]
JBig2_PddProc.cpp
16
CJBig2_ArithDecoder
* pArithDecoder,
JBig2_TrdProc.cpp
141
std::unique_ptr<
CJBig2_ArithDecoder
> pArithDecoder(
142
new
CJBig2_ArithDecoder
(pStream));
215
CJBig2_Image* CJBig2_TRDProc::decode_Arith(
CJBig2_ArithDecoder
* pArithDecoder,
JBig2_GsidProc.cpp
17
FX_DWORD* CJBig2_GSIDProc::decode_Arith(
CJBig2_ArithDecoder
* pArithDecoder,
JBig2_HtrdProc.cpp
14
CJBig2_Image* CJBig2_HTRDProc::decode_Arith(
CJBig2_ArithDecoder
* pArithDecoder,
JBig2_Context.cpp
621
std::unique_ptr<
CJBig2_ArithDecoder
> pArithDecoder(
622
new
CJBig2_ArithDecoder
(m_pStream.get()));
[
all
...]
JBig2_GrrdProc.cpp
15
CJBig2_Image* CJBig2_GRRDProc::decode(
CJBig2_ArithDecoder
* pArithDecoder,
35
CJBig2_ArithDecoder
* pArithDecoder,
150
CJBig2_ArithDecoder
* pArithDecoder,
287
CJBig2_ArithDecoder
* pArithDecoder,
388
CJBig2_ArithDecoder
* pArithDecoder,
JBig2_SddProc.cpp
23
CJBig2_ArithDecoder
* pArithDecoder,
511
std::unique_ptr<
CJBig2_ArithDecoder
> pArithDecoder(
512
new
CJBig2_ArithDecoder
(pStream));
Completed in 2180 milliseconds