Home
last modified time | relevance | path

Searched refs:sampling_rate_index (Results 1 – 7 of 7) sorted by relevance

/external/libxaac/decoder/
Dixheaacd_aacdecoder.c361 ptr_ics_info->sampling_rate_index = in ixheaacd_aacdec_decodeframe()
362 aac_dec_handle->sampling_rate_index; in ixheaacd_aacdec_decodeframe()
374 ->str_ics_info.sampling_rate_index = in ixheaacd_aacdec_decodeframe()
375 aac_dec_handle->sampling_rate_index; in ixheaacd_aacdec_decodeframe()
447 aac_dec_handle->sampling_rate_index, in ixheaacd_aacdec_decodeframe()
610 ptr_ics_info->sampling_rate_index = in ixheaacd_aacdec_decodeframe()
611 aac_dec_handle->sampling_rate_index; in ixheaacd_aacdec_decodeframe()
622 ->str_ics_info.sampling_rate_index = in ixheaacd_aacdec_decodeframe()
623 aac_dec_handle->sampling_rate_index; in ixheaacd_aacdec_decodeframe()
Dixheaacd_channel.c123 ->scale_fac_bands_512[ptr_ics_info->sampling_rate_index] in ixheaacd_getscalefactorbandwidth()
128 ->scale_fac_bands_480[ptr_ics_info->sampling_rate_index] in ixheaacd_getscalefactorbandwidth()
645 self->sampling_rate_index, object_type, in ixheaacd_channel_pair_process()
659 self->sampling_rate_index, object_type, in ixheaacd_channel_pair_process()
1173 if ((ics->sampling_rate_index > 5) && in ixheaacd_ltp_data()
1176 else if ((ics->sampling_rate_index == 5) && in ixheaacd_ltp_data()
1179 else if ((ics->sampling_rate_index < 5) && in ixheaacd_ltp_data()
1183 if ((ics->sampling_rate_index > 5) && in ixheaacd_ltp_data()
1186 else if ((ics->sampling_rate_index == 5) && in ixheaacd_ltp_data()
1189 else if ((ics->sampling_rate_index < 5) && in ixheaacd_ltp_data()
Dixheaacd_pns_js_thumb.c280 ->tns_max_bands_tbl_ld[ptr_ics_info->sampling_rate_index]; in ixheaacd_aac_tns_process()
286 ->tns_max_bands_tbl_480[ptr_ics_info->sampling_rate_index]; in ixheaacd_aac_tns_process()
292 ->tns_max_bands_tbl[ptr_ics_info->sampling_rate_index][win_seq]; in ixheaacd_aac_tns_process()
299 ->tns_max_bands_tbl[ptr_ics_info->sampling_rate_index][win_seq]; in ixheaacd_aac_tns_process()
Dixheaacd_aacdec.h44 WORD16 sampling_rate_index; member
Dixheaacd_channelinfo.h38 WORD16 sampling_rate_index; member
Dixheaacd_multichannel.c190 aac_handle->pstr_aac_dec_ch_info[0]->str_ics_info.sampling_rate_index = in ixheaacd_dec_coupling_channel_element()
Dixheaacd_initfuncs.c480 aac_dec_handle->sampling_rate_index = (WORD16)i; in ixheaacd_aac_decoder_init()