• Home
  • Raw
  • Download

Lines Matching refs:ptr_x

65 VOID ixheaacd_mps_complex_fft_64_dec(WORD32 *ptr_x, WORD32 *fin_re,  in ixheaacd_mps_complex_fft_64_dec()  argument
81 WORD32 *inp = ptr_x; in ixheaacd_mps_complex_fft_64_dec()
546 WORD32 ptr_x[1024]; in ixheaacd_complex_fft_p2_dec() local
570 ptr_x[2 * i] = (xr[i] / (1 << (shift))); in ixheaacd_complex_fft_p2_dec()
571 ptr_x[2 * i + 1] = (xi[i] / (1 << (shift))); in ixheaacd_complex_fft_p2_dec()
578 WORD32 *inp = ptr_x; in ixheaacd_complex_fft_p2_dec()
1097 WORD32 *inp = ptr_x; in ixheaacd_complex_fft_p2_dec()
1669 WORD32 *ptr_x = x; in ixheaacd_complex_fft_p3() local
1706 ptr_x[2 * i] = (xr[i] >> 1); in ixheaacd_complex_fft_p3()
1707 ptr_x[2 * i + 1] = (xi[i] >> 1); in ixheaacd_complex_fft_p3()
1718 tmp = ixheaacd_sub32_sat(ixheaacd_mult32_sat(ptr_x[2 * i], (*w1r)), in ixheaacd_complex_fft_p3()
1719 ixheaacd_mult32_sat(ptr_x[2 * i + 1], (*w1i))); in ixheaacd_complex_fft_p3()
1720 ptr_x[2 * i + 1] = in ixheaacd_complex_fft_p3()
1721 ixheaacd_add32_sat(ixheaacd_mult32_sat(ptr_x[2 * i], (*w1i)), in ixheaacd_complex_fft_p3()
1722 ixheaacd_mult32_sat(ptr_x[2 * i + 1], (*w1r))); in ixheaacd_complex_fft_p3()
1723 ptr_x[2 * i] = tmp; in ixheaacd_complex_fft_p3()
1728 tmp = ixheaacd_sub32_sat(ixheaacd_mult32_sat(ptr_x[2 * i + 2], (*w1r)), in ixheaacd_complex_fft_p3()
1729 ixheaacd_mult32_sat(ptr_x[2 * i + 3], (*w1i))); in ixheaacd_complex_fft_p3()
1730 ptr_x[2 * i + 3] = in ixheaacd_complex_fft_p3()
1731 ixheaacd_add32_sat(ixheaacd_mult32_sat(ptr_x[2 * i + 2], (*w1i)), in ixheaacd_complex_fft_p3()
1732 ixheaacd_mult32_sat(ptr_x[2 * i + 3], (*w1r))); in ixheaacd_complex_fft_p3()
1733 ptr_x[2 * i + 2] = tmp; in ixheaacd_complex_fft_p3()
1738 tmp = ixheaacd_sub32_sat(ixheaacd_mult32_sat(ptr_x[2 * i + 4], (*w1r)), in ixheaacd_complex_fft_p3()
1739 ixheaacd_mult32_sat(ptr_x[2 * i + 5], (*w1i))); in ixheaacd_complex_fft_p3()
1740 ptr_x[2 * i + 5] = in ixheaacd_complex_fft_p3()
1741 ixheaacd_add32_sat(ixheaacd_mult32_sat(ptr_x[2 * i + 4], (*w1i)), in ixheaacd_complex_fft_p3()
1742 ixheaacd_mult32_sat(ptr_x[2 * i + 5], (*w1r))); in ixheaacd_complex_fft_p3()
1743 ptr_x[2 * i + 4] = tmp; in ixheaacd_complex_fft_p3()
1752 tmp = ixheaacd_add32_sat(ixheaacd_mult32_sat(ptr_x[2 * i], (*w1r)), in ixheaacd_complex_fft_p3()
1753 ixheaacd_mult32_sat(ptr_x[2 * i + 1], (*w1i))); in ixheaacd_complex_fft_p3()
1754 ptr_x[2 * i + 1] = in ixheaacd_complex_fft_p3()
1755 ixheaacd_sub32_sat(ixheaacd_mult32_sat(ptr_x[2 * i + 1], (*w1r)), in ixheaacd_complex_fft_p3()
1756 ixheaacd_mult32_sat(ptr_x[2 * i], (*w1i))); in ixheaacd_complex_fft_p3()
1757 ptr_x[2 * i] = tmp; in ixheaacd_complex_fft_p3()
1762 tmp = ixheaacd_add32_sat(ixheaacd_mult32_sat(ptr_x[2 * i + 2], (*w1r)), in ixheaacd_complex_fft_p3()
1763 ixheaacd_mult32_sat(ptr_x[2 * i + 3], (*w1i))); in ixheaacd_complex_fft_p3()
1764 ptr_x[2 * i + 3] = in ixheaacd_complex_fft_p3()
1765 ixheaacd_sub32_sat(ixheaacd_mult32_sat(ptr_x[2 * i + 3], (*w1r)), in ixheaacd_complex_fft_p3()
1766 ixheaacd_mult32_sat(ptr_x[2 * i + 2], (*w1i))); in ixheaacd_complex_fft_p3()
1767 ptr_x[2 * i + 2] = tmp; in ixheaacd_complex_fft_p3()
1772 tmp = ixheaacd_add32_sat(ixheaacd_mult32_sat(ptr_x[2 * i + 4], (*w1r)), in ixheaacd_complex_fft_p3()
1773 ixheaacd_mult32_sat(ptr_x[2 * i + 5], (*w1i))); in ixheaacd_complex_fft_p3()
1774 ptr_x[2 * i + 5] = in ixheaacd_complex_fft_p3()
1775 ixheaacd_sub32_sat(ixheaacd_mult32_sat(ptr_x[2 * i + 5], (*w1r)), in ixheaacd_complex_fft_p3()
1776 ixheaacd_mult32_sat(ptr_x[2 * i + 4], (*w1i))); in ixheaacd_complex_fft_p3()
1777 ptr_x[2 * i + 4] = tmp; in ixheaacd_complex_fft_p3()
1786 ixheaacd_complex_3point_fft(ptr_x, ptr_y, fft_mode); in ixheaacd_complex_fft_p3()
1788 ptr_x = ptr_x + 6; in ixheaacd_complex_fft_p3()