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

  /external/jpeg/
jfdctint.c 144 INT32 z1, z2, z3, z4, z5; local
190 z4 = tmp5 + tmp7;
191 z5 = MULTIPLY(z3 + z4, FIX_1_175875602); /* sqrt(2) * c3 */
200 z4 = MULTIPLY(z4, - FIX_0_390180644); /* sqrt(2) * (c5-c3) */
203 z4 += z5;
206 dataptr[5] = (DCTELEM) DESCALE(tmp5 + z2 + z4, CONST_BITS-PASS1_BITS);
208 dataptr[1] = (DCTELEM) DESCALE(tmp7 + z1 + z4, CONST_BITS-PASS1_BITS);
255 z4 = tmp5 + tmp7;
256 z5 = MULTIPLY(z3 + z4, FIX_1_175875602); /* sqrt(2) * c3 *
    [all...]
jidctint.c 154 INT32 z1, z2, z3, z4, z5; local
236 z4 = tmp1 + tmp3;
237 z5 = MULTIPLY(z3 + z4, FIX_1_175875602); /* sqrt(2) * c3 */
246 z4 = MULTIPLY(z4, - FIX_0_390180644); /* sqrt(2) * (c5-c3) */
249 z4 += z5;
252 tmp1 += z2 + z4;
254 tmp3 += z1 + z4;
338 z4 = tmp1 + tmp3;
339 z5 = MULTIPLY(z3 + z4, FIX_1_175875602); /* sqrt(2) * c3 *
    [all...]
jfdctflt.c 63 FAST_FLOAT z1, z2, z3, z4, z5, z11, z13; local
103 z4 = ((FAST_FLOAT) 1.306562965) * tmp12 + z5; /* c2+c6 */
111 dataptr[1] = z11 + z4;
112 dataptr[7] = z11 - z4;
153 z4 = ((FAST_FLOAT) 1.306562965) * tmp12 + z5; /* c2+c6 */
161 dataptr[DCTSIZE*1] = z11 + z4;
162 dataptr[DCTSIZE*7] = z11 - z4;
jfdctfst.c 118 DCTELEM z1, z2, z3, z4, z5, z11, z13; local
159 z4 = MULTIPLY(tmp12, FIX_1_306562965) + z5; /* c2+c6 */
167 dataptr[1] = z11 + z4;
168 dataptr[7] = z11 - z4;
209 z4 = MULTIPLY(tmp12, FIX_1_306562965) + z5; /* c2+c6 */
217 dataptr[DCTSIZE*1] = z11 + z4;
218 dataptr[DCTSIZE*7] = z11 - z4;
jidctred.c 123 INT32 z1, z2, z3, z4; local
174 z4 = DEQUANTIZE(inptr[DCTSIZE*1], quantptr[DCTSIZE*1]);
179 + MULTIPLY(z4, FIX_1_061594337); /* sqrt(2) * (c5+c7) */
184 + MULTIPLY(z4, FIX_2_562915447); /* sqrt(2) * (c1+c3) */
233 z4 = (INT32) wsptr[1];
238 + MULTIPLY(z4, FIX_1_061594337); /* sqrt(2) * (c5+c7) */
243 + MULTIPLY(z4, FIX_2_562915447); /* sqrt(2) * (c1+c3) */
  /external/qemu/distrib/jpeg-6b/
