Home | History | Annotate | Download | only in aacdec

Lines Matching refs:Int16

170     Int16     I;
183 Int16 temp_re_0;
184 Int16 temp_im_0;
185 Int16 temp_re_1;
186 Int16 temp_im_1;
187 Int16 *p_Data_Int_precision;
193 Int16 *px_1;
194 Int16 *px_2;
195 Int16 *px_3;
196 Int16 *px_4;
198 Int16 J;
215 p_Data_Int_precision = (Int16 *)Data;
234 px_1 = (Int16 *)pData_in_1;
239 px_4 = (Int16 *)pData_in_2;
266 temp_re_0 = (Int16)(cmplx_mul32_by_16(temp_re, -temp_im, exp_jw) >> exp);
267 temp_im_0 = (Int16)(cmplx_mul32_by_16(temp_im, temp_re, exp_jw) >> exp);
290 temp_re_1 = (Int16)(cmplx_mul32_by_16(temp_re, -temp_im, exp_jw) >> exp);
291 temp_im_1 = (Int16)(cmplx_mul32_by_16(temp_im, temp_re, exp_jw) >> exp);
314 *(px_1--) = (Int16)(cmplx_mul32_by_16(temp_re, -temp_im, exp_jw) >> exp);
315 *(px_4++) = (Int16)(cmplx_mul32_by_16(temp_im, temp_re, exp_jw) >> exp);
333 *(px_4++) = (Int16)(cmplx_mul32_by_16(temp_re, -temp_im, exp_jw) >> exp);
334 *(px_1--) = (Int16)(cmplx_mul32_by_16(temp_im, temp_re, exp_jw) >> exp);
356 Int16 temp_re_0 = *(px_4--);
357 Int16 temp_im_1 = *(px_4--);
358 Int16 temp_re_2 = *(px_4--);
359 Int16 temp_im_3 = *(px_4--);
394 Int16 temp_im_0 = *(px_4++);
395 Int16 temp_re_1 = *(px_4++);
396 Int16 temp_im_2 = *(px_4++);
397 Int16 temp_re_3 = *(px_4++);