Home
last modified time | relevance | path

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

/liblc3-latest/src/
Dmdct.c434 const struct lc3_mdct_rot_def *rot = lc3_mdct_rot[dt][sr]; in lc3_mdct_forward() local
444 mdct_pre_fft(rot, u.f, u.z); in lc3_mdct_forward()
446 mdct_post_fft(rot, u.z, y); in lc3_mdct_forward()
459 const struct lc3_mdct_rot_def *rot = lc3_mdct_rot[dt][sr]; in lc3_mdct_inverse() local
467 imdct_pre_fft(rot, x, z); in lc3_mdct_inverse()
469 imdct_post_fft(rot, z, u.f); in lc3_mdct_inverse()