HomeSort by relevance Sort by last modified time
    Searched refs:z3 (Results 1 - 9 of 9) sorted by null

  /external/jpeg/
jidctint.c 154 INT32 z1, z2, z3, z4, z5; local
207 z3 = DEQUANTIZE(inptr[DCTSIZE*6], quantptr[DCTSIZE*6]);
209 z1 = MULTIPLY(z2 + z3, FIX_0_541196100);
210 tmp2 = z1 + MULTIPLY(z3, - FIX_1_847759065);
214 z3 = DEQUANTIZE(inptr[DCTSIZE*4], quantptr[DCTSIZE*4]);
216 tmp0 = (z2 + z3) << CONST_BITS;
217 tmp1 = (z2 - z3) << CONST_BITS;
235 z3 = tmp0 + tmp2;
237 z5 = MULTIPLY(z3 + z4, FIX_1_175875602); /* sqrt(2) * c3 */
245 z3 = MULTIPLY(z3, - FIX_1_961570560); /* sqrt(2) * (-c3-c5) *
    [all...]
jfdctint.c 144 INT32 z1, z2, z3, z4, z5; local
189 z3 = tmp4 + tmp6;
191 z5 = MULTIPLY(z3 + z4, FIX_1_175875602); /* sqrt(2) * c3 */
199 z3 = MULTIPLY(z3, - FIX_1_961570560); /* sqrt(2) * (-c3-c5) */
202 z3 += z5;
205 dataptr[7] = (DCTELEM) DESCALE(tmp4 + z1 + z3, CONST_BITS-PASS1_BITS);
207 dataptr[3] = (DCTELEM) DESCALE(tmp6 + z2 + z3, CONST_BITS-PASS1_BITS);
254 z3 = tmp4 + tmp6;
256 z5 = MULTIPLY(z3 + z4, FIX_1_175875602); /* sqrt(2) * c3 *
    [all...]
jfdctflt.c 63 FAST_FLOAT z1, z2, z3, z4, z5, z11, z13; local
104 z3 = tmp11 * ((FAST_FLOAT) 0.707106781); /* c4 */
106 z11 = tmp7 + z3; /* phase 5 */
107 z13 = tmp7 - z3;
154 z3 = tmp11 * ((FAST_FLOAT) 0.707106781); /* c4 */
156 z11 = tmp7 + z3; /* phase 5 */
157 z13 = tmp7 - z3;
jfdctfst.c 118 DCTELEM z1, z2, z3, z4, z5, z11, z13; local
160 z3 = MULTIPLY(tmp11, FIX_0_707106781); /* c4 */
162 z11 = tmp7 + z3; /* phase 5 */
163 z13 = tmp7 - z3;
210 z3 = MULTIPLY(tmp11, FIX_0_707106781); /* c4 */
212 z11 = tmp7 + z3; /* phase 5 */
213 z13 = tmp7 - z3;
jidctred.c 123 INT32 z1, z2, z3, z4; local
162 z3 = DEQUANTIZE(inptr[DCTSIZE*6], quantptr[DCTSIZE*6]);
164 tmp2 = MULTIPLY(z2, FIX_1_847759065) + MULTIPLY(z3, - FIX_0_765366865);
173 z3 = DEQUANTIZE(inptr[DCTSIZE*3], quantptr[DCTSIZE*3]);
178 + MULTIPLY(z3, - FIX_2_172734803) /* sqrt(2) * (-c1-c5) */
183 + MULTIPLY(z3, FIX_0_899976223) /* sqrt(2) * (c3-c7) */
232 z3 = (INT32) wsptr[3];
237 + MULTIPLY(z3, - FIX_2_172734803) /* sqrt(2) * (-c1-c5) */
242 + MULTIPLY(z3, FIX_0_899976223) /* sqrt(2) * (c3-c7) */
  /external/webkit/JavaScriptCore/wtf/
Vector3.h 127 double z3 = v1.x() * v2.y() - v1.y() * v2.x(); local
128 return Vector3(x3, y3, z3);
  /external/qemu/fpu/
softfloat-macros.h 519 bits64 z0, z1, z2, z3; local
522 mul64To128( a1, b1, &z2, &z3 );
530 *z3Ptr = z3;
  /frameworks/base/libs/rs/
rsScriptC_Lib.cpp 726 float x3, float y3, float z3,
739 //LOGE("%4.2f, %4.2f, %4.2f", x3, y3, z3);
742 float vtx[] = {x1,y1,z1, x2,y2,z2, x3,y3,z3, x4,y4,z4};
760 float x3, float y3, float z3,
765 x3, y3, z3, 1, 0,
    [all...]
  /external/v8/test/mjsunit/
large-object-allocation.js 135 this.z3 = i;

Completed in 601 milliseconds