Lines Matching refs:cos_ptr
106 const WORD32 *cos_ptr = &ptr_pre_cos_sin[0]; in ixheaacd_pre_twid() local
110 *r_ptr++ = ixheaacd_mul_sub64_sat_32(in[i], in[nlength + i], cos_ptr[i], in ixheaacd_pre_twid()
113 cos_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()
136 const WORD32 *cos_ptr = &ptr_post_cos_sin[nlength * 2]; in ixheaacd_post_twid() local
141 out[0] = ixheaacd_mul_sub64_sat_32(data_re[i], data_im[i], cos_ptr[i], in ixheaacd_post_twid()
144 cos_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()