Home | History | Annotate | Download | only in jbig2

Lines Matching defs:BS

70     std::unique_ptr<CJBig2_Image> BS;
112 BS = pGRD->decode_Arith(pArithDecoder, gbContext->data());
113 if (!BS)
183 BS = pDecoder->decode_Arith(pArithDecoder, grContext->data(), &ids);
184 if (!BS)
214 BS = pGRRD->decode(pArithDecoder, grContext->data());
215 if (!BS)
219 SDNEWSYMS[NSYMSDECODED] = std::move(BS);
297 std::unique_ptr<CJBig2_Image> BS;
333 BS = nullptr;
392 BS = pDecoder->decode_Huffman(pStream, grContext->data());
393 if (!BS)
444 BS = pGRRD->decode(pArithDecoder.get(), grContext->data());
445 if (!BS)
453 SDNEWSYMS[NSYMSDECODED] = std::move(BS);