Home
last modified time | relevance | path

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

/external/libxaac/decoder/
Dixheaacd_aacdecoder.c364 ptr_ics_info->sampling_rate_index = in ixheaacd_aacdec_decodeframe()
365 aac_dec_handle->sampling_rate_index; in ixheaacd_aacdec_decodeframe()
377 ->str_ics_info.sampling_rate_index = in ixheaacd_aacdec_decodeframe()
378 aac_dec_handle->sampling_rate_index; in ixheaacd_aacdec_decodeframe()
448 aac_dec_handle->sampling_rate_index, in ixheaacd_aacdec_decodeframe()
611 ptr_ics_info->sampling_rate_index = in ixheaacd_aacdec_decodeframe()
612 aac_dec_handle->sampling_rate_index; in ixheaacd_aacdec_decodeframe()
623 ->str_ics_info.sampling_rate_index = in ixheaacd_aacdec_decodeframe()
624 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()
642 self->sampling_rate_index, object_type, in ixheaacd_channel_pair_process()
656 self->sampling_rate_index, object_type, in ixheaacd_channel_pair_process()
1166 if ((ics->sampling_rate_index > 5) && in ixheaacd_ltp_data()
1169 else if ((ics->sampling_rate_index == 5) && in ixheaacd_ltp_data()
1172 else if ((ics->sampling_rate_index < 5) && in ixheaacd_ltp_data()
1176 if ((ics->sampling_rate_index > 5) && in ixheaacd_ltp_data()
1179 else if ((ics->sampling_rate_index == 5) && in ixheaacd_ltp_data()
1182 else if ((ics->sampling_rate_index < 5) && in ixheaacd_ltp_data()
Dixheaacd_pns_js_thumb.c282 ->tns_max_bands_tbl_ld[ptr_ics_info->sampling_rate_index]; in ixheaacd_aac_tns_process()
288 ->tns_max_bands_tbl_480[ptr_ics_info->sampling_rate_index]; in ixheaacd_aac_tns_process()
294 ->tns_max_bands_tbl[ptr_ics_info->sampling_rate_index][win_seq]; in ixheaacd_aac_tns_process()
301 ->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.c483 aac_dec_handle->sampling_rate_index = (WORD16)i; in ixheaacd_aac_decoder_init()