Home
last modified time | relevance | path

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

/aosp_15_r20/external/libxaac/decoder/
H A Dixheaacd_huff_tools.c31 const ia_huff_code_word_struct *ptr_huff_code_word, in ixheaacd_hufftab() argument
52 ptr_huff_code_book->pstr_huff_code_word = ptr_huff_code_word; in ixheaacd_hufftab()
59 const ia_huff_code_word_struct *ptr_huff_code_word, UWORD16 data_present, in ixheaacd_huff_codeword() argument
67 i = ptr_huff_code_word->len; in ixheaacd_huff_codeword()
75 while (code_word != ptr_huff_code_word->code_word) { in ixheaacd_huff_codeword()
76 ptr_huff_code_word++; in ixheaacd_huff_codeword()
77 j = ptr_huff_code_word->len - i; in ixheaacd_huff_codeword()
79 return ptr_huff_code_word->index; in ixheaacd_huff_codeword()
95 return (ptr_huff_code_word->index); in ixheaacd_huff_codeword()
H A Dixheaacd_info.h99 const ia_huff_code_word_struct *ptr_huff_code_word,
H A Dixheaacd_ext_ch_ele.c166 const ia_huff_code_word_struct *ptr_huff_code_word = in ixheaacd_cplx_pred_data() local
234 -ixheaacd_huff_codeword(ptr_huff_code_word, 0, it_bit_buff) + 60; in ixheaacd_cplx_pred_data()
239 -ixheaacd_huff_codeword(ptr_huff_code_word, 0, it_bit_buff) + 60; in ixheaacd_cplx_pred_data()