Lines Matching refs:pDat_e
178 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
313 fft(M, tmp, pDat_e); in dct_II()
365 *pDat_e += 2; in dct_II()
371 void dct_IV(FIXP_DBL *pDat, int L, int *pDat_e) { in dct_IV() argument
419 fft(M, pDat, pDat_e); in dct_IV()
463 *pDat_e += 2; in dct_IV()
468 void dst_IV(FIXP_DBL *pDat, int L, int *pDat_e) { in dst_IV() argument
516 fft(M, pDat, pDat_e); in dst_IV()
564 *pDat_e += 2; in dst_IV()