/external/libxaac/decoder/ |
D | ixheaacd_initfuncs.c | 146 VOID ixheaacd_huff_tables_create(ia_aac_dec_tables_struct *ptr_aac_tables) { in ixheaacd_huff_tables_create() argument 147 ptr_aac_tables->code_book[0] = 0; in ixheaacd_huff_tables_create() 148 ptr_aac_tables->code_book[1] = in ixheaacd_huff_tables_create() 149 (UWORD16 *)ptr_aac_tables->pstr_huffmann_tables->input_table_cb1; in ixheaacd_huff_tables_create() 150 ptr_aac_tables->code_book[2] = in ixheaacd_huff_tables_create() 151 (UWORD16 *)ptr_aac_tables->pstr_huffmann_tables->input_table_cb2; in ixheaacd_huff_tables_create() 152 ptr_aac_tables->code_book[3] = in ixheaacd_huff_tables_create() 153 (UWORD16 *)ptr_aac_tables->pstr_huffmann_tables->input_table_cb3; in ixheaacd_huff_tables_create() 154 ptr_aac_tables->code_book[4] = in ixheaacd_huff_tables_create() 155 (UWORD16 *)ptr_aac_tables->pstr_huffmann_tables->input_table_cb4; in ixheaacd_huff_tables_create() [all …]
|
D | ixheaacd_channel.c | 109 ia_aac_dec_tables_struct *ptr_aac_tables) { in ixheaacd_getscalefactorbandoffsets() argument 111 return ptr_aac_tables->sfb_long_table; in ixheaacd_getscalefactorbandoffsets() 113 return ptr_aac_tables->sfb_short_table; in ixheaacd_getscalefactorbandoffsets() 119 ia_aac_dec_tables_struct *ptr_aac_tables) { in ixheaacd_getscalefactorbandwidth() argument 122 WORD8 *)(&ptr_aac_tables in ixheaacd_getscalefactorbandwidth() 127 WORD8 *)(&ptr_aac_tables in ixheaacd_getscalefactorbandwidth() 135 ia_aac_dec_tables_struct *ptr_aac_tables); 139 ia_aac_dec_tables_struct *ptr_aac_tables, WORD32 total_channels, in ixheaacd_cblock_scale_spect_data() argument 144 &(ptr_aac_dec_channel_info->str_ics_info), ptr_aac_tables)); in ixheaacd_cblock_scale_spect_data() 149 WORD32 *scale_table_ptr = ptr_aac_tables->pstr_block_tables->scale_table; in ixheaacd_cblock_scale_spect_data() [all …]
|
D | ixheaacd_pns_js_thumb.c | 113 ia_aac_dec_tables_struct *ptr_aac_tables) { in ixheaacd_pns_process() argument 119 ptr_aac_tables->pstr_block_tables->scale_mant_tab; in ixheaacd_pns_process() 123 ptr_aac_tables->str_aac_sfb_info[ptr_ics_info->window_sequence] in ixheaacd_pns_process() 198 ia_aac_dec_tables_struct *ptr_aac_tables) { in ixheaacd_tns_decode_coef() argument 206 tns_coeff_ptr = ptr_aac_tables->pstr_block_tables->tns_coeff3_16; in ixheaacd_tns_decode_coef() 209 tns_coeff_ptr = ptr_aac_tables->pstr_block_tables->tns_coeff4_16; in ixheaacd_tns_decode_coef() 221 ia_aac_dec_tables_struct *ptr_aac_tables) { in ixheaacd_tns_decode_coef_ld() argument 229 tns_coeff_ptr = ptr_aac_tables->pstr_block_tables->tns_coeff3; in ixheaacd_tns_decode_coef_ld() 232 tns_coeff_ptr = ptr_aac_tables->pstr_block_tables->tns_coeff4; in ixheaacd_tns_decode_coef_ld() 244 ia_aac_dec_tables_struct *ptr_aac_tables, WORD32 object_type, in ixheaacd_aac_tns_process() argument [all …]
|
D | ixheaacd_block.h | 56 ia_aac_dec_tables_struct *ptr_aac_tables); 60 ia_aac_dec_tables_struct *ptr_aac_tables, 66 ia_aac_dec_tables_struct *ptr_aac_tables, WORD32 object_type); 71 ia_aac_dec_tables_struct *ptr_aac_tables, WORD32 total_channels, 79 ia_aac_dec_tables_struct *ptr_aac_tables); 113 ia_aac_dec_tables_struct *ptr_aac_tables); 137 ia_aac_dec_tables_struct *ptr_aac_tables,
|
D | ixheaacd_stereo.c | 53 ia_aac_dec_tables_struct *ptr_aac_tables) in ixheaacd_ms_stereo_process() argument 62 ptr_aac_tables in ixheaacd_ms_stereo_process() 120 ia_aac_dec_tables_struct *ptr_aac_tables, WORD32 object_type, in ixheaacd_intensity_stereo_process() argument 132 ptr_aac_tables in ixheaacd_intensity_stereo_process() 136 WORD32 *ptr_scale_table = ptr_aac_tables->pstr_block_tables->scale_table; in ixheaacd_intensity_stereo_process()
|
D | ixheaacd_longblock.c | 65 ia_aac_dec_tables_struct *ptr_aac_tables) { in ixheaacd_read_section_data() argument 83 &(ptr_aac_dec_channel_info->str_ics_info), ptr_aac_tables); in ixheaacd_read_section_data() 158 ia_aac_dec_tables_struct *ptr_aac_tables, WORD32 object_type) { in ixheaacd_read_scale_factor_data() argument 168 ptr_aac_tables->pstr_huffmann_tables->huffman_code_book_scl; in ixheaacd_read_scale_factor_data() 170 ptr_aac_tables->pstr_huffmann_tables->huffman_code_book_scl_index; in ixheaacd_read_scale_factor_data()
|
D | ixheaacd_stereo.h | 28 ia_aac_dec_tables_struct *ptr_aac_tables); 32 ia_aac_dec_tables_struct *ptr_aac_tables, WORD32 object_type,
|
D | ixheaacd_lpfuncs.c | 357 ia_aac_dec_tables_struct *ptr_aac_tables, in ixheaacd_imdct_process() argument 379 (WORD32 *)ptr_aac_tables->pstr_imdct_tables->cosine_array_1024; in ixheaacd_imdct_process() 383 ptr_aac_tables->pstr_imdct_tables, object_type); in ixheaacd_imdct_process() 387 ptr_aac_tables->pstr_imdct_tables, object_type); in ixheaacd_imdct_process() 406 ptr_spec_coeff, scratch, ptr_aac_tables->pstr_imdct_tables, expo, in ixheaacd_imdct_process() 423 ptr_aac_tables->pstr_imdct_tables, 1024, ptr_overlap_buf, in ixheaacd_imdct_process() 455 ptr_aac_tables->pstr_imdct_tables, 1024); in ixheaacd_imdct_process() 480 ptr_aac_tables->pstr_imdct_tables, 1024); in ixheaacd_imdct_process() 511 ptr_aac_tables->pstr_imdct_tables, 1024); in ixheaacd_imdct_process() 567 ptr_aac_tables->pstr_imdct_tables, expo, 128); in ixheaacd_imdct_process() [all …]
|
D | ixheaacd_huff_code_reorder.c | 259 ia_aac_dec_tables_struct *ptr_aac_tables, ia_bit_buf_struct *itt_bit_buff) { in ixheaacd_huff_code_reorder_init() argument 308 ptr_aac_tables); in ixheaacd_huff_code_reorder_init() 1079 ia_aac_dec_tables_struct *ptr_aac_tables) { in ixheaacd_decode_pcw() argument 1134 const UWORD16 *cb_table = (UWORD16 *)(ptr_aac_tables->code_book[codebook]); in ixheaacd_decode_pcw() 1135 const UWORD32 *idx_table = (UWORD32 *)(ptr_aac_tables->index_table[codebook]); in ixheaacd_decode_pcw() 1171 const UWORD16 *cb_table = (UWORD16 *)(ptr_aac_tables->code_book[codebook]); in ixheaacd_decode_pcw() 1172 const UWORD32 *idx_table = (UWORD32 *)(ptr_aac_tables->index_table[codebook]); in ixheaacd_decode_pcw() 1209 ptr_aac_tables->pstr_huffmann_tables->idx_table_hf11; in ixheaacd_decode_pcw() 1211 ptr_aac_tables->pstr_huffmann_tables->input_table_cb11; in ixheaacd_decode_pcw() 1461 ia_aac_dec_tables_struct *ptr_aac_tables, WORD32 *cw_offset, WORD32 trial, in ixheaacd_decode_hcr_non_pcw() argument [all …]
|
D | ixheaacd_tns.h | 25 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);
|
D | ixheaacd_hcr.h | 27 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);
|
D | ixheaacd_channel.h | 45 ia_aac_dec_tables_struct *ptr_aac_tables, WORD32 total_channels, 62 ia_ics_info_struct *ptr_ics_info, ia_aac_dec_tables_struct *ptr_aac_tables);
|
D | ixheaacd_block.c | 1012 ia_aac_dec_tables_struct *ptr_aac_tables) { in ixheaacd_decode_huffman() argument 1016 const UWORD16 *cb_table = (UWORD16 *)(ptr_aac_tables->code_book[cb_no]); in ixheaacd_decode_huffman() 1018 const UWORD32 *idx_table = (UWORD32 *)(ptr_aac_tables->index_table[cb_no]); in ixheaacd_decode_huffman() 1020 (WORD32 *)ptr_aac_tables->pstr_block_tables->ixheaacd_pow_table_Q13; in ixheaacd_decode_huffman() 1026 ptr_aac_tables->pstr_huffmann_tables->idx_table_hf11; in ixheaacd_decode_huffman() 1028 ptr_aac_tables->pstr_huffmann_tables->input_table_cb11; in ixheaacd_decode_huffman() 1071 ia_aac_dec_tables_struct *ptr_aac_tables, in ixheaacd_huffman_dec_word2() argument 1078 (WORD32 *)ptr_aac_tables->pstr_block_tables->ixheaacd_pow_table_Q13; in ixheaacd_huffman_dec_word2() 1081 const UWORD16 *cb_table = (UWORD16 *)(ptr_aac_tables->code_book[cb_no]); in ixheaacd_huffman_dec_word2() 1082 const UWORD32 *idx_table = (UWORD32 *)(ptr_aac_tables->index_table[cb_no]); in ixheaacd_huffman_dec_word2() [all …]
|
D | ixheaacd_multichannel.c | 134 WORD32 samp_rate_idx, ia_aac_dec_tables_struct *ptr_aac_tables, in ixheaacd_dec_coupling_channel_element() argument 150 ptr_aac_tables->pstr_huffmann_tables->huffman_code_book_scl; in ixheaacd_dec_coupling_channel_element() 152 ptr_aac_tables->pstr_huffmann_tables->huffman_code_book_scl_index; in ixheaacd_dec_coupling_channel_element()
|
D | ixheaacd_pulsedata.h | 35 ia_aac_dec_tables_struct *ptr_aac_tables);
|
D | ixheaacd_multichannel.h | 25 WORD32 sample_rate_idx, ia_aac_dec_tables_struct *ptr_aac_tables,
|
D | ixheaacd_aac_tns.c | 77 ia_aac_dec_tables_struct *ptr_aac_tables) { in ixheaacd_tns_decode_coefficients() argument 86 tns_coeff_ptr = ptr_aac_tables->pstr_block_tables->tns_coeff3; in ixheaacd_tns_decode_coefficients() 90 tns_coeff_ptr = ptr_aac_tables->pstr_block_tables->tns_coeff4; in ixheaacd_tns_decode_coefficients()
|