HomeSort by relevance Sort by last modified time
    Searched full:pdat (Results 1 - 8 of 8) sorted by null

  /external/aac/libFDK/src/
dct.cpp 113 void dct_III(FIXP_DBL *pDat, /*!< pointer to input/output */
139 cplxMultDiv2(&accu2, &accu1, pDat[L - i], pDat[i], sin_twiddle_L64[i*inc]);
140 cplxMultDiv2(&accu4, &accu3, pDat[M+i], pDat[M-i], sin_twiddle_L64[(M-i)*inc]);
155 xr = fMultDiv2(pDat[M], sin_twiddle_L64[64/2].v.re );/* cos((PI/(2*L))*M); */
156 tmp[0] = ((pDat[0]>>1) + xr)>>1;
157 tmp[1] = ((pDat[0]>>1) - xr)>>1;
159 cplxMultDiv2(&accu2, &accu1, pDat[L - (M/2)], pDat[M/2], sin_twiddle_L64[64/4])
206 FIXP_DBL *pdat = &pDat[0]; local
    [all...]
fft.cpp 106 static FORCEINLINE void fft3(FIXP_DBL *RESTRICT pDat)
111 r1 = pDat[2] + pDat[4];
112 r2 = fMult((pDat[2] - pDat[4]), C31);
113 pDat[0] = pDat[0] + r1;
114 r1 = pDat[0] - r1 - (r1>>1);
117 s1 = pDat[3] + pDat[5]
    [all...]
  /external/aac/libFDK/include/
dct.h 104 * \param pDat pointer to input/output data (in place processing).
105 * \param size size of pDat.
107 * referenced by pDat. The exponent is updated accordingly.
109 void dct_II(FIXP_DBL *pDat, FIXP_DBL *tmp, int size, int *pDat_e);
116 * \param pDat pointer to input/output data (in place processing).
117 * \param size size of pDat.
119 * referenced by pDat. The exponent is updated accordingly.
121 void dct_III(FIXP_DBL *pDat, FIXP_DBL *tmp, int size, int *pDat_e);
127 * \param pDat pointer to input/output data (in place processing).
128 * \param size size of pDat
    [all...]
  /external/llvm/test/CodeGen/X86/
2009-03-10-CoalescerBug.ll 4 %struct.WINDOW = type { i16, i16, i16, i16, i16, i16, i16, i32, i32, i8, i8, i8, i8, i8, i8, i8, i8, i8, i32, %struct.ldat*, i16, i16, i32, i32, %struct.WINDOW*, %struct.pdat, i16, %struct.cchar_t }
7 %struct.pdat = type { i16, i16, i16, i16, i16, i16 }
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
curses.h 409 struct pdat struct in struct:_win_st
    [all...]
ncurses.h 409 struct pdat struct in struct:_win_st
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
curses.h 409 struct pdat struct in struct:_win_st
    [all...]
ncurses.h 409 struct pdat struct in struct:_win_st
    [all...]

Completed in 1109 milliseconds