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

  /frameworks/av/media/libstagefright/codecs/mp3dec/src/
s_huffcodetab.h 82 struct huffcodetab struct
pv_mp3_huffman.h 91 void pvmp3_huffman_quad_decoding(struct huffcodetab *h,
95 void pvmp3_huffman_pair_decoding(struct huffcodetab *h,
100 void pvmp3_huffman_pair_decoding_linbits(struct huffcodetab *h,
s_tmp3dec_file.h 97 huffcodetab ht[HUFF_TBL];
pvmp3_huffman_decoding.cpp 43 struct huffcodetab *h, pointer to huffman code record
122 void pvmp3_huffman_quad_decoding(struct huffcodetab *h,
189 void pvmp3_huffman_pair_decoding(struct huffcodetab *h, /* pointer to huffman code record */
244 void pvmp3_huffman_pair_decoding_linbits(struct huffcodetab *h, /* pointer to huffman code record */
pvmp3_huffman_parsing.cpp 138 void(*pt_huff)(struct huffcodetab *, int32 *, tmp3Bits *);
139 struct huffcodetab *h;
pvmp3_framedecoder.cpp 655 huffcodetab *pHuff;

Completed in 531 milliseconds