Lines Matching refs:sin_ptr
107 const WORD32 *sin_ptr = &ptr_pre_cos_sin[nlength]; in ixheaacd_pre_twid() local
111 sin_ptr[i]); in ixheaacd_pre_twid()
112 *i_ptr++ = ixheaacd_mul_add64_sat_32(in[i], in[nlength + i], sin_ptr[i], in ixheaacd_pre_twid()
116 cos_ptr[i + 1], sin_ptr[i + 1]); in ixheaacd_pre_twid()
118 sin_ptr[i + 1], cos_ptr[i + 1]); in ixheaacd_pre_twid()
121 cos_ptr[i + 2], sin_ptr[i + 2]); in ixheaacd_pre_twid()
123 sin_ptr[i + 2], cos_ptr[i + 2]); in ixheaacd_pre_twid()
126 cos_ptr[i + 3], sin_ptr[i + 3]); in ixheaacd_pre_twid()
128 sin_ptr[i + 3], cos_ptr[i + 3]); in ixheaacd_pre_twid()
137 const WORD32 *sin_ptr = &ptr_post_cos_sin[nlength * 3]; in ixheaacd_post_twid() local
142 sin_ptr[i]); in ixheaacd_post_twid()
143 out_ptr[0] = -ixheaacd_mul_add64_sat_32(data_re[i], data_im[i], sin_ptr[i], in ixheaacd_post_twid()
147 cos_ptr[i + 1], sin_ptr[i + 1]); in ixheaacd_post_twid()
149 sin_ptr[i + 1], cos_ptr[i + 1]); in ixheaacd_post_twid()
152 cos_ptr[i + 2], sin_ptr[i + 2]); in ixheaacd_post_twid()
154 sin_ptr[i + 2], cos_ptr[i + 2]); in ixheaacd_post_twid()
157 cos_ptr[i + 3], sin_ptr[i + 3]); in ixheaacd_post_twid()
159 sin_ptr[i + 3], cos_ptr[i + 3]); in ixheaacd_post_twid()