Home
last modified time | relevance | path

Searched refs:pDat_e (Results 1 – 2 of 2) sorted by relevance

/external/aac/libFDK/include/
Ddct.h122 void dct_II(FIXP_DBL *pDat, FIXP_DBL *tmp, int size, int *pDat_e);
134 void dct_III(FIXP_DBL *pDat, FIXP_DBL *tmp, int size, int *pDat_e);
147 void dst_III(FIXP_DBL *pDat, FIXP_DBL *tmp, int size, int *pDat_e);
158 void dct_IV(FIXP_DBL *pDat, int size, int *pDat_e);
169 void dst_IV(FIXP_DBL *pDat, int size, int *pDat_e);
/external/aac/libFDK/src/
Ddct.cpp182 int *pDat_e) { in dct_III() argument
245 fft(M, tmp, pDat_e); in dct_III()
261 *pDat_e += 2; in dct_III()
267 int *pDat_e) { in dst_III() argument
283 dct_III(pDat, tmp, L, pDat_e); in dst_III()
297 int *pDat_e) { in dct_II() argument
318 fft(M, tmp, pDat_e); in dct_II()
371 *pDat_e += 2; in dct_II()
377 void dct_IV(FIXP_DBL *pDat, int L, int *pDat_e) { in dct_IV() argument
431 fft(M, pDat, pDat_e); in dct_IV()
[all …]