Home
last modified time | relevance | path

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

/external/aac/libSBRdec/src/
Dhuff_dec.h115 int DecodeHuffmanCW(Huffman h, HANDLE_FDK_BITSTREAM hBitBuf);
Dhuff_dec.cpp123 int DecodeHuffmanCW(Huffman h, /*!< pointer to huffman codebook table */ in DecodeHuffmanCW() function
Denv_extr.cpp907 delta = DecodeHuffmanCW(hcb_noiseF, hBs); in sbrGetNoiseFloorData()
913 delta = DecodeHuffmanCW(hcb_noise, hBs); in sbrGetNoiseFloorData()
1110 delta = DecodeHuffmanCW(hcb_f, hBs); in sbrGetEnvelope()
1112 delta = DecodeHuffmanCW(hcb_t, hBs); in sbrGetEnvelope()