Home
last modified time | relevance | path

Searched refs:CJBig2_Image (Results 1 – 22 of 22) sorted by relevance

/external/pdfium/core/src/fxcodec/jbig2/
DJBig2_GrdProc.h16 class CJBig2_Image; variable
24 CJBig2_Image* decode_Arith(CJBig2_ArithDecoder* pArithDecoder,
27 FXCODEC_STATUS Start_decode_Arith(CJBig2_Image** pImage,
31 FXCODEC_STATUS Start_decode_MMR(CJBig2_Image** pImage,
43 CJBig2_Image* SKIP;
52 FXCODEC_STATUS decode_Arith_Template0_opt3(CJBig2_Image* pImage,
57 CJBig2_Image* pImage,
61 FXCODEC_STATUS decode_Arith_Template1_opt3(CJBig2_Image* pImage,
66 CJBig2_Image* pImage,
70 FXCODEC_STATUS decode_Arith_Template2_opt3(CJBig2_Image* pImage,
[all …]
DJBig2_Image.h21 class CJBig2_Image {
23 CJBig2_Image(int32_t w, int32_t h);
25 CJBig2_Image(int32_t w, int32_t h, int32_t stride, uint8_t* pBuf);
27 CJBig2_Image(const CJBig2_Image& im);
29 ~CJBig2_Image();
39 FX_BOOL composeTo(CJBig2_Image* pDst,
43 FX_BOOL composeTo(CJBig2_Image* pDst,
49 FX_BOOL composeTo_opt2(CJBig2_Image* pDst,
53 FX_BOOL composeTo_opt2(CJBig2_Image* pDst,
61 CJBig2_Image* pSrc,
[all …]
DJBig2_GrrdProc.h13 class CJBig2_Image; variable
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,
37 CJBig2_Image* GRREFERENCE;
DJBig2_HtrdProc.cpp14 CJBig2_Image* CJBig2_HTRDProc::decode_Arith(CJBig2_ArithDecoder* pArithDecoder, in decode_Arith()
21 std::unique_ptr<CJBig2_Image> HSKIP; in decode_Arith()
22 std::unique_ptr<CJBig2_Image> HTREG(new CJBig2_Image(HBW, HBH)); in decode_Arith()
25 HSKIP.reset(new CJBig2_Image(HGW, HGH)); in decode_Arith()
70 CJBig2_Image* CJBig2_HTRDProc::decode_MMR(CJBig2_BitStream* pStream, in decode_MMR()
75 std::unique_ptr<CJBig2_Image> HTREG(new CJBig2_Image(HBW, HBH)); in decode_MMR()
DJBig2_SddProc.cpp26 CJBig2_Image** SDNEWSYMS; in decode_Arith()
31 CJBig2_Image* BS; in decode_Arith()
41 CJBig2_Image** SBSYMS; in decode_Arith()
62 SDNEWSYMS = FX_Alloc(CJBig2_Image*, SDNUMNEWSYMS); in decode_Arith()
63 FXSYS_memset(SDNEWSYMS, 0, SDNUMNEWSYMS * sizeof(CJBig2_Image*)); in decode_Arith()
132 SBSYMS = FX_Alloc(CJBig2_Image*, SBNUMSYMS); in decode_Arith()
133 JBIG2_memcpy(SBSYMS, SDINSYMS, SDNUMINSYMS * sizeof(CJBig2_Image*)); in decode_Arith()
135 NSYMSDECODED * sizeof(CJBig2_Image*)); in decode_Arith()
210 SBSYMS = FX_Alloc(CJBig2_Image*, SBNUMSYMS); in decode_Arith()
211 JBIG2_memcpy(SBSYMS, SDINSYMS, SDNUMINSYMS * sizeof(CJBig2_Image*)); in decode_Arith()
[all …]
DJBig2_PddProc.cpp20 CJBig2_Image* BHDC = nullptr; in decode_Arith()
23 pDict->HDPATS = FX_Alloc(CJBig2_Image*, pDict->NUMPATS); in decode_Arith()
24 JBIG2_memset(pDict->HDPATS, 0, sizeof(CJBig2_Image*) * pDict->NUMPATS); in decode_Arith()
63 CJBig2_Image* BHDC = nullptr; in decode_MMR()
66 pDict->HDPATS = FX_Alloc(CJBig2_Image*, pDict->NUMPATS); in decode_MMR()
67 JBIG2_memset(pDict->HDPATS, 0, sizeof(CJBig2_Image*) * pDict->NUMPATS); in decode_MMR()
DJBig2_GrdProc.cpp42 CJBig2_Image* CJBig2_GRDProc::decode_Arith(CJBig2_ArithDecoder* pArithDecoder, in decode_Arith()
45 return new CJBig2_Image(GBW, GBH); in decode_Arith()
65 CJBig2_Image* CJBig2_GRDProc::decode_Arith_Template0_opt3( in decode_Arith_Template0_opt3()
75 std::unique_ptr<CJBig2_Image> GBREG(new CJBig2_Image(GBW, GBH)); in decode_Arith_Template0_opt3()
155 CJBig2_Image* CJBig2_GRDProc::decode_Arith_Template0_unopt( in decode_Arith_Template0_unopt()
162 std::unique_ptr<CJBig2_Image> GBREG(new CJBig2_Image(GBW, GBH)); in decode_Arith_Template0_unopt()
203 CJBig2_Image* CJBig2_GRDProc::decode_Arith_Template1_opt3( in decode_Arith_Template1_opt3()
213 std::unique_ptr<CJBig2_Image> GBREG(new CJBig2_Image(GBW, GBH)); in decode_Arith_Template1_opt3()
292 CJBig2_Image* CJBig2_GRDProc::decode_Arith_Template1_unopt( in decode_Arith_Template1_unopt()
299 std::unique_ptr<CJBig2_Image> GBREG(new CJBig2_Image(GBW, GBH)); in decode_Arith_Template1_unopt()
[all …]
DJBig2_SymbolDict.h17 class CJBig2_Image; variable
27 void AddImage(CJBig2_Image* image) { m_SDEXSYMS.push_back(image); } in AddImage()
30 CJBig2_Image* GetImage(size_t index) const { return m_SDEXSYMS.get(index); } in GetImage()
45 CJBig2_List<CJBig2_Image> m_SDEXSYMS;
DJBig2_Image.cpp13 CJBig2_Image::CJBig2_Image(int32_t w, int32_t h) { in CJBig2_Image() function in CJBig2_Image
29 CJBig2_Image::CJBig2_Image(int32_t w, in CJBig2_Image() function in CJBig2_Image
39 CJBig2_Image::CJBig2_Image(const CJBig2_Image& im) { in CJBig2_Image() function in CJBig2_Image
51 CJBig2_Image::~CJBig2_Image() { in ~CJBig2_Image()
56 FX_BOOL CJBig2_Image::getPixel(int32_t x, int32_t y) { in getPixel()
72 int32_t CJBig2_Image::setPixel(int32_t x, int32_t y, FX_BOOL v) { in setPixel()
92 void CJBig2_Image::copyLine(int32_t hTo, int32_t hFrom) { in copyLine()
103 void CJBig2_Image::fill(FX_BOOL v) { in fill()
109 FX_BOOL CJBig2_Image::composeTo(CJBig2_Image* pDst, in composeTo()
118 FX_BOOL CJBig2_Image::composeTo(CJBig2_Image* pDst, in composeTo()
[all …]
DJBig2_HtrdProc.h21 CJBig2_Image* decode_Arith(CJBig2_ArithDecoder* pArithDecoder,
25 CJBig2_Image* decode_MMR(CJBig2_BitStream* pStream, IFX_Pause* pPause);
33 CJBig2_Image** HPATS;
DJBig2_TrdProc.cpp16 CJBig2_Image* CJBig2_TRDProc::decode_Huffman(CJBig2_BitStream* pStream, in decode_Huffman()
22 CJBig2_Image* IBI; in decode_Huffman()
27 CJBig2_Image* IBOI; in decode_Huffman()
34 std::unique_ptr<CJBig2_Image> SBREG(new CJBig2_Image(SBW, SBH)); in decode_Huffman()
215 CJBig2_Image* CJBig2_TRDProc::decode_Arith(CJBig2_ArithDecoder* pArithDecoder, in decode_Arith()
222 CJBig2_Image* IBI; in decode_Arith()
227 CJBig2_Image* IBOI; in decode_Arith()
259 std::unique_ptr<CJBig2_Image> SBREG(new CJBig2_Image(SBW, SBH)); in decode_Arith()
DJBig2_GsidProc.cpp43 CJBig2_List<CJBig2_Image> GSPLANES(GSBPP); in decode_Arith()
45 CJBig2_Image* pImage = nullptr; in decode_Arith()
79 std::unique_ptr<CJBig2_Image*> GSPLANES(FX_Alloc(CJBig2_Image*, GSBPP)); in decode_MMR()
80 JBIG2_memset(GSPLANES.get(), 0, sizeof(CJBig2_Image*) * GSBPP); in decode_MMR()
DJBig2_GrrdProc.cpp15 CJBig2_Image* CJBig2_GRRDProc::decode(CJBig2_ArithDecoder* pArithDecoder, in decode()
18 return new CJBig2_Image(GRW, GRH); in decode()
34 CJBig2_Image* CJBig2_GRRDProc::decode_Template0_unopt( in decode_Template0_unopt()
41 std::unique_ptr<CJBig2_Image> GRREG(new CJBig2_Image(GRW, GRH)); in decode_Template0_unopt()
149 CJBig2_Image* CJBig2_GRRDProc::decode_Template0_opt( in decode_Template0_opt()
166 std::unique_ptr<CJBig2_Image> GRREG(new CJBig2_Image(GRW, GRH)); in decode_Template0_opt()
286 CJBig2_Image* CJBig2_GRRDProc::decode_Template1_unopt( in decode_Template1_unopt()
293 std::unique_ptr<CJBig2_Image> GRREG(new CJBig2_Image(GRW, GRH)); in decode_Template1_unopt()
387 CJBig2_Image* CJBig2_GRRDProc::decode_Template1_opt( in decode_Template1_opt()
404 std::unique_ptr<CJBig2_Image> GRREG(new CJBig2_Image(GRW, GRH)); in decode_Template1_opt()
DJBig2_TrdProc.h43 CJBig2_Image* decode_Huffman(CJBig2_BitStream* pStream,
46 CJBig2_Image* decode_Arith(CJBig2_ArithDecoder* pArithDecoder,
62 CJBig2_Image** SBSYMS;
DJBig2_GsidProc.h14 class CJBig2_Image; variable
33 CJBig2_Image* GSKIP;
DJBig2_SymbolDict.cpp22 CJBig2_Image* image = src->m_SDEXSYMS.get(i); in DeepCopy()
23 dst->m_SDEXSYMS.push_back(image ? new CJBig2_Image(*image) : nullptr); in DeepCopy()
DJBig2_SddProc.h17 class CJBig2_Image; variable
36 CJBig2_Image** SDINSYMS;
DJBig2_PatternDict.h18 CJBig2_Image** HDPATS;
DJBig2_Segment.h60 CJBig2_Image* im;
DJBig2_Context.h116 std::unique_ptr<CJBig2_Image> m_pPage;
DJBig2_Context.cpp190 m_pPage.reset(new CJBig2_Image(width, height, stride, pBuf)); in getFirstPage()
398 m_pPage.reset(new CJBig2_Image(pPageInfo->m_dwWidth, height)); in ProcessingParseSegmentData()
485 std::unique_ptr<CJBig2_Image*, FxFreeDeleter> SDINSYMS; in parseSymbolDict()
487 SDINSYMS.reset(FX_Alloc(CJBig2_Image*, pSymbolDictDecoder->SDNUMINSYMS)); in parseSymbolDict()
725 std::unique_ptr<CJBig2_Image*, FxFreeDeleter> SBSYMS; in parseTextRegion()
727 SBSYMS.reset(FX_Alloc(CJBig2_Image*, pTRD->SBNUMSYMS)); in parseTextRegion()
/external/pdfium/core/src/fxcodec/codec/
Dcodec_int.h383 CJBig2_Image* m_dest_image;