Home
last modified time | relevance | path

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

/external/libxaac/decoder/
Dixheaacd_huff_tools.c32 const WORD16 *code_book_tbl, const WORD32 *index, in ixheaacd_hufftab() argument
53 ptr_huff_code_book->code_book_tbl = code_book_tbl; in ixheaacd_hufftab()
Dixheaacd_block.c108 WORD32 *len, const UWORD16 *code_book_tbl, in ixheaacd_huff_sfb_table() argument
122 max_len = code_book_tbl[0]; in ixheaacd_huff_sfb_table()
128 len_end = code_book_tbl[0]; in ixheaacd_huff_sfb_table()
132 length = code_book_tbl[ixheaacd_drc_offset + 1] & 0x1f; in ixheaacd_huff_sfb_table()
143 *huff_index = code_book_tbl[ixheaacd_drc_offset + 1] >> 5; in ixheaacd_huff_sfb_table()
163 WORD no_bands, WORD group_len, const UWORD16 *code_book_tbl, in ixheaacd_huffman_dec_word1() argument
195 ixheaacd_huff_sfb_table(read_word1, &index, &length, code_book_tbl, in ixheaacd_huffman_dec_word1()
340 ia_bit_buf_struct *it_bit_buff, WORD32 width, const UWORD16 *code_book_tbl, in ixheaacd_huffman_dec_word2_11() argument
365 ixheaacd_huff_sfb_table(read_word1, &index, &length, code_book_tbl, in ixheaacd_huffman_dec_word2_11()
502 WORD no_bands, WORD group_len, const UWORD16 *code_book_tbl, in ixheaacd_huffman_dec_quad() argument
[all …]
Dixheaacd_info.h65 const WORD16 *code_book_tbl; member
102 const WORD16 *code_book_tbl, const WORD32 *index,
Dixheaacd_rvlc.h18 WORD32 *len, const UWORD16 *code_book_tbl,
Dixheaacd_huff_code_reorder.c643 WORD no_bands, const UWORD16 *code_book_tbl, WORD32 *read_word, in ixheaacd_huff_dec_pair_hcr_pcw() argument
671 ixheaacd_huffman_decode(read_word1, &index, &length, code_book_tbl, in ixheaacd_huff_dec_pair_hcr_pcw()
735 const UWORD16 *code_book_tbl, WORD32 tbl_sign, const UWORD32 *idx_table, in ixheaacd_huff_dec_pair_hcr_non_pcw() argument
747 ixheaacd_huffman_decode(read_word, &index, &length, code_book_tbl, idx_table); in ixheaacd_huff_dec_pair_hcr_non_pcw()
784 WORD no_bands, const UWORD16 *code_book_tbl, WORD32 tbl_sign, in ixheaacd_huff_dec_quad_hcr_pcw() argument
810 ixheaacd_huffman_decode(read_word1, &index, &length, code_book_tbl, in ixheaacd_huff_dec_quad_hcr_pcw()
911 WORD no_bands, const UWORD16 *code_book_tbl, WORD32 *read_word, in ixheaacd_huff_dec_word_hcr_pcw() argument
940 ixheaacd_huff_sfb_table(read_word1, &index, &length, code_book_tbl, in ixheaacd_huff_dec_word_hcr_pcw()
1284 const UWORD16 *code_book_tbl, WORD32 tbl_sign, const UWORD32 *idx_table) { in ixheaacd_huff_dec_quad_hcr_non_pcw() argument
1291 ixheaacd_huffman_decode(read_word, &index, &length, code_book_tbl, idx_table); in ixheaacd_huff_dec_quad_hcr_non_pcw()
[all …]