Home | History | Annotate | Download | only in utility

Lines Matching refs:ddct

24     ddct: Discrete Cosine Transform
31 void ddct(int, int, float *, int *, float *);
138 ddct(n, 1, a, ip, w);
141 ddct(n, -1, a, ip, w);
158 ddct(n, -1, a, ip, w);
161 ddct(n, 1, a, ip, w);
361 void ddct(int n, int isgn, float *a, int *ip, float *w)