Home | History | Annotate | Download | only in src

Lines Matching refs:Huffman

96   \brief  huffman decoding by codebook table
98 \return index of huffman codebook table
102 decode_huff_cw (Huffman h, /*!< pointer to huffman codebook table */
104 int *length) /*!< length of huffman codeword (or NULL) */
447 Huffman CurrentTable;
536 CurrentTable = (Huffman)&aBookPsIidFineFreqDecode;
538 CurrentTable = (Huffman)&aBookPsIidFreqDecode;
543 CurrentTable = (Huffman)&aBookPsIidFineTimeDecode;
545 CurrentTable = (Huffman)&aBookPsIidTimeDecode;
559 CurrentTable = (Huffman)&aBookPsIccFreqDecode;
561 CurrentTable = (Huffman)&aBookPsIccTimeDecode;