Home
last modified time | relevance | path

Searched refs:ia_huff_code_word_struct (Results 1 – 5 of 5) sorted by relevance

/external/libxaac/decoder/
Dixheaacd_huff_tools.c31 const ia_huff_code_word_struct *huff1, *huff2; in ixheaacd_qsort_cmp()
33 huff1 = (ia_huff_code_word_struct *)va; in ixheaacd_qsort_cmp()
34 huff2 = (ia_huff_code_word_struct *)vb; in ixheaacd_qsort_cmp()
42 ia_huff_code_word_struct *ptr_huff_code_word, in ixheaacd_hufftab()
68 qsort(ptr_huff_code_word, num, sizeof(ia_huff_code_word_struct), in ixheaacd_hufftab()
72 WORD32 ixheaacd_huff_codeword(ia_huff_code_word_struct *ptr_huff_code_word, in ixheaacd_huff_codeword()
Dixheaacd_info.h53 } ia_huff_code_word_struct; typedef
64 ia_huff_code_word_struct *pstr_huff_code_word;
101 ia_huff_code_word_struct *ptr_huff_code_word,
106 WORD32 ixheaacd_huff_codeword(ia_huff_code_word_struct *h, UWORD16 data_present,
Dixheaacd_hufftables.c27 ia_huff_code_word_struct ixheaacd_huff_book_scl[] = {
Dixheaacd_create.c102 extern ia_huff_code_word_struct ixheaacd_huff_book_scl[];
Dixheaacd_ext_ch_ele.c156 ia_huff_code_word_struct *ptr_huff_code_word = in ixheaacd_cplx_pred_data()