Searched refs:ptr_spec_coef (Results 1 – 2 of 2) sorted by relevance
/external/libxaac/decoder/ |
D | ixheaacd_channel.c | 737 WORD32 *ptr_spec_coef; in ixheaacd_read_spectral_data() local 745 ptr_spec_coef = ptr_aac_dec_channel_info->ptr_spec_coeff; in ixheaacd_read_spectral_data() 761 memset(ptr_spec_coef, 0, sizeof(WORD32) * 1024); in ixheaacd_read_spectral_data() 766 ptr_spec_coef_out = &ptr_spec_coef[0]; in ixheaacd_read_spectral_data() 814 memset(ptr_spec_coef, 0, sizeof(WORD32) * 1024); in ixheaacd_read_spectral_data() 823 ptr_spec_coef_out = &ptr_spec_coef[grp_offset * MAX_BINS_SHORT]; in ixheaacd_read_spectral_data() 861 &ptr_spec_coef[0], &ptr_scale_factor[0], max_sfb, in ixheaacd_read_spectral_data() 865 ptr_spec_coef += MAX_BINS_SHORT; in ixheaacd_read_spectral_data() 875 memset(ptr_spec_coef, 0, sizeof(WORD32) * 1024); in ixheaacd_read_spectral_data() 1078 WORD32 *ptr_spec_coef = in ixheaacd_cblock_inv_quant_spect_data() local [all …]
|
D | ixheaacd_pns_js_thumb.c | 74 VOID ixheaacd_gen_rand_vec(WORD32 scale, WORD shift, WORD32 *ptr_spec_coef, in ixheaacd_gen_rand_vec() argument 78 WORD32 *spec = ptr_spec_coef; in ixheaacd_gen_rand_vec() 102 spec = ptr_spec_coef; in ixheaacd_gen_rand_vec()
|