Home
last modified time | relevance | path

Searched refs:GBH (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/core/fxcodec/jbig2/
DJBig2_GrdProc.cpp44 if (GBW == 0 || GBH == 0) in decode_Arith()
45 return new CJBig2_Image(GBW, GBH); in decode_Arith()
68 std::unique_ptr<CJBig2_Image> GBREG(new CJBig2_Image(GBW, GBH)); in decode_Arith_Template0_opt3()
78 uint32_t height = GBH & 0x7fffffff; in decode_Arith_Template0_opt3()
151 std::unique_ptr<CJBig2_Image> GBREG(new CJBig2_Image(GBW, GBH)); in decode_Arith_Template0_unopt()
153 for (uint32_t h = 0; h < GBH; h++) { in decode_Arith_Template0_unopt()
194 std::unique_ptr<CJBig2_Image> GBREG(new CJBig2_Image(GBW, GBH)); in decode_Arith_Template1_opt3()
204 for (uint32_t h = 0; h < GBH; h++) { in decode_Arith_Template1_opt3()
276 std::unique_ptr<CJBig2_Image> GBREG(new CJBig2_Image(GBW, GBH)); in decode_Arith_Template1_unopt()
278 for (uint32_t h = 0; h < GBH; h++) { in decode_Arith_Template1_unopt()
[all …]
DJBig2_PddProc.cpp29 pGRD->GBH = HDPH; in decode_Arith()
71 pGRD->GBH = HDPH; in decode_MMR()
DJBig2_GsidProc.cpp23 pGRD->GBH = GSH; in decode_Arith()
75 pGRD->GBH = GSH; in decode_MMR()
DJBig2_GrdProc.h39 uint32_t GBH; variable
DJBig2_SddProc.cpp100 pGRD->GBH = HCHEIGHT; in decode_Arith()
550 pGRD->GBH = HCHEIGHT; in decode_Huffman()
DJBig2_Context.cpp1069 pGRD->GBH = m_ri.height; in parseGenericRegion()
/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
DSPUInstrInfo.td1074 defm GBH: GatherBitsHalfword;