HomeSort by relevance Sort by last modified time
    Searched defs:aac_dec_handle (Results 1 - 5 of 5) sorted by null

  /external/libxaac/decoder/
ixheaacd_initfuncs.c 326 ia_aac_decoder_struct *aac_dec_handle = local
328 aac_dec_handle->pstr_aac_dec_overlap_info[ch] =
330 aac_dec_handle->pstr_pns_rand_vec_data =
333 aac_dec_handle->pstr_aac_dec_overlap_info[ch]->window_shape = 0;
334 aac_dec_handle->pstr_aac_dec_overlap_info[ch]->window_sequence = 0;
336 aac_dec_handle->pstr_aac_dec_overlap_info[ch]->ptr_overlap_buf =
339 aac_dec_handle->pstr_aac_dec_overlap_info[ch]->ptr_overlap_buf =
344 aac_dec_handle->pstr_aac_dec_overlap_info[ch]->ptr_overlap_buf;
481 ia_aac_decoder_struct *aac_dec_handle = local
483 aac_dec_handle->sampling_rate_index = (WORD16)i
    [all...]
ixheaacd_common_lpfuncs.c 271 ia_aac_decoder_struct *aac_dec_handle = local
278 ixheaacd_byte_align(it_bit_buff, &aac_dec_handle->byte_align_bits);
283 aac_dec_handle->byte_align_bits = it_bit_buff->cnt_bits;
313 it_bit_buff, &aac_dec_handle->byte_align_bits, pstr_drc_dec);
ixheaacd_decode_main.c 224 ia_aac_dec_state_struct *aac_dec_handle = handle->p_state_aac; local
229 aac_dec_handle->ia_audio_specific_config;
247 pstr_dec_data = (ia_dec_data_struct *)aac_dec_handle->pstr_dec_data;
262 pstr_dec_data = (ia_dec_data_struct *)aac_dec_handle->pstr_dec_data;
266 if (aac_dec_handle->decode_create_done == 0) {
279 pstr_dec_data->dec_bit_buf.size = aac_dec_handle->ui_in_bytes << 3;
281 (UWORD8 *)inbuffer + aac_dec_handle->ui_in_bytes - 1;
285 pstr_dec_data->dec_bit_buf.xaac_jmp_buf = &(aac_dec_handle->xaac_jmp_buf);
287 pstr_dec_data->str_usac_data.usac_flag = aac_dec_handle->usac_flag;
312 config_bit_buf.xaac_jmp_buf = &(aac_dec_handle->xaac_jmp_buf)
    [all...]
ixheaacd_aacdecoder.c 105 ia_aac_decoder_struct *aac_dec_handle; local
135 aac_dec_handle = p_state_enhaacplus_dec->pstr_aac_dec_info[*ch_idx];
147 aac_dec_handle->frame_status = 1;
151 aac_dec_handle->pstr_aac_dec_ch_info[ch] =
159 aac_dec_handle->pstr_aac_dec_ch_info[ch]->ptr_scale_factor =
161 aac_dec_handle->pstr_aac_dec_ch_info[ch]->ptr_code_book =
164 aac_dec_handle->pstr_aac_dec_ch_info[ch]->ptr_spec_coeff =
168 aac_dec_handle->pstr_aac_dec_ch_info[ch]->ptr_spec_coeff =
172 aac_dec_handle->pstr_aac_dec_ch_info[ch]->pstr_stereo_info =
174 aac_dec_handle->pstr_aac_dec_ch_info[ch]->pstr_pns_corr_info
    [all...]
ixheaacd_create.c 223 ia_aac_dec_state_struct *aac_dec_handle = codec_handle->p_state_aac; local
235 usac_data->huffman_code_book_scl = aac_dec_handle->huffman_code_book_scl;
237 aac_dec_handle->huffman_code_book_scl_index;
240 aac_dec_handle->pstr_aac_tables->pstr_block_tables->tns_coeff3_32;
242 aac_dec_handle->pstr_aac_tables->pstr_block_tables->tns_coeff4_32;
244 &aac_dec_handle->pstr_aac_tables->pstr_block_tables
344 if (ixheaacd_mps_create(&aac_dec_handle->mps_dec_handle,
546 ia_aac_dec_state_struct *aac_dec_handle = handle->p_state_aac; local
677 void *sbr_persistent_mem_v = aac_dec_handle->sbr_persistent_mem_u;
686 (void *)&usac_def_header, aac_dec_handle->str_sbr_config
    [all...]

Completed in 264 milliseconds