HomeSort by relevance Sort by last modified time
    Searched defs:z1 (Results 1 - 21 of 21) sorted by null

  /external/sonivox/arm-hybrid-22k/lib_src/
ARM-E_filter_gnu.s 43 z1 .req r4 label
71 LDRSH z1, [pFilter, #m_z1]
91 SMULBB tmp2, z1, b1 @ tmp2 = z1 * -b1
92 SMLABB tmp2, z2, b2, tmp2 @ tmp2 = (-b1 * z1) + (-b2 * z2)
94 MOV z2, z1 @ delay line
96 SMLABB tmp0, tmp0, K, tmp2 @ tmp1 = (K * x[n]) + (-b1 * z1) + (-b2 * z2)
100 MOV z1, tmp0, ASR #14 @ shift result to low word
101 STRH z1, [pBuffer], #NEXT_OUTPUT_PCM @ write back to buffer
103 SMULBB tmp2, z1, b1 @ tmp2 = z1 * -b1
    [all...]
eas_wtengine.c 358 EAS_I32 z1; local
368 z1 = pFilter->z1;
383 acc1 = z1 * b1;
386 z2 = z1;
389 z1 = acc0 >> 14;
390 *pAudioBuffer++ = (EAS_I16) z1;
394 pFilter->z1 = (EAS_I16) z1;
eas_wtengine.h 78 EAS_I16 z1; /* 1 sample delay state variable */ member in struct:s_filter_control_tag
  /external/sonivox/arm-wt-22k/lib_src/
ARM-E_filter_gnu.s 43 z1 .req r4 label
71 LDRSH z1, [pFilter, #m_z1]
91 SMULBB tmp2, z1, b1 @ tmp2 = z1 * -b1
92 SMLABB tmp2, z2, b2, tmp2 @ tmp2 = (-b1 * z1) + (-b2 * z2)
94 MOV z2, z1 @ delay line
96 SMLABB tmp0, tmp0, K, tmp2 @ tmp1 = (K * x[n]) + (-b1 * z1) + (-b2 * z2)
100 MOV z1, tmp0, ASR #14 @ shift result to low word
101 STRH z1, [pBuffer], #NEXT_OUTPUT_PCM @ write back to buffer
103 SMULBB tmp2, z1, b1 @ tmp2 = z1 * -b1
    [all...]
eas_wtengine.c 358 EAS_I32 z1; local
368 z1 = pFilter->z1;
383 acc1 = z1 * b1;
386 z2 = z1;
389 z1 = acc0 >> 14;
390 *pAudioBuffer++ = (EAS_I16) z1;
394 pFilter->z1 = (EAS_I16) z1;
eas_wtengine.h 78 EAS_I16 z1; /* 1 sample delay state variable */ member in struct:s_filter_control_tag
  /external/openssl/crypto/des/
qud_cksm.c 79 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;
  /external/jpeg/
jfdctflt.c 63 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;
jfdctfst.c 118 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;
jfdctint.c 144 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 = MULTIPLY(tmp12 + tmp13, FIX_0_541196100)
    [all...]
jidctint.c 154 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 = MULTIPLY(z2 + z3, FIX_0_541196100)
    [all...]
jidctred.c 123 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_BITS+2)
    [all...]
  /external/openssl/crypto/ec/
ec2_mult.c 107 /* 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,
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, ctx)) goto err
218 BIGNUM *x1, *x2, *z1, *z2; local
    [all...]
  /external/qemu/fpu/
softfloat-macros.h 106 bits64 z0, z1; local
110 z1 = a1;
114 z1 = ( a0<<negCount ) | ( a1 != 0 );
119 z1 = a0 | ( a1 != 0 );
122 z1 = ( ( a0 | a1 ) != 0 );
126 *z1Ptr = z1;
143 bits64 z0, z1; local
147 z1 = a1;
151 z1 = ( a0<<negCount ) | ( a1>>count );
155 z1 = ( count < 64 ) ? ( a0>>( count & 63 ) ) : 0
178 bits64 z0, z1; local
236 bits64 z0, z1, z2; local
313 bits64 z0, z1, z2; local
341 bits64 z1; local
370 bits64 z0, z1, z2; local
426 bits64 z0, z1, z2; local
452 bits64 z0, zMiddleA, zMiddleB, z1; local
489 bits64 z0, z1, z2, more1; local
519 bits64 z0, z1, z2, z3; local
    [all...]
  /external/webkit/WebKit/chromium/src/
WebPluginContainerImpl.cpp 468 int z1 = ro1->style()->zIndex(); local
470 if (z1 > z2)
472 if (z1 < z2)
  /external/icu4c/test/intltest/
tzregts.cpp 79 TimeZone *z1 = TimeZone::createTimeZone("PST"); local
81 if (z1 == z2)
83 delete z1;
933 SimpleTimeZone* z1 = new SimpleTimeZone(offset, "_std_zone_"); local
    [all...]
  /frameworks/base/core/jni/android/opengl/
util.cpp 260 float z1 = z0; local
286 else if (z > z1) {
287 z1 = z;
297 float dz = z1 - z0;
313 static inline float dot3(float x0, float y0, float z0, float x1, float y1, float z1) {
314 return x0 * x1 + y0 * y1 + z0 * z1;
  /packages/apps/Gallery/src/com/android/camera/
CropImage.java 765 float z1 = thisWidth / width * .6F; local
768 float zoom = Math.min(z1, z2);
  /packages/apps/Gallery3D/src/com/cooliris/media/
CropImage.java 882 float z1 = thisWidth \/ width * .6F; local
    [all...]
  /external/v8/test/cctest/
test-api.cc 4097 v8::Handle<Value> z1 = global0->Get(v8_str("0")); local
    [all...]
  /external/sqlite/dist/
sqlite3.c 69163 const char *z1; local
71589 char *z1; local
71609 u8 *z1; local
103262 const char *z1; local
104837 char *z1 = fts3HashKey(*(Fts3HashElem **)lhs); local
    [all...]

Completed in 917 milliseconds