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.cpp178 int *pDat_e) { in dct_III() argument
241 fft(M, tmp, pDat_e); in dct_III()
257 *pDat_e += 2; in dct_III()
263 int *pDat_e) { in dst_III() argument
279 dct_III(pDat, tmp, L, pDat_e); in dst_III()
293 int *pDat_e) { in dct_II() argument
314 fft(M, tmp, pDat_e); in dct_II()
367 *pDat_e += 2; in dct_II()
373 void dct_IV(FIXP_DBL *pDat, int L, int *pDat_e) { in dct_IV() argument
421 fft(M, pDat, pDat_e); in dct_IV()
[all …]