HomeSort by relevance Sort by last modified time
    Searched refs:Huffman (Results 1 - 6 of 6) sorted by null

  /external/aac/libSBRdec/src/
huff_dec.h 86 \brief Huffman Decoder
94 typedef const SCHAR (*Huffman)[2];
97 DecodeHuffmanCW (Huffman h,
huff_dec.cpp 86 \brief Huffman Decoder
93 \brief Decodes one huffman code word
105 DecodeHuffmanCW (Huffman h, /*!< pointer to huffman codebook table */
psbitdec.cpp 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
    [all...]