Searched refs:cb_table (Results 1 – 2 of 2) sorted by relevance
/external/libxaac/decoder/ |
D | ixheaacd_block.c | 1016 const UWORD16 *cb_table = (UWORD16 *)(ptr_aac_tables->code_book[cb_no]); in ixheaacd_decode_huffman() local 1027 const UWORD16 *cb_table = in ixheaacd_decode_huffman() local 1031 no_bands, group_len, cb_table, in ixheaacd_decode_huffman() 1041 no_bands, group_len, cb_table, in ixheaacd_decode_huffman() 1056 it_bit_buff, spec_coef, band_offset, no_bands, group_len, cb_table, in ixheaacd_decode_huffman() 1081 const UWORD16 *cb_table = (UWORD16 *)(ptr_aac_tables->code_book[cb_no]); in ixheaacd_huffman_dec_word2() local 1085 const UWORD16 *cb_table = in ixheaacd_huffman_dec_word2() local 1089 it_bit_buff, width, cb_table, x_invquant, pow_table, scratch_ptr, in ixheaacd_huffman_dec_word2() 1094 ret_val = ixheaacd_huffman_dec_word2_quad(it_bit_buff, width, cb_table, in ixheaacd_huffman_dec_word2() 1110 it_bit_buff, width, cb_table, x_invquant, pow_table, scratch_ptr, in ixheaacd_huffman_dec_word2()
|
D | ixheaacd_huff_code_reorder.c | 1134 const UWORD16 *cb_table = (UWORD16 *)(ptr_aac_tables->code_book[codebook]); in ixheaacd_decode_pcw() local 1148 ptr_hcr_info, itt_bit_buff, cur_ext_sort_cw_sec, cb_table, tbl_sign, in ixheaacd_decode_pcw() 1171 const UWORD16 *cb_table = (UWORD16 *)(ptr_aac_tables->code_book[codebook]); in ixheaacd_decode_pcw() local 1188 ptr_hcr_info, itt_bit_buff, cur_ext_sort_cw_sec, cb_table, in ixheaacd_decode_pcw() 1210 const UWORD16 *cb_table = in ixheaacd_decode_pcw() local 1219 ptr_hcr_info, itt_bit_buff, cur_ext_sort_cw_sec, cb_table, &read_word, in ixheaacd_decode_pcw() 1561 const UWORD16 *cb_table = in ixheaacd_decode_hcr_non_pcw() local 1579 cb_table, tbl_sign, idx_table); in ixheaacd_decode_hcr_non_pcw() 1592 const UWORD16 *cb_table = in ixheaacd_decode_hcr_non_pcw() local 1614 cb_table, tbl_sign, idx_table, huff_mode); in ixheaacd_decode_hcr_non_pcw() [all …]
|