Home
last modified time | relevance | path

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

/external/libxaac/decoder/
Dixheaacd_channel.c741 WORD32 *ptr_spec_coef; in ixheaacd_read_spectral_data() local
749 ptr_spec_coef = ptr_aac_dec_channel_info->ptr_spec_coeff; in ixheaacd_read_spectral_data()
765 memset(ptr_spec_coef, 0, sizeof(WORD32) * 1024); in ixheaacd_read_spectral_data()
770 ptr_spec_coef_out = &ptr_spec_coef[0]; in ixheaacd_read_spectral_data()
818 memset(ptr_spec_coef, 0, sizeof(WORD32) * 1024); in ixheaacd_read_spectral_data()
827 ptr_spec_coef_out = &ptr_spec_coef[grp_offset * MAX_BINS_SHORT]; in ixheaacd_read_spectral_data()
865 &ptr_spec_coef[0], &ptr_scale_factor[0], max_sfb, in ixheaacd_read_spectral_data()
869 ptr_spec_coef += MAX_BINS_SHORT; in ixheaacd_read_spectral_data()
879 memset(ptr_spec_coef, 0, sizeof(WORD32) * 1024); in ixheaacd_read_spectral_data()
1083 WORD32 *ptr_spec_coef = in ixheaacd_cblock_inv_quant_spect_data() local
[all …]
Dixheaacd_pns_js_thumb.c72 VOID ixheaacd_gen_rand_vec(WORD32 scale, WORD shift, WORD32 *ptr_spec_coef, in ixheaacd_gen_rand_vec() argument
76 WORD32 *spec = ptr_spec_coef; in ixheaacd_gen_rand_vec()
100 spec = ptr_spec_coef; in ixheaacd_gen_rand_vec()