Home
last modified time | relevance | path

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

/liblc3-latest/src/
Dmdct.c350 struct lc3_complex uz = *(x0++), vz = *(--x1); in imdct_post_fft() local
356 *(--y1) = vz.re * vw.im - vz.im * vw.re; in imdct_post_fft()
357 *(y0++) = vz.re * vw.re + vz.im * vw.im; in imdct_post_fft()