Home
last modified time | relevance | path

Searched refs:ptr_aac_tables (Results 1 – 17 of 17) sorted by relevance

/external/libxaac/decoder/
Dixheaacd_initfuncs.c175 VOID ixheaacd_huff_tables_create(ia_aac_dec_tables_struct *ptr_aac_tables) { in ixheaacd_huff_tables_create() argument
176 ptr_aac_tables->code_book[0] = 0; in ixheaacd_huff_tables_create()
177 ptr_aac_tables->code_book[1] = in ixheaacd_huff_tables_create()
178 (UWORD16 *)ptr_aac_tables->pstr_huffmann_tables->input_table_cb1; in ixheaacd_huff_tables_create()
179 ptr_aac_tables->code_book[2] = in ixheaacd_huff_tables_create()
180 (UWORD16 *)ptr_aac_tables->pstr_huffmann_tables->input_table_cb2; in ixheaacd_huff_tables_create()
181 ptr_aac_tables->code_book[3] = in ixheaacd_huff_tables_create()
182 (UWORD16 *)ptr_aac_tables->pstr_huffmann_tables->input_table_cb3; in ixheaacd_huff_tables_create()
183 ptr_aac_tables->code_book[4] = in ixheaacd_huff_tables_create()
184 (UWORD16 *)ptr_aac_tables->pstr_huffmann_tables->input_table_cb4; in ixheaacd_huff_tables_create()
[all …]
Dixheaacd_channel.c117 ia_aac_dec_tables_struct *ptr_aac_tables) { in ixheaacd_getscalefactorbandoffsets() argument
119 return ptr_aac_tables->sfb_long_table; in ixheaacd_getscalefactorbandoffsets()
121 return ptr_aac_tables->sfb_short_table; in ixheaacd_getscalefactorbandoffsets()
127 ia_aac_dec_tables_struct *ptr_aac_tables) { in ixheaacd_getscalefactorbandwidth() argument
130 WORD8 *)(&ptr_aac_tables in ixheaacd_getscalefactorbandwidth()
135 WORD8 *)(&ptr_aac_tables in ixheaacd_getscalefactorbandwidth()
140 WORD8 *)(&ptr_aac_tables in ixheaacd_getscalefactorbandwidth()
148 ia_aac_dec_tables_struct *ptr_aac_tables);
152 ia_aac_dec_tables_struct *ptr_aac_tables, WORD32 total_channels, in ixheaacd_cblock_scale_spect_data() argument
156 &(ptr_aac_dec_channel_info->str_ics_info), ptr_aac_tables)); in ixheaacd_cblock_scale_spect_data()
[all …]
Dixheaacd_pns_js_thumb.c115 WORD32 channel, ia_aac_dec_tables_struct *ptr_aac_tables) { in ixheaacd_pns_process() argument
122 ptr_aac_tables->pstr_block_tables->scale_mant_tab; in ixheaacd_pns_process()
126 ptr_aac_tables->str_aac_sfb_info[ptr_ics_info->window_sequence] in ixheaacd_pns_process()
204 ia_aac_dec_tables_struct *ptr_aac_tables) { in ixheaacd_tns_decode_coef() argument
212 tns_coeff_ptr = ptr_aac_tables->pstr_block_tables->tns_coeff3_16; in ixheaacd_tns_decode_coef()
215 tns_coeff_ptr = ptr_aac_tables->pstr_block_tables->tns_coeff4_16; in ixheaacd_tns_decode_coef()
227 ia_aac_dec_tables_struct *ptr_aac_tables) { in ixheaacd_tns_decode_coef_ld() argument
235 tns_coeff_ptr = ptr_aac_tables->pstr_block_tables->tns_coeff3; in ixheaacd_tns_decode_coef_ld()
238 tns_coeff_ptr = ptr_aac_tables->pstr_block_tables->tns_coeff4; in ixheaacd_tns_decode_coef_ld()
250 ia_aac_dec_tables_struct *ptr_aac_tables, WORD32 object_type, in ixheaacd_aac_tns_process() argument
[all …]
Dixheaacd_stereo.c56 ia_aac_dec_tables_struct *ptr_aac_tables) in ixheaacd_ms_stereo_process() argument
67 ptr_aac_tables in ixheaacd_ms_stereo_process()
131 ia_aac_dec_tables_struct *ptr_aac_tables, WORD32 object_type, WORD32 aac_sf_data_resil_flag, in ixheaacd_intensity_stereo_process() argument
145 ptr_aac_tables in ixheaacd_intensity_stereo_process()
153 ptr_scale_table = ptr_aac_tables->pstr_block_tables->scale_table_960; in ixheaacd_intensity_stereo_process()
155 ptr_scale_table = ptr_aac_tables->pstr_block_tables->scale_table; in ixheaacd_intensity_stereo_process()
Dixheaacd_block.h56 ia_aac_dec_tables_struct *ptr_aac_tables,
61 ia_aac_dec_tables_struct *ptr_aac_tables,
67 ia_aac_dec_tables_struct *ptr_aac_tables, WORD32 object_type);
72 ia_aac_dec_tables_struct *ptr_aac_tables, WORD32 total_channels,
80 ia_aac_dec_tables_struct *ptr_aac_tables);
113 WORD32 channel, ia_aac_dec_tables_struct *ptr_aac_tables);
136 ia_aac_dec_tables_struct *ptr_aac_tables,
Dixheaacd_longblock.c66 ia_aac_dec_tables_struct *ptr_aac_tables) { in ixheaacd_read_section_data() argument
84 &(ptr_aac_dec_channel_info->str_ics_info), ptr_aac_tables); in ixheaacd_read_section_data()
159 ia_aac_dec_tables_struct *ptr_aac_tables, WORD32 object_type) { in ixheaacd_read_scale_factor_data() argument
169 ptr_aac_tables->pstr_huffmann_tables->huffman_code_book_scl; in ixheaacd_read_scale_factor_data()
171 ptr_aac_tables->pstr_huffmann_tables->huffman_code_book_scl_index; in ixheaacd_read_scale_factor_data()
Dixheaacd_stereo.h28 ia_aac_dec_tables_struct *ptr_aac_tables);
32 ia_aac_dec_tables_struct *ptr_aac_tables, WORD32 object_type, WORD32 aac_sf_data_resil_flag,
Dixheaacd_tns.h25 ia_aac_dec_tables_struct *ptr_aac_tables, WORD object_type, WORD32 ar_flag,
40 ia_aac_dec_tables_struct *ptr_aac_tables);
65 ia_aac_dec_tables_struct *ptr_aac_tables);
Dixheaacd_hcr.h27 ia_aac_dec_tables_struct* ptr_aac_tables, ia_bit_buf_struct* itt_bit_buff);
31 ia_aac_dec_tables_struct* ptr_aac_tables, ia_bit_buf_struct* itt_bit_buff);
Dixheaacd_channel.h45 ia_aac_dec_tables_struct *ptr_aac_tables, WORD32 total_channels, WORD32 object_type,
63 ia_ics_info_struct *ptr_ics_info, ia_aac_dec_tables_struct *ptr_aac_tables);
Dixheaacd_huff_code_reorder.c268 ia_aac_dec_tables_struct *ptr_aac_tables, ia_bit_buf_struct *itt_bit_buff) { in ixheaacd_huff_code_reorder_init() argument
317 ptr_aac_tables); in ixheaacd_huff_code_reorder_init()
1088 ia_aac_dec_tables_struct *ptr_aac_tables) { in ixheaacd_decode_pcw() argument
1144 (UWORD16 *)(ptr_aac_tables->code_book[codebook]); in ixheaacd_decode_pcw()
1146 (UWORD32 *)(ptr_aac_tables->index_table[codebook]); in ixheaacd_decode_pcw()
1183 (UWORD16 *)(ptr_aac_tables->code_book[codebook]); in ixheaacd_decode_pcw()
1185 (UWORD32 *)(ptr_aac_tables->index_table[codebook]); in ixheaacd_decode_pcw()
1222 ptr_aac_tables->pstr_huffmann_tables->idx_table_hf11; in ixheaacd_decode_pcw()
1224 ptr_aac_tables->pstr_huffmann_tables->input_table_cb11; in ixheaacd_decode_pcw()
1475 ia_aac_dec_tables_struct *ptr_aac_tables, WORD32 *cw_offset, WORD32 trial, in ixheaacd_decode_hcr_non_pcw() argument
[all …]
Dixheaacd_lpfuncs.c351 ia_aac_dec_tables_struct *ptr_aac_tables, in ixheaacd_imdct_process() argument
391 (WORD32 *)ptr_aac_tables->pstr_imdct_tables->cosine_array_1024; in ixheaacd_imdct_process()
395 ptr_aac_tables->pstr_imdct_tables, object_type); in ixheaacd_imdct_process()
399 ptr_aac_tables->pstr_imdct_tables, object_type); in ixheaacd_imdct_process()
412 ptr_aac_tables->pstr_imdct_tables); in ixheaacd_imdct_process()
419 ptr_spec_coeff, scratch, ptr_aac_tables->pstr_imdct_tables, expo, in ixheaacd_imdct_process()
437 ptr_aac_tables->pstr_imdct_tables, 1024, ptr_overlap_buf, in ixheaacd_imdct_process()
493 ptr_aac_tables->pstr_imdct_tables, 1024); in ixheaacd_imdct_process()
529 ptr_aac_tables->pstr_imdct_tables, 1024); in ixheaacd_imdct_process()
586 ptr_aac_tables->pstr_imdct_tables, 1024); in ixheaacd_imdct_process()
[all …]
Dixheaacd_block.c1001 ia_aac_dec_tables_struct *ptr_aac_tables, in ixheaacd_decode_huffman() argument
1006 const UWORD16 *cb_table = (UWORD16 *)(ptr_aac_tables->code_book[cb_no]); in ixheaacd_decode_huffman()
1008 const UWORD32 *idx_table = (UWORD32 *)(ptr_aac_tables->index_table[cb_no]); in ixheaacd_decode_huffman()
1010 (WORD32 *)ptr_aac_tables->pstr_block_tables->ixheaacd_pow_table_Q13; in ixheaacd_decode_huffman()
1016 ptr_aac_tables->pstr_huffmann_tables->idx_table_hf11; in ixheaacd_decode_huffman()
1018 ptr_aac_tables->pstr_huffmann_tables->input_table_cb11; in ixheaacd_decode_huffman()
1061 ia_aac_dec_tables_struct *ptr_aac_tables, in ixheaacd_huffman_dec_word2() argument
1068 (WORD32 *)ptr_aac_tables->pstr_block_tables->ixheaacd_pow_table_Q13; in ixheaacd_huffman_dec_word2()
1071 const UWORD16 *cb_table = (UWORD16 *)(ptr_aac_tables->code_book[cb_no]); in ixheaacd_huffman_dec_word2()
1072 const UWORD32 *idx_table = (UWORD32 *)(ptr_aac_tables->index_table[cb_no]); in ixheaacd_huffman_dec_word2()
[all …]
Dixheaacd_pulsedata.h35 ia_aac_dec_tables_struct *ptr_aac_tables);
Dixheaacd_multichannel.c145 WORD32 samp_rate_idx, ia_aac_dec_tables_struct *ptr_aac_tables, in ixheaacd_dec_coupling_channel_element() argument
159 ptr_aac_tables->pstr_huffmann_tables->huffman_code_book_scl; in ixheaacd_dec_coupling_channel_element()
161 ptr_aac_tables->pstr_huffmann_tables->huffman_code_book_scl_index; in ixheaacd_dec_coupling_channel_element()
Dixheaacd_multichannel.h25 WORD32 sample_rate_idx, ia_aac_dec_tables_struct *ptr_aac_tables,
Dixheaacd_aac_tns.c71 ia_aac_dec_tables_struct *ptr_aac_tables) { in ixheaacd_tns_decode_coefficients() argument
80 tns_coeff_ptr = ptr_aac_tables->pstr_block_tables->tns_coeff3; in ixheaacd_tns_decode_coefficients()
84 tns_coeff_ptr = ptr_aac_tables->pstr_block_tables->tns_coeff4; in ixheaacd_tns_decode_coefficients()