Home | History | Annotate | Download | only in include

Lines Matching defs:a10

126     FIXP_DBL a00, a10, a20, a30, tmp0, tmp1;
129 a10 = (x[2] + x[6])>>1; /* Re C + Re D */
133 x[0] = a00 + a10; /* Re A' = Re A + Re B + Re C + Re D */
139 x[4] = a00 - a10; /* Re C' = Re A + Re B - Re C - Re D */
142 a10 = a10 - x[6]; /* Re C - Re D */
147 x[3] = tmp1 - a10; /* Im B' = Im A - Im B - Re C + Re D */
148 x[7] = tmp1 + a10; /* Im D' = Im A - Im B + Re C - Re D */
156 FIXP_DBL a00, a10, a20, a30;
160 a10 = x[4] + x[12];
164 y[0] = a00 + (a10>>1);
165 y[4] = a00 - (a10>>1);
170 a10 = (a10>>1) - x[12];
176 y[3] = a20 - a10;
177 y[7] = a20 + a10;
180 a10 = x[6] + x[14];
184 y[8] = a00 + (a10>>1);
185 y[12] = a00 - (a10>>1);
190 a10 = (a10>>1) - x[14];
196 y[11] = a20 - a10;
197 y[15] = a20 + a10;