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
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()
465 *pDat_e += 2; in dct_IV()
470 void dst_IV(FIXP_DBL *pDat, int L, int *pDat_e) { in dst_IV() argument
518 fft(M, pDat, pDat_e); in dst_IV()
566 *pDat_e += 2; in dst_IV()