jfdctint.c 144 INT32 z1, z2, z3, z4, z5; local
190 z4 = tmp5 + tmp7;
191 z5 = MULTIPLY(z3 + z4, FIX_1_175875602); /* sqrt(2) * c3 */
200 z4 = MULTIPLY(z4, - FIX_0_390180644); /* sqrt(2) * (c5-c3) */
203 z4 += z5;
206 dataptr[5] = (DCTELEM) DESCALE(tmp5 + z2 + z4, CONST_BITS-PASS1_BITS);
208 dataptr[1] = (DCTELEM) DESCALE(tmp7 + z1 + z4, CONST_BITS-PASS1_BITS);
255 z4 = tmp5 + tmp7;
256 z5 = MULTIPLY(z3 + z4, FIX_1_175875602); /* sqrt(2) * c3 *
    [all...]
jidctint.c 154 INT32 z1, z2, z3, z4, z5; local
236 z4 = tmp1 + tmp3;
237 z5 = MULTIPLY(z3 + z4, FIX_1_175875602); /* sqrt(2) * c3 */
246 z4 = MULTIPLY(z4, - FIX_0_390180644); /* sqrt(2) * (c5-c3) */
249 z4 += z5;
252 tmp1 += z2 + z4;
254 tmp3 += z1 + z4;
338 z4 = tmp1 + tmp3;
339 z5 = MULTIPLY(z3 + z4, FIX_1_175875602); /* sqrt(2) * c3 *
    [all...]
jfdctflt.c 63 FAST_FLOAT z1, z2, z3, z4, z5, z11, z13; local
103 z4 = ((FAST_FLOAT) 1.306562965) * tmp12 + z5; /* c2+c6 */
111 dataptr[1] = z11 + z4;
112 dataptr[7] = z11 - z4;
153 z4 = ((FAST_FLOAT) 1.306562965) * tmp12 + z5; /* c2+c6 */
161 dataptr[DCTSIZE*1] = z11 + z4;
162 dataptr[DCTSIZE*7] = z11 - z4;
jfdctfst.c 118 DCTELEM z1, z2, z3, z4, z5, z11, z13; local
159 z4 = MULTIPLY(tmp12, FIX_1_306562965) + z5; /* c2+c6 */
167 dataptr[1] = z11 + z4;
168 dataptr[7] = z11 - z4;
209 z4 = MULTIPLY(tmp12, FIX_1_306562965) + z5; /* c2+c6 */
217 dataptr[DCTSIZE*1] = z11 + z4;
218 dataptr[DCTSIZE*7] = z11 - z4;
jidctred.c 123 INT32 z1, z2, z3, z4; local
174 z4 = DEQUANTIZE(inptr[DCTSIZE*1], quantptr[DCTSIZE*1]);
179 + MULTIPLY(z4, FIX_1_061594337); /* sqrt(2) * (c5+c7) */
184 + MULTIPLY(z4, FIX_2_562915447); /* sqrt(2) * (c1+c3) */
233 z4 = (INT32) wsptr[1];
238 + MULTIPLY(z4, FIX_1_061594337); /* sqrt(2) * (c5+c7) */
243 + MULTIPLY(z4, FIX_2_562915447); /* sqrt(2) * (c1+c3) */
  /external/clang/test/Index/
load-stmts.cpp 8 switch (T z4 = x) {
149 // CHECK: load-stmts.cpp:8:13: VarDecl=z4:8:13 (Definition) Extent=[8:11 - 8:19]
152 // CHECK: load-stmts.cpp:8:13: DeclRefExpr=z4:8:13 Extent=[8:13 - 8:15]
  /frameworks/rs/driver/
rsdGL.h 96 float x4, float y4, float z4, float u4, float v4);
rsdRuntimeStubs.cpp 204 float x4, float y4, float z4, float u4, float v4) {
210 x4, y4, z4, u4, v4);
216 float x4, float y4, float z4) {
218 rsrDrawQuad(rsc, sc, x1, y1, z1, x2, y2, z2, x3, y3, z3, x4, y4, z4);
rsdGL.cpp 547 float x4, float y4, float z4, float u4, float v4) {
549 float vtx[] = {x1,y1,z1, x2,y2,z2, x3,y3,z3, x4,y4,z4};
  /frameworks/rs/
rsScriptC_LibGL.cpp 154 float x4, float y4, float z4, float u4, float v4) {
168 //ALOGE("%4.2f, %4.2f, %4.2f", x4, y4, z4);
170 float vtx[] = {x1,y1,z1, x2,y2,z2, x3,y3,z3, x4,y4,z4};
187 float x4, float y4, float z4) {
191 x4, y4, z4, 0, 0);
rsRuntime.h 64 float x4, float y4, float z4, float u4, float v4);
69 float x4, float y4, float z4);
rsFont.h 252 float x4, float y4, float z4,
rsFont.cpp 663 float x4, float y4, float z4,
676 ALOGE("V3 x: %f y: %f z: %f", x4, y4, z4);*/
701 (*currentPos++) = z4;
  /frameworks/rs/scriptc/
rs_graphics.rsh 261 * @param z4
267 float x4, float y4, float z4);
291 * @param z4
299 float x4, float y4, float z4, float u4, float v4);
  /prebuilts/sdk/renderscript/include/
rs_graphics.rsh 235 * @param z4
241 float x4, float y4, float z4);
265 * @param z4
273 float x4, float y4, float z4, float u4, float v4);
  /external/v8/test/mjsunit/
large-object-allocation.js 161 this.z4 = i;
  /external/v8/test/mjsunit/harmony/
proxies.js 873 assertThrows(function(){ delete p["z4"] }, TypeError)
874 assertEquals("z4", key)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 1026 milliseconds