Home
last modified time | relevance | path

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

/aosp_15_r20/external/libxaac/decoder/
H A Dixheaacd_channel.c131 ->scale_fac_bands_512[ptr_ics_info->sampling_rate_index] in ixheaacd_getscalefactorbandwidth()
136 ->scale_factor_bands_long[ptr_ics_info->sampling_rate_index] in ixheaacd_getscalefactorbandwidth()
141 ->scale_fac_bands_480[ptr_ics_info->sampling_rate_index] in ixheaacd_getscalefactorbandwidth()
666 self->sampling_rate_index, object_type, in ixheaacd_channel_pair_process()
680 self->sampling_rate_index, object_type, in ixheaacd_channel_pair_process()
1216 if ((ics->sampling_rate_index > 5) && in ixheaacd_ltp_data()
1219 else if ((ics->sampling_rate_index == 5) && in ixheaacd_ltp_data()
1222 else if ((ics->sampling_rate_index < 5) && in ixheaacd_ltp_data()
1226 if ((ics->sampling_rate_index > 5) && in ixheaacd_ltp_data()
1229 else if ((ics->sampling_rate_index == 5) && in ixheaacd_ltp_data()
[all …]
H A Dixheaacd_aacdecoder.c416 ptr_ics_info->sampling_rate_index = aac_dec_handle->sampling_rate_index; in ixheaacd_aacdec_decodeframe()
425 aac_dec_handle->pstr_aac_dec_ch_info[RIGHT]->str_ics_info.sampling_rate_index = in ixheaacd_aacdec_decodeframe()
426 aac_dec_handle->sampling_rate_index; in ixheaacd_aacdec_decodeframe()
505 it_bit_buff, aac_dec_handle, aac_dec_handle->sampling_rate_index, in ixheaacd_aacdec_decodeframe()
677 ptr_ics_info->sampling_rate_index = aac_dec_handle->sampling_rate_index; in ixheaacd_aacdec_decodeframe()
686 aac_dec_handle->pstr_aac_dec_ch_info[RIGHT]->str_ics_info.sampling_rate_index = in ixheaacd_aacdec_decodeframe()
687 aac_dec_handle->sampling_rate_index; in ixheaacd_aacdec_decodeframe()
H A Dixheaacd_pns_js_thumb.c292 ->tns_max_bands_tbl_ld[ptr_ics_info->sampling_rate_index]; in ixheaacd_aac_tns_process()
298 ->tns_max_bands_tbl_480[ptr_ics_info->sampling_rate_index]; in ixheaacd_aac_tns_process()
304 ->tns_max_bands_tbl[ptr_ics_info->sampling_rate_index][win_seq]; in ixheaacd_aac_tns_process()
311 ->tns_max_bands_tbl[ptr_ics_info->sampling_rate_index][win_seq]; in ixheaacd_aac_tns_process()
H A Dixheaacd_mps_aac_struct.h39 WORD16 sampling_rate_index; member
H A Dixheaacd_aacdec.h43 WORD16 sampling_rate_index; member
H A Dixheaacd_mps_res_pns_js_thumb.c43 ->tns_max_bands_tbl[p_ics_info->sampling_rate_index][i]; in ixheaacd_res_get_maximum_tns_bands()
H A Dixheaacd_channelinfo.h38 WORD16 sampling_rate_index; member
H A Dixheaacd_multichannel.c199 aac_handle->pstr_aac_dec_ch_info[0]->str_ics_info.sampling_rate_index = in ixheaacd_dec_coupling_channel_element()
H A Dixheaacd_initfuncs.c573 aac_dec_handle->sampling_rate_index = (WORD16)i; in ixheaacd_aac_decoder_init()
H A Dixheaacd_mps_bitdec.c730 pstr_mps_state->p_aac_decoder_channel_info[0]->ics_info.sampling_rate_index = sfidx; in ixheaacd_parse_extension_frame()
/aosp_15_r20/frameworks/av/media/module/codecs/mp3dec/fuzzer/
H A Dmp3_dec_fuzzer.cpp55 unsigned sampling_rate_index = (header >> 10) & 3; in parseMp3Header() local
56 if (sampling_rate_index == 3) { in parseMp3Header()
60 int sampling_rate = kSamplingRateV1[sampling_rate_index]; in parseMp3Header()
/aosp_15_r20/frameworks/av/media/module/codecs/mp3dec/test/
H A Dmp3reader.cpp85 unsigned sampling_rate_index = (header >> 10) & 3; in parseHeader() local
87 if (sampling_rate_index == 3) { in parseHeader()
92 int sampling_rate = kSamplingRateV1[sampling_rate_index]; in parseHeader()
/aosp_15_r20/frameworks/av/media/module/foundation/
H A Davc_utils.cpp678 unsigned sampling_rate_index = (header >> 10) & 3; in GetMPEGAudioFrameSize() local
680 if (sampling_rate_index == 3) { in GetMPEGAudioFrameSize()
685 int sampling_rate = kSamplingRateV1[sampling_rate_index]; in GetMPEGAudioFrameSize()
/aosp_15_r20/frameworks/av/media/codec2/components/mp3/
H A DC2SoftMp3Dec.cpp191 unsigned sampling_rate_index = (header >> 10) & 3; in parseMp3Header() local
192 if (sampling_rate_index == 3) return false; in parseMp3Header()
195 int sampling_rate = kSamplingRateV1[sampling_rate_index]; in parseMp3Header()
/aosp_15_r20/frameworks/av/media/module/codecs/mp3dec/src/
H A Dpvmp3_framedecoder.cpp203 unsigned sampling_rate_index = (header >> 10) & 3; in parseHeader() local
205 if (sampling_rate_index == 3) { in parseHeader()
210 int sampling_rate = kSamplingRateV1[sampling_rate_index]; in parseHeader()