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.c43 WORD16 *code_book_tbl, WORD32 *index, WORD32 dim, in ixheaacd_hufftab() argument
64 ptr_huff_code_book->code_book_tbl = code_book_tbl; in ixheaacd_hufftab()
Dixheaacd_block.c106 WORD32 *len, const UWORD16 *code_book_tbl, in ixheaacd_huff_sfb_table() argument
120 max_len = code_book_tbl[0]; in ixheaacd_huff_sfb_table()
126 len_end = code_book_tbl[0]; in ixheaacd_huff_sfb_table()
130 length = code_book_tbl[ixheaacd_drc_offset + 1] & 0x1f; in ixheaacd_huff_sfb_table()
141 *huff_index = code_book_tbl[ixheaacd_drc_offset + 1] >> 5; in ixheaacd_huff_sfb_table()
161 WORD no_bands, WORD group_len, const UWORD16 *code_book_tbl, in ixheaacd_huffman_dec_word1() argument
193 ixheaacd_huff_sfb_table(read_word1, &index, &length, code_book_tbl, in ixheaacd_huffman_dec_word1()
338 ia_bit_buf_struct *it_bit_buff, WORD32 width, const UWORD16 *code_book_tbl, in ixheaacd_huffman_dec_word2_11() argument
363 ixheaacd_huff_sfb_table(read_word1, &index, &length, code_book_tbl, in ixheaacd_huffman_dec_word2_11()
500 WORD no_bands, WORD group_len, const UWORD16 *code_book_tbl, in ixheaacd_huffman_dec_quad() argument
[all …]
Dixheaacd_info.h65 WORD16 *code_book_tbl; member
102 WORD16 *code_book_tbl, WORD32 *index, WORD32 dim,
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 …]
Dixheaacd_rvlc.h18 WORD32 *len, const UWORD16 *code_book_tbl,