Home
last modified time | relevance | path

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

/external/libxaac/decoder/
Dixheaacd_huff_tools.c42 ia_huff_code_word_struct *ptr_huff_code_word, in ixheaacd_hufftab() argument
63 ptr_huff_code_book->pstr_huff_code_word = 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() argument
81 i = ptr_huff_code_word->len; in ixheaacd_huff_codeword()
89 while (code_word != ptr_huff_code_word->code_word) { in ixheaacd_huff_codeword()
90 ptr_huff_code_word++; in ixheaacd_huff_codeword()
91 j = ptr_huff_code_word->len - i; in ixheaacd_huff_codeword()
93 return ptr_huff_code_word->index; in ixheaacd_huff_codeword()
109 return (ptr_huff_code_word->index); in ixheaacd_huff_codeword()
Dixheaacd_info.h101 ia_huff_code_word_struct *ptr_huff_code_word,
Dixheaacd_ext_ch_ele.c156 ia_huff_code_word_struct *ptr_huff_code_word = in ixheaacd_cplx_pred_data() local
224 -ixheaacd_huff_codeword(ptr_huff_code_word, 0, it_bit_buff) + 60; in ixheaacd_cplx_pred_data()
229 -ixheaacd_huff_codeword(ptr_huff_code_word, 0, it_bit_buff) + 60; in ixheaacd_cplx_pred_data()