Home
last modified time | relevance | path

Searched refs:swb_offset (Results 1 – 4 of 4) sorted by relevance

/external/libxaac/decoder/
Dixheaacd_pns_js_thumb.c122 const WORD16 *swb_offset = in ixheaacd_pns_process() local
143 WORD32 sfb_width = swb_offset[sfb + 1] - swb_offset[sfb] - 1; in ixheaacd_pns_process()
144 WORD32 *ptr_spec = &spec[swb_offset[sfb]]; in ixheaacd_pns_process()
Dixheaacd_channel.c739 WORD16 *swb_offset; in ixheaacd_read_spectral_data() local
748 swb_offset = in ixheaacd_read_spectral_data()
764 ptr_scratch, swb_offset, object_type); in ixheaacd_read_spectral_data()
780 sfb_width = swb_offset[sfb] - swb_offset[start]; in ixheaacd_read_spectral_data()
807 index = 1024 - swb_offset[max_sfb]; in ixheaacd_read_spectral_data()
809 index = frame_size - swb_offset[max_sfb]; in ixheaacd_read_spectral_data()
836 it_bit_buff, sect_cb, ptr_spec_coef_out, (WORD16 *)swb_offset, in ixheaacd_read_spectral_data()
Dixheaacd_lt_predict.c61 const WORD8 *swb_offset = aac_tables_ptr->scale_factor_bands_long[sr_index]; in ixheaacd_lt_prediction() local
66 swb_offset = aac_tables_ptr->scale_fac_bands_512[sr_index]; in ixheaacd_lt_prediction()
68 swb_offset = aac_tables_ptr->scale_fac_bands_480[sr_index]; in ixheaacd_lt_prediction()
92 WORD8 sfb_width = swb_offset[sfb]; in ixheaacd_lt_prediction()
/external/aac/libAACdec/src/
Dblock.cpp786 const SHORT *swb_offset = GetScaleFactorBandOffsets( in CBlock_ApplyNoise() local
817 for (sfb = 0; swb_offset[sfb] < noiseFillingStartOffset; sfb++) in CBlock_ApplyNoise()
828 int bin_start = swb_offset[sfb]; in CBlock_ApplyNoise()
829 int bin_stop = swb_offset[sfb + 1]; in CBlock_ApplyNoise()