Lines Matching refs:ptr_spec_coef
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
1097 WORD32 out1 = ptr_spec_coef[i]; in ixheaacd_cblock_inv_quant_spect_data()
1104 ptr_spec_coef[i] = -out1; in ixheaacd_cblock_inv_quant_spect_data()
1112 ptr_spec_coef[i] = out1; in ixheaacd_cblock_inv_quant_spect_data()