Home
last modified time | relevance | path

Searched refs:HuffmanAssignCode (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pdfium/core/fxcodec/jbig2/
H A DJBig2_HuffmanTable.cpp160 return CJBig2_Context::HuffmanAssignCode(CODES.data(), NTEMP); in ParseFromStandardTable()
226 return CJBig2_Context::HuffmanAssignCode(CODES.data(), NTEMP); in ParseFromCodedBuffer()
H A DJBig2_Context.h41 static bool HuffmanAssignCode(JBig2HuffmanCode* SBSYMCODES, uint32_t NTEMP);
H A DJBig2_Context.cpp1131 if (!HuffmanAssignCode(huffman_codes, kRunCodesSize)) in DecodeSymbolIDHuffmanTable()
1191 if (!HuffmanAssignCode(SBSYMCODES.data(), SBNUMSYMS)) in DecodeSymbolIDHuffmanTable()
1205 bool CJBig2_Context::HuffmanAssignCode(JBig2HuffmanCode* SBSYMCODES, in HuffmanAssignCode() function in CJBig2_Context