Home
last modified time | relevance | path

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

/external/libxaac/decoder/
Dixheaacd_spectrum_dec.c232 WORD16 *ptr_scale_fac, *temp_ptr_scale_fac; in ixheaacd_section_data() local
252 temp_ptr_scale_fac = factors; in ixheaacd_section_data()
259 ptr_scale_fac = temp_ptr_scale_fac; in ixheaacd_section_data()
265 *temp_ptr_scale_fac = factor; in ixheaacd_section_data()
266 temp_ptr_scale_fac++; in ixheaacd_section_data()
271 *temp_ptr_scale_fac++ = 0; in ixheaacd_section_data()
289 *temp_ptr_scale_fac++ = -position; in ixheaacd_section_data()
293 *temp_ptr_scale_fac++ = factor; in ixheaacd_section_data()
300 temp_ptr_scale_fac[pns_band] = curr_energy; in ixheaacd_section_data()
302 temp_ptr_scale_fac++; in ixheaacd_section_data()
[all …]