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()
888 ia_aac_dec_tables_struct *pstr_aac_tables = in ixheaacd_decoder_2_ga_hdr() local
890 pstr_aac_tables->pstr_huffmann_tables = in ixheaacd_decoder_2_ga_hdr()
892 pstr_aac_tables->pstr_block_tables = in ixheaacd_decoder_2_ga_hdr()
894 pstr_aac_tables->pstr_imdct_tables = in ixheaacd_decoder_2_ga_hdr()
897 ixheaacd_huff_tables_create(pstr_aac_tables); in ixheaacd_decoder_2_ga_hdr()
[all …]
Dixheaacd_aacdecoder.c179 pstr_imdct_tables = aac_dec_handle->pstr_aac_tables->pstr_imdct_tables; in ixheaacd_aacdec_decodeframe()
433 aac_dec_handle->pstr_aac_tables, total_channels, object_type, in ixheaacd_aacdec_decodeframe()
449 aac_dec_handle->pstr_aac_tables, in ixheaacd_aacdec_decodeframe()
465 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()
811 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.c240 aac_dec_handle->pstr_aac_tables->pstr_block_tables->tns_coeff3_32; in ixheaacd_decode_init()
242 aac_dec_handle->pstr_aac_tables->pstr_block_tables->tns_coeff4_32; in ixheaacd_decode_init()
244 &aac_dec_handle->pstr_aac_tables->pstr_block_tables in ixheaacd_decode_init()
Dixheaacd_common_initfuncs.c115 aac_persistent_mem->str_aac_decoder.pstr_aac_tables = in ixheaacd_allocate_mem_persistent()
Dixheaacd_struct_def.h227 ia_aac_dec_tables_struct *pstr_aac_tables; member
Dixheaacd_initfuncs.c366 aac_persistent_mem->str_aac_decoder.pstr_aac_tables; in ixheaacd_aac_decoder_init()
Dixheaacd_channel.c506 it_bit_buff, ptr_aac_dec_ch_info, aac_dec_handle->pstr_aac_tables, in ixheaacd_individual_ch_stream()