Searched refs:z1 (Results 1 - 11 of 11) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/jpeg-6b/
H A Djfdctint.c144 INT32 z1, z2, z3, z4, z5; local
176 z1 = MULTIPLY(tmp12 + tmp13, FIX_0_541196100);
177 dataptr[2] = (DCTELEM) DESCALE(z1 + MULTIPLY(tmp13, FIX_0_765366865),
179 dataptr[6] = (DCTELEM) DESCALE(z1 + MULTIPLY(tmp12, - FIX_1_847759065),
187 z1 = tmp4 + tmp7;
197 z1 = MULTIPLY(z1, - FIX_0_899976223); /* sqrt(2) * (c7-c3) */
205 dataptr[7] = (DCTELEM) DESCALE(tmp4 + z1 + z3, CONST_BITS-PASS1_BITS);
208 dataptr[1] = (DCTELEM) DESCALE(tmp7 + z1 + z4, CONST_BITS-PASS1_BITS);
241 z1
[all...]
H A Djidctred.c123 INT32 z1, z2, z3, z4; local
171 z1 = DEQUANTIZE(inptr[DCTSIZE*7], quantptr[DCTSIZE*7]);
176 tmp0 = MULTIPLY(z1, - FIX_0_211164243) /* sqrt(2) * (c3-c1) */
181 tmp2 = MULTIPLY(z1, - FIX_0_509795579) /* sqrt(2) * (c7-c5) */
230 z1 = (INT32) wsptr[7];
235 tmp0 = MULTIPLY(z1, - FIX_0_211164243) /* sqrt(2) * (c3-c1) */
240 tmp2 = MULTIPLY(z1, - FIX_0_509795579) /* sqrt(2) * (c7-c5) */
275 INT32 tmp0, tmp10, z1; local
307 z1 = DEQUANTIZE(inptr[DCTSIZE*0], quantptr[DCTSIZE*0]);
308 tmp10 = z1 << (CONST_BIT
[all...]
H A Djidctint.c154 INT32 z1, z2, z3, z4, z5; local
209 z1 = MULTIPLY(z2 + z3, FIX_0_541196100);
210 tmp2 = z1 + MULTIPLY(z3, - FIX_1_847759065);
211 tmp3 = z1 + MULTIPLY(z2, FIX_0_765366865);
233 z1 = tmp0 + tmp3;
243 z1 = MULTIPLY(z1, - FIX_0_899976223); /* sqrt(2) * (c7-c3) */
251 tmp0 += z1 + z3;
254 tmp3 += z1 + z4;
314 z1
[all...]
H A Djfdctflt.c63 FAST_FLOAT z1, z2, z3, z4, z5, z11, z13; local
90 z1 = (tmp12 + tmp13) * ((FAST_FLOAT) 0.707106781); /* c4 */
91 dataptr[2] = tmp13 + z1; /* phase 5 */
92 dataptr[6] = tmp13 - z1;
140 z1 = (tmp12 + tmp13) * ((FAST_FLOAT) 0.707106781); /* c4 */
141 dataptr[DCTSIZE*2] = tmp13 + z1; /* phase 5 */
142 dataptr[DCTSIZE*6] = tmp13 - z1;
H A Djfdctfst.c118 DCTELEM z1, z2, z3, z4, z5, z11, z13; local
146 z1 = MULTIPLY(tmp12 + tmp13, FIX_0_707106781); /* c4 */
147 dataptr[2] = tmp13 + z1; /* phase 5 */
148 dataptr[6] = tmp13 - z1;
196 z1 = MULTIPLY(tmp12 + tmp13, FIX_0_707106781); /* c4 */
197 dataptr[DCTSIZE*2] = tmp13 + z1; /* phase 5 */
198 dataptr[DCTSIZE*6] = tmp13 - z1;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/isdn/hisax/
H A Dhfc_2bs0.c100 int rcnt, z1, z2; local
117 z1 = ReadZReg(bcs, HFC_Z1 | HFC_REC | HFC_CHANNEL(bcs->channel));
120 while (((f1 != f2) || (z1 != z2)) && cnt--) {
124 rcnt = z1 - z2;
130 debugl1(cs, "hfc clear %d z1(%x) z2(%x) cnt(%d)",
131 bcs->channel, z1, z2, rcnt);
150 z1 = ReadZReg(bcs, HFC_Z1 | HFC_REC | HFC_CHANNEL(bcs->channel));
259 int z1, z2; local
282 debugl1(cs, "hfc_fill_fifo %d f1(%d) f2(%d) z1(%x)",
298 z1
346 int z1, z2, rcnt; local
[all...]
H A Dhfc_pci.c247 bzr->za[MAX_B_FRAMES].z1 = B_FIFO_SIZE + B_SUB_VAL - 1;
248 bzr->za[MAX_B_FRAMES].z2 = bzr->za[MAX_B_FRAMES].z1;
273 bzt->za[MAX_B_FRAMES].z1 = B_FIFO_SIZE + B_SUB_VAL - 1;
274 bzt->za[MAX_B_FRAMES].z2 = bzt->za[MAX_B_FRAMES].z1;
306 (*(bdata + (zp->z1 - B_SUB_VAL)))) {
366 rcnt = zp->z1 - zp->z2;
371 debugl1(cs, "hfcpci recd f1(%d) f2(%d) z1(%x) z2(%x) cnt(%d)",
372 df->f1, df->f2, zp->z1, zp->z2, rcnt);
375 (df->data[zp->z1])) {
377 debugl1(cs, "empty_fifo hfcpci paket inv. len %d or crc %d", rcnt, df->data[zp->z1]);
[all...]
H A Dhfc_sx.c136 int fifo_size, count, z1, z2; local
153 z1 = Read_hfc(cs, HFCSX_FIF_Z1H);
154 z1 = ((z1 << 8) | Read_hfc(cs, HFCSX_FIF_Z1L));
160 count = z2 - z1;
187 *(msp + f1) = z1; /* remember marker */
190 debugl1(cs, "hfcsx_write_fifo %d f1(%x) f2(%x) z1(f1)(%x)",
191 fifo, f1, f2, z1);
193 count = *(msp + f2) - z1;
224 { int fifo_size, count, z1, z local
[all...]
H A Dhfc_pci.h186 unsigned short z1; /* Z1 pointer 16 Bit */ member in struct:__anon1513
H A Dhfc_2bds0.c329 debugl1(cs, "hfc_fill_fifo %d f1(%d) f2(%d) z1(%x)",
406 int z1, z2, rcnt; local
433 z1 = ReadZReg(cs, HFCB_FIFO | HFCB_Z1 | HFCB_REC | HFCB_CHANNEL(bcs->channel));
436 rcnt = z1 - z2;
441 debugl1(cs, "hfc rec %d z1(%x) z2(%x) cnt(%d)",
442 bcs->channel, z1, z2, rcnt);
660 int rcnt, z1, z2; local
681 z1 = ReadZReg(cs, HFCD_FIFO | HFCD_Z1 | HFCD_REC);
683 rcnt = z1 - z2;
688 debugl1(cs, "hfcd recd f1(%d) f2(%d) z1(
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/video/
H A Dcgsixfb.c166 volatile u32 x1, y1, z1, color1; member in struct:cg6_fbc

Completed in 66 milliseconds