Home
last modified time | relevance | path

Searched refs:pstr_aac_tables (Results 1 – 8 of 8) sorted by relevance

/external/libxaac/decoder/
Dixheaacd_api.c418 ia_aac_dec_tables_struct *pstr_aac_tables = in ixheaacd_dec_api() local
420 pstr_aac_tables->pstr_huffmann_tables = in ixheaacd_dec_api()
423 pstr_aac_tables->pstr_block_tables = in ixheaacd_dec_api()
425 pstr_aac_tables->pstr_imdct_tables = in ixheaacd_dec_api()
428 ixheaacd_huff_tables_create(pstr_aac_tables); in ixheaacd_dec_api()
942 ia_aac_dec_tables_struct *pstr_aac_tables = in ixheaacd_decoder_2_ga_hdr() local
944 pstr_aac_tables->pstr_huffmann_tables = in ixheaacd_decoder_2_ga_hdr()
946 pstr_aac_tables->pstr_block_tables = in ixheaacd_decoder_2_ga_hdr()
948 pstr_aac_tables->pstr_imdct_tables = in ixheaacd_decoder_2_ga_hdr()
951 ixheaacd_huff_tables_create(pstr_aac_tables); in ixheaacd_decoder_2_ga_hdr()
[all …]
Dixheaacd_aacdecoder.c176 pstr_imdct_tables = aac_dec_handle->pstr_aac_tables->pstr_imdct_tables; in ixheaacd_aacdec_decodeframe()
431 aac_dec_handle->pstr_aac_tables, total_channels, object_type, in ixheaacd_aacdec_decodeframe()
448 aac_dec_handle->pstr_aac_tables, in ixheaacd_aacdec_decodeframe()
463 aac_dec_handle->pstr_aac_tables, total_channels, object_type, in ixheaacd_aacdec_decodeframe()
694 aac_dec_handle->pstr_aac_tables, total_channels, object_type, in ixheaacd_aacdec_decodeframe()
814 scratch[ch], aac_dec_handle->pstr_aac_tables, object_type); in ixheaacd_aacdec_decodeframe()
Dixheaacd_aacdec.h49 ia_aac_dec_tables_struct *pstr_aac_tables; member
Dixheaacd_create.c239 aac_dec_handle->pstr_aac_tables->pstr_block_tables->tns_coeff3_32; in ixheaacd_decode_init()
241 aac_dec_handle->pstr_aac_tables->pstr_block_tables->tns_coeff4_32; in ixheaacd_decode_init()
243 &aac_dec_handle->pstr_aac_tables->pstr_block_tables in ixheaacd_decode_init()
Dixheaacd_common_initfuncs.c114 aac_persistent_mem->str_aac_decoder.pstr_aac_tables = in ixheaacd_allocate_mem_persistent()
Dixheaacd_struct_def.h228 ia_aac_dec_tables_struct *pstr_aac_tables; member
Dixheaacd_initfuncs.c363 aac_persistent_mem->str_aac_decoder.pstr_aac_tables; in ixheaacd_aac_decoder_init()
Dixheaacd_channel.c507 it_bit_buff, ptr_aac_dec_ch_info, aac_dec_handle->pstr_aac_tables, in ixheaacd_individual_ch_stream()