Home
last modified time | relevance | path

Searched refs:huffcodetab (Results 1 – 6 of 6) sorted by relevance

/frameworks/av/media/codecs/mp3dec/src/
Dpv_mp3_huffman.h91 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,
Dpvmp3_huffman_decoding.cpp122 void pvmp3_huffman_quad_decoding(struct huffcodetab *h, in pvmp3_huffman_quad_decoding()
189 void pvmp3_huffman_pair_decoding(struct huffcodetab *h, /* pointer to huffman code record */ in pvmp3_huffman_pair_decoding()
244 void pvmp3_huffman_pair_decoding_linbits(struct huffcodetab *h, /* pointer to huffman code reco… in pvmp3_huffman_pair_decoding_linbits()
Ds_huffcodetab.h82 struct huffcodetab struct
Ds_tmp3dec_file.h97 huffcodetab ht[HUFF_TBL];
Dpvmp3_huffman_parsing.cpp138 void(*pt_huff)(struct huffcodetab *, int32 *, tmp3Bits *); in pvmp3_huffman_parsing()
139 struct huffcodetab *h; in pvmp3_huffman_parsing()
Dpvmp3_framedecoder.cpp651 huffcodetab *pHuff; in pvmp3_InitDecoder()