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

1 2

  /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);
rsdGL.cpp 539 float x4, float y4, float z4, float u4, float v4) {
541 float vtx[] = {x1,y1,z1, x2,y2,z2, x3,y3,z3, x4,y4,z4};
rsdRuntimeStubs.cpp 262 float x4, float y4, float z4, float u4, float v4) {
278 //ALOGE("%4.2f, %4.2f, %4.2f", x4, y4, z4);
280 float vtx[] = {x1,y1,z1, x2,y2,z2, x3,y3,z3, x4,y4,z4};
296 float x4, float y4, float z4) {
300 x4, y4, z4, 0, 0);
    [all...]
  /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 261 * @param z4
267 float x4, float y4, float z4);
291 * @param z4
299 float x4, float y4, float z4, float u4, float v4);
  /external/chromium_org/third_party/mesa/src/src/mesa/program/
prog_noise.c 529 float x1, y1, z1, w1, x2, y2, z2, w2, x3, y3, z3, w3, x4, y4, z4, w4; local
572 z4 = z0 - 1.0f + 4.0f * G4;
625 t4 = 0.6f - x4 * x4 - y4 * y4 - z4 * z4 - w4 * w4;
633 y4, z4, w4);
  /external/mesa3d/src/mesa/program/
prog_noise.c 529 float x1, y1, z1, w1, x2, y2, z2, w2, x3, y3, z3, w3, x4, y4, z4, w4; local
572 z4 = z0 - 1.0f + 4.0f * G4;
625 t4 = 0.6f - x4 * x4 - y4 * y4 - z4 * z4 - w4 * w4;
633 y4, z4, w4);
  /frameworks/rs/
rsFont.h 252 float x4, float y4, float z4,
rsFont.cpp 674 float x4, float y4, float z4,
687 ALOGE("V3 x: %f y: %f z: %f", x4, y4, z4);*/
712 (*currentPos++) = z4;
  /external/smack/asmack-master/
build.bash 567 find build \( -name '*.jar' -or -name '*.zip' \) -print0 | xargs -n 1 -0 $XARGS_ARGS advzip -z4
  /external/chromium_org/v8/test/mjsunit/
large-object-allocation.js 161 this.z4 = i;
  /external/v8/test/mjsunit/
large-object-allocation.js 161 this.z4 = i;
  /external/chromium_org/v8/test/mjsunit/harmony/
proxies.js 896 assertThrows(function(){ delete p["z4"] }, TypeError)
897 assertEquals("z4", key)
    [all...]
  /external/v8/test/mjsunit/harmony/
proxies.js 873 assertThrows(function(){ delete p["z4"] }, TypeError)
874 assertEquals("z4", key)
    [all...]

Completed in 157 milliseconds

1 2