Searched refs:pstr_aac_tables (Results 1 – 8 of 8) sorted by relevance
/external/libxaac/decoder/ |
D | ixheaacd_api.c | 418 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 …]
|
D | ixheaacd_aacdecoder.c | 179 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()
|
D | ixheaacd_aacdec.h | 49 ia_aac_dec_tables_struct *pstr_aac_tables; member
|
D | ixheaacd_create.c | 240 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()
|
D | ixheaacd_common_initfuncs.c | 115 aac_persistent_mem->str_aac_decoder.pstr_aac_tables = in ixheaacd_allocate_mem_persistent()
|
D | ixheaacd_struct_def.h | 227 ia_aac_dec_tables_struct *pstr_aac_tables; member
|
D | ixheaacd_initfuncs.c | 366 aac_persistent_mem->str_aac_decoder.pstr_aac_tables; in ixheaacd_aac_decoder_init()
|
D | ixheaacd_channel.c | 506 it_bit_buff, ptr_aac_dec_ch_info, aac_dec_handle->pstr_aac_tables, in ixheaacd_individual_ch_stream()
|