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

1234

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/mISDN/
H A Ddsp_biquad.h36 int32_t z1; member in struct:biquad2_state
49 bq->z1 = 0;
58 z0 = sample*bq->gain + bq->z1*bq->a1 + bq->z2*bq->a2;
59 y = z0 + bq->z1*bq->b1 + bq->z2*bq->b2;
61 bq->z2 = bq->z1;
62 bq->z1 = z0 >> 15;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Drv34dsp.c41 const int z1 = 13*(block[i+4*0] - block[i+4*2]); local
46 temp[4*i+1] = z1 + z2;
47 temp[4*i+2] = z1 - z2;
65 const int z1 = 13*(temp[4*0+i] - temp[4*2+i]) + 0x200; local
70 dst[1] = av_clip_uint8( dst[1] + ( (z1 + z2) >> 10 ) );
71 dst[2] = av_clip_uint8( dst[2] + ( (z1 - z2) >> 10 ) );
92 const int z1 = 13*(temp[4*0+i] - temp[4*2+i]); local
97 block[i*4+1] = ((z1 + z2) * 3) >> 11;
98 block[i*4+2] = ((z1 - z2) * 3) >> 11;
H A Djfdctint_template.c191 int z1, z2, z3, z4, z5; local
222 z1 = MULTIPLY(tmp12 + tmp13, FIX_0_541196100);
223 dataptr[2] = (DCTELEM) DESCALE(z1 + MULTIPLY(tmp13, FIX_0_765366865),
225 dataptr[6] = (DCTELEM) DESCALE(z1 + MULTIPLY(tmp12, - FIX_1_847759065),
233 z1 = tmp4 + tmp7;
243 z1 = MULTIPLY(z1, - FIX_0_899976223); /* sqrt(2) * (c7-c3) */
251 dataptr[7] = (DCTELEM) DESCALE(tmp4 + z1 + z3, CONST_BITS-PASS1_BITS);
254 dataptr[1] = (DCTELEM) DESCALE(tmp7 + z1 + z4, CONST_BITS-PASS1_BITS);
269 int z1, z local
351 int z1; local
[all...]
H A Djrevdct.c214 int32_t z1, z2, z3, z4, z5; local
271 z1 = MULTIPLY(d2 + d6, FIX_0_541196100);
272 tmp2 = z1 + MULTIPLY(-d6, FIX_1_847759065);
273 tmp3 = z1 + MULTIPLY(d2, FIX_0_765366865);
324 z1 = d7 + d1;
334 z1 = MULTIPLY(-z1, FIX_0_899976223);
342 tmp0 += z1 + z3;
345 tmp3 += z1 + z4;
355 z1
952 int32_t z1; local
[all...]
H A Djfdctfst.c148 int z1, z2, z3, z4, z5, z11, z13; local
175 z1 = MULTIPLY(tmp12 + tmp13, FIX_0_707106781); /* c4 */
176 dataptr[2] = tmp13 + z1; /* phase 5 */
177 dataptr[6] = tmp13 - z1;
212 int z1, z2, z3, z4, z5, z11, z13; local
241 z1 = MULTIPLY(tmp12 + tmp13, FIX_0_707106781); /* c4 */
242 dataptr[DCTSIZE*2] = tmp13 + z1; /* phase 5 */
243 dataptr[DCTSIZE*6] = tmp13 - z1;
278 int z1; local
307 z1
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Drv34dsp.c42 const int z1 = 13*(block[i+4*0] - block[i+4*2]); local
47 temp[4*i+1] = z1 + z2;
48 temp[4*i+2] = z1 - z2;
66 const int z1 = 13*(temp[4*0+i] - temp[4*2+i]) + 0x200; local
71 dst[1] = av_clip_uint8( dst[1] + ( (z1 + z2) >> 10 ) );
72 dst[2] = av_clip_uint8( dst[2] + ( (z1 - z2) >> 10 ) );
93 const int z1 = 39*(temp[4*0+i] - temp[4*2+i]); local
98 block[i*4+1] = (z1 + z2) >> 11;
99 block[i*4+2] = (z1 - z2) >> 11;
H A Djfdctint_template.c191 int z1, z2, z3, z4, z5; local
222 z1 = MULTIPLY(tmp12 + tmp13, FIX_0_541196100);
223 dataptr[2] = (int16_t) DESCALE(z1 + MULTIPLY(tmp13, FIX_0_765366865),
225 dataptr[6] = (int16_t) DESCALE(z1 + MULTIPLY(tmp12, - FIX_1_847759065),
233 z1 = tmp4 + tmp7;
243 z1 = MULTIPLY(z1, - FIX_0_899976223); /* sqrt(2) * (c7-c3) */
251 dataptr[7] = (int16_t) DESCALE(tmp4 + z1 + z3, CONST_BITS-PASS1_BITS);
254 dataptr[1] = (int16_t) DESCALE(tmp7 + z1 + z4, CONST_BITS-PASS1_BITS);
269 int z1, z local
351 int z1; local
[all...]
H A Djrevdct.c214 int32_t z1, z2, z3, z4, z5; local
271 z1 = MULTIPLY(d2 + d6, FIX_0_541196100);
272 tmp2 = z1 + MULTIPLY(-d6, FIX_1_847759065);
273 tmp3 = z1 + MULTIPLY(d2, FIX_0_765366865);
324 z1 = d7 + d1;
334 z1 = MULTIPLY(-z1, FIX_0_899976223);
342 tmp0 += z1 + z3;
345 tmp3 += z1 + z4;
355 z1
952 int32_t z1; local
[all...]
H A Djfdctfst.c148 int z1, z2, z3, z4, z5, z11, z13; local
175 z1 = MULTIPLY(tmp12 + tmp13, FIX_0_707106781); /* c4 */
176 dataptr[2] = tmp13 + z1; /* phase 5 */
177 dataptr[6] = tmp13 - z1;
212 int z1, z2, z3, z4, z5, z11, z13; local
241 z1 = MULTIPLY(tmp12 + tmp13, FIX_0_707106781); /* c4 */
242 dataptr[DCTSIZE*2] = tmp13 + z1; /* phase 5 */
243 dataptr[DCTSIZE*6] = tmp13 - z1;
278 int z1; local
307 z1
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/jpeg-7/
H A Djidctint.c177 INT32 z1, z2, z3; local
232 z1 = MULTIPLY(z2 + z3, FIX_0_541196100);
233 tmp2 = z1 + MULTIPLY(z2, FIX_0_765366865);
234 tmp3 = z1 - MULTIPLY(z3, FIX_1_847759065);
263 z1 = MULTIPLY(z2 + z3, FIX_1_175875602); /* sqrt(2) * c3 */
266 z2 += z1;
267 z3 += z1;
269 z1 = MULTIPLY(tmp0 + tmp3, - FIX_0_899976223); /* sqrt(2) * (c7-c3) */
272 tmp0 += z1 + z2;
273 tmp3 += z1
433 INT32 z1, z2, z3; local
582 INT32 z1, z2, z3; local
703 INT32 z1, z2, z3; local
818 INT32 z1, z2, z3; local
1094 INT32 z1, z2, z3, z4; local
1266 INT32 z1, z2, z3, z4, z5; local
1461 INT32 z1, z2, z3, z4; local
1655 INT32 z1, z2, z3, z4; local
1871 INT32 z1, z2, z3, z4; local
2099 INT32 z1, z2, z3, z4; local
2325 INT32 z1, z2, z3, z4; local
2567 INT32 z1, z2, z3, z4; local
2828 INT32 z1, z2, z3, z4; local
3099 INT32 z1, z2, z3, z4; local
3294 INT32 z1, z2, z3, z4; local
3470 INT32 z1, z2, z3, z4; local
3631 INT32 z1, z2, z3; local
3783 INT32 z1, z2, z3; local
3893 INT32 z1, z2, z3; local
4026 INT32 z1, z2, z3, z4; local
4244 INT32 z1, z2, z3, z4; local
4427 INT32 z1, z2, z3, z4; local
4591 INT32 z1, z2, z3, z4, z5; local
4743 INT32 z1, z2, z3; local
4922 INT32 z1, z2, z3; local
5026 INT32 z1, z2, z3; local
[all...]
H A Djfdctflt.c64 FAST_FLOAT z1, z2, z3, z4, z5, z11, z13; local
96 z1 = (tmp12 + tmp13) * ((FAST_FLOAT) 0.707106781); /* c4 */
97 dataptr[2] = tmp13 + z1; /* phase 5 */
98 dataptr[6] = tmp13 - z1;
146 z1 = (tmp12 + tmp13) * ((FAST_FLOAT) 0.707106781); /* c4 */
147 dataptr[DCTSIZE*2] = tmp13 + z1; /* phase 5 */
148 dataptr[DCTSIZE*6] = tmp13 - z1;
H A Djfdctfst.c119 DCTELEM z1, z2, z3, z4, z5, z11, z13; local
152 z1 = MULTIPLY(tmp12 + tmp13, FIX_0_707106781); /* c4 */
153 dataptr[2] = tmp13 + z1; /* phase 5 */
154 dataptr[6] = tmp13 - z1;
202 z1 = MULTIPLY(tmp12 + tmp13, FIX_0_707106781); /* c4 */
203 dataptr[DCTSIZE*2] = tmp13 + z1; /* phase 5 */
204 dataptr[DCTSIZE*6] = tmp13 - z1;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/des/
H A Dqud_cksm.c79 DES_LONG z0,z1,t0,t1; local
97 z1=Q_B0((*seed)[4])|Q_B1((*seed)[5])|Q_B2((*seed)[6])|Q_B3((*seed)[7]);
117 t1=z1;
121 z1=((t0*((t1+NOISE)&0xffffffffL))&0xffffffffL)%0x7fffffffL;
129 (*lp).b = z1;
133 *lp++ = z1;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/des/
H A Dqud_cksm.c80 DES_LONG z0, z1, t0, t1; local
103 z1 = Q_B0((*seed)[4]) | Q_B1((*seed)[5]) | Q_B2((*seed)[6]) |
120 t1 = z1;
124 z1 = ((t0 * ((t1 + NOISE) & 0xffffffffL)) & 0xffffffffL) %
134 (*lp).b = z1;
138 *lp++ = z1;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/des/
H A Dqud_cksm.c80 DES_LONG z0, z1, t0, t1; local
103 z1 = Q_B0((*seed)[4]) | Q_B1((*seed)[5]) | Q_B2((*seed)[6]) |
120 t1 = z1;
124 z1 = ((t0 * ((t1 + NOISE) & 0xffffffffL)) & 0xffffffffL) %
134 (*lp).b = z1;
138 *lp++ = z1;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/jpeg/
H A Djfdctint.c144 JPEG_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 JPEG_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 = (JPEG_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 JPEG_INT32 tmp0, tmp10, z1; local
307 z1 = DEQUANTIZE(inptr[DCTSIZE*0], quantptr[DCTSIZE*0]);
308 tmp10 = z1 << (CONST_BIT
[all...]
H A Djidctint.c154 JPEG_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;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/ec/
H A Dec2_mult.c119 * Compute the x-coordinate x1/z1 for the point (x1/z1)+(x2/x2) in Montgomery
126 BIGNUM *z1, const BIGNUM *x2, const BIGNUM *z2,
143 if (!group->meth->field_mul(group, z1, z1, x2, ctx))
145 if (!group->meth->field_mul(group, t2, x1, z1, ctx))
147 if (!BN_GF2m_add(z1, z1, x1))
149 if (!group->meth->field_sqr(group, z1, z1, ct
125 gf2m_Madd(const EC_GROUP *group, const BIGNUM *x, BIGNUM *x1, BIGNUM *z1, const BIGNUM *x2, const BIGNUM *z2, BN_CTX *ctx) argument
173 gf2m_Mxy(const EC_GROUP *group, const BIGNUM *x, const BIGNUM *y, BIGNUM *x1, BIGNUM *z1, BIGNUM *x2, BIGNUM *z2, BN_CTX *ctx) argument
269 BIGNUM *x1, *x2, *z1, *z2; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/ec/
H A Dec2_mult.c119 * Compute the x-coordinate x1/z1 for the point (x1/z1)+(x2/x2) in Montgomery
126 BIGNUM *z1, const BIGNUM *x2, const BIGNUM *z2,
143 if (!group->meth->field_mul(group, z1, z1, x2, ctx))
145 if (!group->meth->field_mul(group, t2, x1, z1, ctx))
147 if (!BN_GF2m_add(z1, z1, x1))
149 if (!group->meth->field_sqr(group, z1, z1, ct
125 gf2m_Madd(const EC_GROUP *group, const BIGNUM *x, BIGNUM *x1, BIGNUM *z1, const BIGNUM *x2, const BIGNUM *z2, BN_CTX *ctx) argument
173 gf2m_Mxy(const EC_GROUP *group, const BIGNUM *x, const BIGNUM *y, BIGNUM *x1, BIGNUM *z1, BIGNUM *x2, BIGNUM *z2, BN_CTX *ctx) argument
269 BIGNUM *x1, *x2, *z1, *z2; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/ec/
H A Dec2_mult.c107 /* Compute the x-coordinate x1/z1 for the point (x1/z1)+(x2/x2) in Montgomery
113 static int gf2m_Madd(const EC_GROUP *group, const BIGNUM *x, BIGNUM *x1, BIGNUM *z1, argument
127 if (!group->meth->field_mul(group, z1, z1, x2, ctx)) goto err;
128 if (!group->meth->field_mul(group, t2, x1, z1, ctx)) goto err;
129 if (!BN_GF2m_add(z1, z1, x1)) goto err;
130 if (!group->meth->field_sqr(group, z1, z1, ct
150 gf2m_Mxy(const EC_GROUP *group, const BIGNUM *x, const BIGNUM *y, BIGNUM *x1, BIGNUM *z1, BIGNUM *x2, BIGNUM *z2, BN_CTX *ctx) argument
218 BIGNUM *x1, *x2, *z1, *z2; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/mips/
H A Dsbrdsp_mips.c97 float *z1 = &z[66]; local
100 float *z4 = z1 + 60;
117 "sw %[Temp1], 32(%[z1]) \n\t"
118 "sw %[Temp2], 24(%[z1]) \n\t"
119 "sw %[Temp3], 16(%[z1]) \n\t"
120 "sw %[Temp4], 8(%[z1]) \n\t"
121 "sw %[Temp5], 0(%[z1]) \n\t"
127 "sw %[Temp1], 4(%[z1]) \n\t"
128 "sw %[Temp2], 12(%[z1]) \n\t"
129 "sw %[Temp3], 20(%[z1]) \
158 float *z1 = (float *)z; local
204 float *z1; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/arm/
H A Drv34dsp_neon.S42 vadd.s32 q2, q11, q12 @ z1 + z2
44 vsub.s32 q3, q11, q12 @ z1 - z2
64 vadd.s32 q2, q13, q12 @ z1 + z2
66 vsub.s32 q3, q13, q12 @ z1 - z2
76 vrshrn.s32 d17, q2, #10 @ (z1 + z2) >> 10
77 vrshrn.s32 d18, q3, #10 @ (z1 - z2) >> 10
112 vshrn.s32 d1, q11, #11 @ (z1 + z2)*3 >> 11
113 vshrn.s32 d2, q12, #11 @ (z1 - z2)*3 >> 11

Completed in 172 milliseconds

1234