Home
last modified time | relevance | path

Searched refs:huffman_assign_code (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/src/fxcodec/jbig2/
DJBig2_Context.h107 void huffman_assign_code(int* CODES, int* PREFLEN, int NTEMP);
109 void huffman_assign_code(JBig2HuffmanCode* SBSYMCODES, int NTEMP);
DJBig2_Context.cpp1302 huffman_assign_code(runcodes, runcodes_len, kRunCodesSize); in decodeSymbolIDHuffmanTable()
1360 huffman_assign_code(SBSYMCODES.get(), SBNUMSYMS); in decodeSymbolIDHuffmanTable()
1364 void CJBig2_Context::huffman_assign_code(int* CODES, int* PREFLEN, int NTEMP) { in huffman_assign_code() function in CJBig2_Context
1400 void CJBig2_Context::huffman_assign_code(JBig2HuffmanCode* SBSYMCODES, in huffman_assign_code() function in CJBig2_Context