/external/pdfium/core/fxcodec/jbig2/ |
D | JBig2_GrdProc.h | 16 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 …]
|
D | JBig2_Image.h | 22 class CJBig2_Image { 24 CJBig2_Image(int32_t w, int32_t h); 25 CJBig2_Image(int32_t w, int32_t h, int32_t stride, uint8_t* pBuf); 26 CJBig2_Image(const CJBig2_Image& im); 27 ~CJBig2_Image(); 39 bool composeTo(CJBig2_Image* pDst, int32_t x, int32_t y, JBig2ComposeOp op); 40 bool composeTo(CJBig2_Image* pDst, 46 bool composeTo_opt2(CJBig2_Image* pDst, 50 bool composeTo_opt2(CJBig2_Image* pDst, 56 bool composeFrom(int32_t x, int32_t y, CJBig2_Image* pSrc, JBig2ComposeOp op); [all …]
|
D | JBig2_GrrdProc.h | 13 class CJBig2_Image; variable 18 CJBig2_Image* decode(CJBig2_ArithDecoder* pArithDecoder, 21 CJBig2_Image* decode_Template0_unopt(CJBig2_ArithDecoder* pArithDecoder, 24 CJBig2_Image* decode_Template0_opt(CJBig2_ArithDecoder* pArithDecoder, 27 CJBig2_Image* decode_Template1_unopt(CJBig2_ArithDecoder* pArithDecoder, 30 CJBig2_Image* decode_Template1_opt(CJBig2_ArithDecoder* pArithDecoder, 36 CJBig2_Image* GRREFERENCE;
|
D | JBig2_HtrdProc.cpp | 15 CJBig2_Image* CJBig2_HTRDProc::decode_Arith(CJBig2_ArithDecoder* pArithDecoder, in decode_Arith() 22 std::unique_ptr<CJBig2_Image> HSKIP; in decode_Arith() 23 std::unique_ptr<CJBig2_Image> HTREG(new CJBig2_Image(HBW, HBH)); in decode_Arith() 26 HSKIP = pdfium::MakeUnique<CJBig2_Image>(HGW, HGH); in decode_Arith() 71 CJBig2_Image* CJBig2_HTRDProc::decode_MMR(CJBig2_BitStream* pStream, in decode_MMR() 76 std::unique_ptr<CJBig2_Image> HTREG(new CJBig2_Image(HBW, HBH)); in decode_MMR()
|
D | JBig2_Image_unittest.cpp | 24 CJBig2_Image img(kWidthPixels, kHeightLines); in TEST() 34 CJBig2_Image img(kWidthPixels, kTooLargeHeightLines); in TEST() 42 CJBig2_Image img(kWidthPixels, kHeightLines, kStrideBytes, buf); in TEST() 53 CJBig2_Image img(kWidthPixels, kTooLargeHeightLines, kStrideBytes, buf); in TEST() 60 CJBig2_Image img(kWidthPixels, kHeightLines); in TEST() 72 CJBig2_Image img(kWidthPixels, kHeightLines); in TEST() 84 CJBig2_Image img(kWidthPixels, kHeightLines, kStrideBytes, buf); in TEST() 97 CJBig2_Image img(kWidthPixels, kHeightLines, kStrideBytes, buf); in TEST()
|
D | JBig2_SddProc.cpp | 27 CJBig2_Image** SDNEWSYMS; in decode_Arith() 32 CJBig2_Image* BS; in decode_Arith() 43 CJBig2_Image** SBSYMS; in decode_Arith() 64 SDNEWSYMS = FX_Alloc(CJBig2_Image*, SDNUMNEWSYMS); in decode_Arith() 65 FXSYS_memset(SDNEWSYMS, 0, SDNUMNEWSYMS * sizeof(CJBig2_Image*)); in decode_Arith() 134 SBSYMS = FX_Alloc(CJBig2_Image*, SBNUMSYMS); in decode_Arith() 135 JBIG2_memcpy(SBSYMS, SDINSYMS, SDNUMINSYMS * sizeof(CJBig2_Image*)); in decode_Arith() 137 NSYMSDECODED * sizeof(CJBig2_Image*)); in decode_Arith() 204 SBSYMS = FX_Alloc(CJBig2_Image*, SBNUMSYMS); in decode_Arith() 205 JBIG2_memcpy(SBSYMS, SDINSYMS, SDNUMINSYMS * sizeof(CJBig2_Image*)); in decode_Arith() [all …]
|
D | JBig2_PddProc.cpp | 20 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() 62 CJBig2_Image* BHDC = nullptr; in decode_MMR() 65 pDict->HDPATS = FX_Alloc(CJBig2_Image*, pDict->NUMPATS); in decode_MMR() 66 JBIG2_memset(pDict->HDPATS, 0, sizeof(CJBig2_Image*) * pDict->NUMPATS); in decode_MMR()
|
D | JBig2_GrdProc.cpp | 42 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() 68 std::unique_ptr<CJBig2_Image> GBREG(new CJBig2_Image(GBW, GBH)); in decode_Arith_Template0_opt3() 147 CJBig2_Image* CJBig2_GRDProc::decode_Arith_Template0_unopt( in decode_Arith_Template0_unopt() 151 std::unique_ptr<CJBig2_Image> GBREG(new CJBig2_Image(GBW, GBH)); in decode_Arith_Template0_unopt() 191 CJBig2_Image* CJBig2_GRDProc::decode_Arith_Template1_opt3( in decode_Arith_Template1_opt3() 194 std::unique_ptr<CJBig2_Image> GBREG(new CJBig2_Image(GBW, GBH)); in decode_Arith_Template1_opt3() 272 CJBig2_Image* CJBig2_GRDProc::decode_Arith_Template1_unopt( in decode_Arith_Template1_unopt() 276 std::unique_ptr<CJBig2_Image> GBREG(new CJBig2_Image(GBW, GBH)); in decode_Arith_Template1_unopt() [all …]
|
D | JBig2_Image.cpp | 20 CJBig2_Image::CJBig2_Image(int32_t w, int32_t h) in CJBig2_Image() function in CJBig2_Image 39 CJBig2_Image::CJBig2_Image(int32_t w, int32_t h, int32_t stride, uint8_t* pBuf) in CJBig2_Image() function in CJBig2_Image 58 CJBig2_Image::CJBig2_Image(const CJBig2_Image& other) in CJBig2_Image() function in CJBig2_Image 70 CJBig2_Image::~CJBig2_Image() { in ~CJBig2_Image() 76 int CJBig2_Image::getPixel(int32_t x, int32_t y) { in getPixel() 91 int32_t CJBig2_Image::setPixel(int32_t x, int32_t y, int v) { in setPixel() 111 void CJBig2_Image::copyLine(int32_t hTo, int32_t hFrom) { in copyLine() 122 void CJBig2_Image::fill(bool v) { in fill() 128 bool CJBig2_Image::composeTo(CJBig2_Image* pDst, in composeTo() 137 bool CJBig2_Image::composeTo(CJBig2_Image* pDst, in composeTo() [all …]
|
D | JBig2_SymbolDict.h | 17 class CJBig2_Image; variable 27 void AddImage(std::unique_ptr<CJBig2_Image> image) { in AddImage() 32 CJBig2_Image* GetImage(size_t index) const { return m_SDEXSYMS[index].get(); } in GetImage() 47 std::vector<std::unique_ptr<CJBig2_Image>> m_SDEXSYMS;
|
D | JBig2_HtrdProc.h | 20 CJBig2_Image* decode_Arith(CJBig2_ArithDecoder* pArithDecoder, 24 CJBig2_Image* decode_MMR(CJBig2_BitStream* pStream, IFX_Pause* pPause); 32 CJBig2_Image** HPATS;
|
D | JBig2_TrdProc.cpp | 17 CJBig2_Image* CJBig2_TRDProc::decode_Huffman(CJBig2_BitStream* pStream, in decode_Huffman() 21 std::unique_ptr<CJBig2_Image> SBREG(new CJBig2_Image(SBW, SBH)); in decode_Huffman() 97 CJBig2_Image* IBI = nullptr; in decode_Huffman() 114 CJBig2_Image* IBOI = SBSYMS[IDI]; in decode_Huffman() 211 CJBig2_Image* CJBig2_TRDProc::decode_Arith(CJBig2_ArithDecoder* pArithDecoder, in decode_Arith() 267 std::unique_ptr<CJBig2_Image> SBREG(new CJBig2_Image(SBW, SBH)); in decode_Arith() 316 std::unique_ptr<CJBig2_Image> IBI; in decode_Arith() 317 CJBig2_Image* pIBI; in decode_Arith() 329 CJBig2_Image* IBOI = SBSYMS[IDI]; in decode_Arith()
|
D | JBig2_GsidProc.cpp | 43 std::vector<std::unique_ptr<CJBig2_Image>> GSPLANES(GSBPP); in decode_Arith() 45 CJBig2_Image* pImage = nullptr; in decode_Arith() 77 std::unique_ptr<CJBig2_Image*> GSPLANES(FX_Alloc(CJBig2_Image*, GSBPP)); in decode_MMR() 78 JBIG2_memset(GSPLANES.get(), 0, sizeof(CJBig2_Image*) * GSBPP); in decode_MMR()
|
D | JBig2_GrrdProc.cpp | 15 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() 38 std::unique_ptr<CJBig2_Image> GRREG(new CJBig2_Image(GRW, GRH)); in decode_Template0_unopt() 150 CJBig2_Image* CJBig2_GRRDProc::decode_Template0_opt( in decode_Template0_opt() 158 std::unique_ptr<CJBig2_Image> GRREG(new CJBig2_Image(iGRW, iGRH)); in decode_Template0_opt() 282 CJBig2_Image* CJBig2_GRRDProc::decode_Template1_unopt( in decode_Template1_unopt() 286 std::unique_ptr<CJBig2_Image> GRREG(new CJBig2_Image(GRW, GRH)); in decode_Template1_unopt() 384 CJBig2_Image* CJBig2_GRRDProc::decode_Template1_opt( in decode_Template1_opt() 392 std::unique_ptr<CJBig2_Image> GRREG(new CJBig2_Image(iGRW, iGRH)); in decode_Template1_opt()
|
D | JBig2_TrdProc.h | 43 CJBig2_Image* decode_Huffman(CJBig2_BitStream* pStream, 46 CJBig2_Image* decode_Arith(CJBig2_ArithDecoder* pArithDecoder, 61 CJBig2_Image** SBSYMS;
|
D | JBig2_GsidProc.h | 14 class CJBig2_Image; variable 33 CJBig2_Image* GSKIP;
|
D | JBig2_SddProc.h | 17 class CJBig2_Image; variable 36 CJBig2_Image** SDINSYMS;
|
D | JBig2_PatternDict.h | 20 CJBig2_Image** HDPATS;
|
D | JBig2_SymbolDict.cpp | 20 dst->m_SDEXSYMS.push_back(image ? pdfium::MakeUnique<CJBig2_Image>(*image) in DeepCopy()
|
D | JBig2_Segment.h | 60 CJBig2_Image* im;
|
D | JBig2_Context.h | 93 std::unique_ptr<CJBig2_Image> m_pPage;
|
D | JBig2_Context.cpp | 176 m_pPage = pdfium::MakeUnique<CJBig2_Image>(width, height, stride, pBuf); in getFirstPage() 386 pdfium::MakeUnique<CJBig2_Image>(pPageInfo->m_dwWidth, height); in ProcessingParseSegmentData() 472 std::unique_ptr<CJBig2_Image*, FxFreeDeleter> SDINSYMS; in parseSymbolDict() 474 SDINSYMS.reset(FX_Alloc(CJBig2_Image*, pSymbolDictDecoder->SDNUMINSYMS)); in parseSymbolDict() 708 std::unique_ptr<CJBig2_Image*, FxFreeDeleter> SBSYMS; in parseTextRegion() 710 SBSYMS.reset(FX_Alloc(CJBig2_Image*, pTRD->SBNUMSYMS)); in parseTextRegion()
|
/external/pdfium/core/fxcodec/codec/ |
D | ccodec_jbig2module.h | 16 class CJBig2_Image; variable
|