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

1 2

  /external/jpeg/
jfdctint.c 57 * a problem to do in integer arithmetic. We multiply all the constants
121 /* Multiply an INT32 variable by an INT32 constant to yield an INT32 result.
124 * 16x16->32 bit multiply can be used instead of a full 32x32 multiply.
129 #define MULTIPLY(var,const) MULTIPLY16C16(var,const)
131 #define MULTIPLY(var,const) ((var) * (const))
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),
191 z5 = MULTIPLY(z3 + z4, FIX_1_175875602); /* sqrt(2) * c3 *
    [all...]
jidctred.c 90 /* Multiply an INT32 variable by an INT32 constant to yield an INT32 result.
93 * 16x16->32 bit multiply can be used instead of a full 32x32 multiply.
98 #define MULTIPLY(var,const) MULTIPLY16C16(var,const)
100 #define MULTIPLY(var,const) ((var) * (const))
106 * are 16 bits or less, so either int or short multiply will work.
164 tmp2 = MULTIPLY(z2, FIX_1_847759065) + MULTIPLY(z3, - FIX_0_765366865);
176 tmp0 = MULTIPLY(z1, - FIX_0_211164243) /* sqrt(2) * (c3-c1) */
177 + MULTIPLY(z2, FIX_1_451774981) /* sqrt(2) * (c3+c7) *
    [all...]
jidctint.c 57 * a problem to do in integer arithmetic. We multiply all the constants
121 /* Multiply an INT32 variable by an INT32 constant to yield an INT32 result.
124 * 16x16->32 bit multiply can be used instead of a full 32x32 multiply.
129 #define MULTIPLY(var,const) MULTIPLY16C16(var,const)
131 #define MULTIPLY(var,const) ((var) * (const))
137 * are 16 bits or less, so either int or short multiply will work.
209 z1 = MULTIPLY(z2 + z3, FIX_0_541196100);
210 tmp2 = z1 + MULTIPLY(z3, - FIX_1_847759065);
211 tmp3 = z1 + MULTIPLY(z2, FIX_0_765366865)
    [all...]
jfdctfst.c 102 /* Multiply a DCTELEM variable by an INT32 constant, and immediately
106 #define MULTIPLY(var,const) ((DCTELEM) DESCALE((var) * (const), CONST_BITS))
146 z1 = MULTIPLY(tmp12 + tmp13, FIX_0_707106781); /* c4 */
157 z5 = MULTIPLY(tmp10 - tmp12, FIX_0_382683433); /* c6 */
158 z2 = MULTIPLY(tmp10, FIX_0_541196100) + z5; /* c2-c6 */
159 z4 = MULTIPLY(tmp12, FIX_1_306562965) + z5; /* c2+c6 */
160 z3 = MULTIPLY(tmp11, FIX_0_707106781); /* c4 */
196 z1 = MULTIPLY(tmp12 + tmp13, FIX_0_707106781); /* c4 */
207 z5 = MULTIPLY(tmp10 - tmp12, FIX_0_382683433); /* c6 */
208 z2 = MULTIPLY(tmp10, FIX_0_541196100) + z5; /* c2-c6 *
    [all...]
jidctfst.c 115 /* Multiply a DCTELEM variable by an INT32 constant, and immediately
119 #define MULTIPLY(var,const) ((DCTELEM) DESCALE((var) * (const), CONST_BITS))
125 * declared INT32, so a 32-bit multiply will be used.
233 tmp12 = MULTIPLY(tmp1 - tmp3, FIX_1_414213562) - tmp13; /* 2*c4 */
253 tmp11 = MULTIPLY(z11 - z13, FIX_1_414213562); /* 2*c4 */
255 z5 = MULTIPLY(z10 + z12, FIX_1_847759065); /* 2*c2 */
256 tmp10 = MULTIPLY(z12, FIX_1_082392200) - z5; /* 2*(c2-c6) */
257 tmp12 = MULTIPLY(z10, - FIX_2_613125930) + z5; /* -2*(c2+c6) */
319 tmp12 = MULTIPLY((DCTELEM) wsptr[2] - (DCTELEM) wsptr[6], FIX_1_414213562)
335 tmp11 = MULTIPLY(z11 - z13, FIX_1_414213562); /* 2*c4 *
    [all...]
  /external/qemu/distrib/jpeg-6b/
jfdctint.c 57 * a problem to do in integer arithmetic. We multiply all the constants
121 /* Multiply an INT32 variable by an INT32 constant to yield an INT32 result.
124 * 16x16->32 bit multiply can be used instead of a full 32x32 multiply.
129 #define MULTIPLY(var,const) MULTIPLY16C16(var,const)
131 #define MULTIPLY(var,const) ((var) * (const))
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),
191 z5 = MULTIPLY(z3 + z4, FIX_1_175875602); /* sqrt(2) * c3 *
    [all...]
jidctred.c 90 /* Multiply an INT32 variable by an INT32 constant to yield an INT32 result.
93 * 16x16->32 bit multiply can be used instead of a full 32x32 multiply.
98 #define MULTIPLY(var,const) MULTIPLY16C16(var,const)
100 #define MULTIPLY(var,const) ((var) * (const))
106 * are 16 bits or less, so either int or short multiply will work.
164 tmp2 = MULTIPLY(z2, FIX_1_847759065) + MULTIPLY(z3, - FIX_0_765366865);
176 tmp0 = MULTIPLY(z1, - FIX_0_211164243) /* sqrt(2) * (c3-c1) */
177 + MULTIPLY(z2, FIX_1_451774981) /* sqrt(2) * (c3+c7) *
    [all...]
jidctint.c 57 * a problem to do in integer arithmetic. We multiply all the constants
121 /* Multiply an INT32 variable by an INT32 constant to yield an INT32 result.
124 * 16x16->32 bit multiply can be used instead of a full 32x32 multiply.
129 #define MULTIPLY(var,const) MULTIPLY16C16(var,const)
131 #define MULTIPLY(var,const) ((var) * (const))
137 * are 16 bits or less, so either int or short multiply will work.
209 z1 = MULTIPLY(z2 + z3, FIX_0_541196100);
210 tmp2 = z1 + MULTIPLY(z3, - FIX_1_847759065);
211 tmp3 = z1 + MULTIPLY(z2, FIX_0_765366865)
    [all...]
jfdctfst.c 102 /* Multiply a DCTELEM variable by an INT32 constant, and immediately
106 #define MULTIPLY(var,const) ((DCTELEM) DESCALE((var) * (const), CONST_BITS))
146 z1 = MULTIPLY(tmp12 + tmp13, FIX_0_707106781); /* c4 */
157 z5 = MULTIPLY(tmp10 - tmp12, FIX_0_382683433); /* c6 */
158 z2 = MULTIPLY(tmp10, FIX_0_541196100) + z5; /* c2-c6 */
159 z4 = MULTIPLY(tmp12, FIX_1_306562965) + z5; /* c2+c6 */
160 z3 = MULTIPLY(tmp11, FIX_0_707106781); /* c4 */
196 z1 = MULTIPLY(tmp12 + tmp13, FIX_0_707106781); /* c4 */
207 z5 = MULTIPLY(tmp10 - tmp12, FIX_0_382683433); /* c6 */
208 z2 = MULTIPLY(tmp10, FIX_0_541196100) + z5; /* c2-c6 *
    [all...]
jidctfst.c 115 /* Multiply a DCTELEM variable by an INT32 constant, and immediately
119 #define MULTIPLY(var,const) ((DCTELEM) DESCALE((var) * (const), CONST_BITS))
125 * declared INT32, so a 32-bit multiply will be used.
233 tmp12 = MULTIPLY(tmp1 - tmp3, FIX_1_414213562) - tmp13; /* 2*c4 */
253 tmp11 = MULTIPLY(z11 - z13, FIX_1_414213562); /* 2*c4 */
255 z5 = MULTIPLY(z10 + z12, FIX_1_847759065); /* 2*c2 */
256 tmp10 = MULTIPLY(z12, FIX_1_082392200) - z5; /* 2*(c2-c6) */
257 tmp12 = MULTIPLY(z10, - FIX_2_613125930) + z5; /* -2*(c2+c6) */
319 tmp12 = MULTIPLY((DCTELEM) wsptr[2] - (DCTELEM) wsptr[6], FIX_1_414213562)
335 tmp11 = MULTIPLY(z11 - z13, FIX_1_414213562); /* 2*c4 *
    [all...]
  /frameworks/base/graphics/java/android/graphics/
PorterDuff.java 54 MULTIPLY (14),
  /external/proguard/src/proguard/evaluation/value/
CompositeDoubleValue.java 33 public static final byte MULTIPLY = '*';
CompositeFloatValue.java 33 public static final byte MULTIPLY = '*';
CompositeIntegerValue.java 33 public static final byte MULTIPLY = '*';
CompositeLongValue.java 33 public static final byte MULTIPLY = '*';
SpecificDoubleValue.java 75 public DoubleValue multiply(DoubleValue other) method in class:SpecificDoubleValue
77 return other.multiply(this);
129 public DoubleValue multiply(SpecificDoubleValue other) method in class:SpecificDoubleValue
131 return new CompositeDoubleValue(this, CompositeDoubleValue.MULTIPLY, other);
SpecificFloatValue.java 75 public FloatValue multiply(FloatValue other) method in class:SpecificFloatValue
77 return other.multiply(this);
129 public FloatValue multiply(SpecificFloatValue other) method in class:SpecificFloatValue
131 return new CompositeFloatValue(this, CompositeFloatValue.MULTIPLY, other);
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
ViewLayersActivity.java 72 p.setColorFilter(new PorterDuffColorFilter(0xffff0000, PorterDuff.Mode.MULTIPLY));
78 p3.setColorFilter(new PorterDuffColorFilter(0xff00ff00, PorterDuff.Mode.MULTIPLY));
ViewLayersActivity5.java 54 p.setColorFilter(new PorterDuffColorFilter(0xff00ff00, PorterDuff.Mode.MULTIPLY));
FramebufferBlendActivity.java 73 drawBlendedBitmap(canvas, PorterDuff.Mode.MULTIPLY);
ViewLayersActivity6.java 43 mPaint.setColorFilter(new PorterDuffColorFilter(0xff00ff00, PorterDuff.Mode.MULTIPLY));
  /development/samples/ApiDemos/src/com/example/android/apis/app/
SetWallpaperActivity.java 70 wallpaperDrawable.setColorFilter(mColors[mColor], PorterDuff.Mode.MULTIPLY);
  /external/dexmaker/src/main/java/com/google/dexmaker/
BinaryOp.java 26 * <p>Math operations ({@link #ADD}, {@link #SUBTRACT}, {@link #MULTIPLY},
55 MULTIPLY() {
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
PorterDuffXfermode_Delegate.java 102 case MULTIPLY:
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
ColorFilters.java 105 PorterDuff.Mode.MULTIPLY,

Completed in 388 milliseconds

1 2