Lines Matching refs:sin_ptr
106 const WORD32 *sin_ptr = &ptr_pre_cos_sin[nlength]; in ixheaacd_pre_twid() local
110 sin_ptr[i]); in ixheaacd_pre_twid()
111 *i_ptr++ = ixheaacd_mul_add64_sat_32(in[i], in[nlength + i], sin_ptr[i], in ixheaacd_pre_twid()
115 cos_ptr[i + 1], sin_ptr[i + 1]); in ixheaacd_pre_twid()
117 sin_ptr[i + 1], cos_ptr[i + 1]); in ixheaacd_pre_twid()
120 cos_ptr[i + 2], sin_ptr[i + 2]); in ixheaacd_pre_twid()
122 sin_ptr[i + 2], cos_ptr[i + 2]); in ixheaacd_pre_twid()
125 cos_ptr[i + 3], sin_ptr[i + 3]); in ixheaacd_pre_twid()
127 sin_ptr[i + 3], cos_ptr[i + 3]); in ixheaacd_pre_twid()
136 const WORD32 *sin_ptr = &ptr_post_cos_sin[nlength * 3]; in ixheaacd_post_twid() local
141 sin_ptr[i]); in ixheaacd_post_twid()
142 out_ptr[0] = -ixheaacd_mul_add64_sat_32(data_re[i], data_im[i], sin_ptr[i], in ixheaacd_post_twid()
146 cos_ptr[i + 1], sin_ptr[i + 1]); in ixheaacd_post_twid()
148 sin_ptr[i + 1], cos_ptr[i + 1]); in ixheaacd_post_twid()
151 cos_ptr[i + 2], sin_ptr[i + 2]); in ixheaacd_post_twid()
153 sin_ptr[i + 2], cos_ptr[i + 2]); in ixheaacd_post_twid()
156 cos_ptr[i + 3], sin_ptr[i + 3]); in ixheaacd_post_twid()
158 sin_ptr[i + 3], cos_ptr[i + 3]); in ixheaacd_post_twid()