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.h103 void huffman_assign_code(int* CODES, int* PREFLEN, int NTEMP);
105 void huffman_assign_code(JBig2HuffmanCode *SBSYMCODES, int NTEMP);
DJBig2_Context.cpp1714 huffman_assign_code(runcodes, runcodes_len, 35); in decodeSymbolIDHuffmanTable()
1770 huffman_assign_code(SBSYMCODES, SBNUMSYMS); in decodeSymbolIDHuffmanTable()
1776 void CJBig2_Context::huffman_assign_code(int* CODES, int* PREFLEN, int NTEMP) in huffman_assign_code() function in CJBig2_Context
1812 void CJBig2_Context::huffman_assign_code(JBig2HuffmanCode *SBSYMCODES, int NTEMP) in huffman_assign_code() function in CJBig2_Context