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

1 2 3 4 5 6 7 8 91011>>

  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
scaling_tab.cpp 50 const int32 scale[63] = {0, 262145, 131073, 87382, 65537, 52430, 43692, 37450, 32769, 29128, variable
scaling.h 24 extern const int32 scale[63];
  /external/aac/libFDK/include/mips/
scale.h 98 * \brief Scale input value by 2^{scale} and saturate output to 2^{dBits-1}
104 #define SATURATE_RIGHT_SHIFT(src, scale, dBits) \
105 (__builtin_mips_shll_s_w((src)>>scale,(DFRACT_BITS-(dBits)))>>(DFRACT_BITS-(dBits)))
  /external/qemu/android/protocol/
ui-commands-proxy.h 33 /* Changes the scale of the emulator window at runtime.
35 * scale, is_dpi - New window scale parameters
39 extern int uicmd_set_window_scale(double scale, int is_dpi);
ui-commands-qemu.c 23 extern void android_emulator_set_window_scale(double scale, int is_dpi);
26 uicmd_set_window_scale(double scale, int is_dpi)
28 android_emulator_set_window_scale(scale, is_dpi);
ui-commands-api.h 20 /* Changes the scale of the emulator window at runtime.
22 * scale, is_dpi - New window scale parameters
26 extern int uicmd_set_window_scale(double scale, int is_dpi);
ui-commands.h 23 /* Sets window scale. */
33 double scale; member in struct:UICmdSetWindowsScale
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
SimpleBigDecimal.java 10 * point is called the <code>scale</code> of the <code>SimpleBigDecimal</code>.
11 * Unlike in {@link java.math.BigDecimal BigDecimal}, the scale is not adjusted
13 * taking part in the same arithmetic operation must have equal scale. The
15 * <code>SimpleBigDecimal</code> with double scale.
23 private final int scale; field in class:SimpleBigDecimal
30 * @param scale The scale of the <code>SimpleBigDecimal</code> to be
34 public static SimpleBigDecimal getInstance(BigInteger value, int scale)
36 return new SimpleBigDecimal(value.shiftLeft(scale), scale);
    [all...]
  /external/aac/libFDK/include/arm/
scale.h 95 inline static INT shiftRightSat(INT src, int scale)
102 : "r"(src>>scale), "M"(SAMPLE_BITS)
108 #define SATURATE_INT_PCM_RIGHT_SHIFT(src, scale) shiftRightSat(src, scale)
110 inline static INT shiftLeftSat(INT src, int scale)
117 : "r"(src<<scale), "M"(SAMPLE_BITS)
123 #define SATURATE_INT_PCM_LEFT_SHIFT(src, scale) shiftLeftSat(src, scale)
143 #define SATURATE_RIGHT_SHIFT(src, scale, dBits) \
144 ( (((LONG)(src) ^ ((LONG)(src) >> (DFRACT_BITS-1)))>>(scale)) > (LONG)(((1U)<<((dBits)-1))-1))
    [all...]
  /external/aac/libFDK/include/
scale.h 102 #include "arm/scale.h"
105 #include "mips/scale.h"
110 #include "../src/scale.cpp"
196 * \brief Scale input value by 2^{scale} and saturate output to 2^{dBits-1}
204 #define SATURATE_RIGHT_SHIFT(src, scale, dBits) \
205 ( (((LONG)(src)>>(scale)) > (LONG)(((1U)<<((dBits)-1))-1)) ? (LONG)(((1U)<<((dBits)-1))-1) \
206 : (((LONG)(src)>>(scale)) < ~((LONG)(((1U)<<((dBits)-1))-1))) ? ~((LONG)(((1U)<<((dBits)-1))-1)) \
207 : ((LONG)(src) >> (scale)) )
211 #define SATURATE_LEFT_SHIFT(src, scale, dBits)
    [all...]
  /external/webkit/Source/WebKit2/WebProcess/WebPage/qt/
TiledDrawingAreaQt.cpp 42 void TiledDrawingArea::paintIntoUpdateChunk(UpdateChunk* updateChunk, float scale)
50 graphicsContext.scale(FloatSize(scale, scale));
51 IntRect contentRect = enclosingIntRect(FloatRect(tileRect.x() / scale,
52 tileRect.y() / scale,
53 tileRect.width() / scale,
54 tileRect.height() / scale));
  /external/webkit/Source/WebCore/svg/
SVGZoomEvent.cpp 44 void SVGZoomEvent::setPreviousScale(float scale)
46 m_previousScale = scale;
59 void SVGZoomEvent::setNewScale(float scale)
61 m_newScale = scale;
  /external/skia/legacy/src/core/
SkBitmapProcState_filter.h 58 SkPMColor *dst, uint16_t scale) {
80 "vdup.16 d3, %[scale] \n\t" // duplicate scale into d3
82 "vmul.i16 d4, d4, d3 \n\t" // multiply result by scale
86 : [x] "r" (x), [y] "r" (y), [a00] "r" (a00), [a01] "r" (a01), [a10] "r" (a10), [a11] "r" (a11), [dst] "r" (dst), [scale] "r" (scale)
103 int scale = 256 - 16*y - 16*x + xy; local
104 uint32_t lo = (a00 & mask) * scale;
105 uint32_t hi = ((a00 >> 8) & mask) * scale;
107 scale = 16*x - xy
133 int scale = 256 - 16*y - 16*x + xy; local
    [all...]
  /external/skia/src/core/
SkBitmapProcState_filter.h 31 int scale = 256 - 16*y - 16*x + xy; local
32 uint32_t lo = (a00 & mask) * scale;
33 uint32_t hi = ((a00 >> 8) & mask) * scale;
35 scale = 16*x - xy;
36 lo += (a01 & mask) * scale;
37 hi += ((a01 >> 8) & mask) * scale;
39 scale = 16*y - xy;
40 lo += (a10 & mask) * scale;
41 hi += ((a10 >> 8) & mask) * scale;
61 int scale = 256 - 16*y - 16*x + xy local
91 int scale = 256 - 16*t; local
113 int scale = 256 - 16*t; local
    [all...]
  /external/icu4c/test/cintltst/
utmstest.c 100 static void roundTripTest(int64_t value, UDateTimeScale scale)
103 int64_t rt = utmscale_toInt64(utmscale_fromInt64(value, scale, &status), scale, &status);
106 log_err("Round-trip error: time scale = %d, value = %lld, round-trip = %lld.\n", scale, value, rt);
110 static void toLimitTest(int64_t toLimit, int64_t fromLimit, UDateTimeScale scale)
113 int64_t result = utmscale_toInt64(toLimit, scale, &status);
116 log_err("toLimit failure: scale = %d, toLimit = %lld , utmscale_toInt64(toLimit, scale, &status) = %lld, fromLimit = %lld.\n",
117 scale, toLimit, result, fromLimit)
154 int32_t scale; local
167 int32_t scale; local
181 int32_t scale; local
196 int32_t scale; local
256 int32_t scale; local
330 int32_t scale; local
    [all...]
  /external/skia/gm/
hittestpath.cpp 47 int scale = 300; local
49 path.lineTo(rand.nextUScalar1() * scale, rand.nextUScalar1() * scale);
50 path.quadTo(rand.nextUScalar1() * scale, rand.nextUScalar1() * scale,
51 rand.nextUScalar1() * scale, rand.nextUScalar1() * scale);
52 path.cubicTo(rand.nextUScalar1() * scale, rand.nextUScalar1() * scale,
53 rand.nextUScalar1() * scale, rand.nextUScalar1() * scale
    [all...]
filltypes.cpp 37 SkScalar scale, const SkPaint& paint) {
47 canvas->scale(scale, scale);
53 void showFour(SkCanvas* canvas, SkScalar scale, const SkPaint& paint) {
55 scale, paint);
57 scale, paint);
59 scale, paint);
61 scale, paint);
70 const SkScalar scale = SkIntToScalar(5)/4 local
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/math/
Transform.java 40 * Represents a translation, rotation and scale in one object.
53 private Vector3f scale = new Vector3f(1,1,1); field in class:Transform
60 public Transform(Vector3f translation, Quaternion rot, Vector3f scale){
62 this.scale.set(scale);
106 * Sets this scale to the given value.
107 * @param scale The new scale for this matrix.
110 public Transform setScale(Vector3f scale) {
111 this.scale.set(scale)
    [all...]
  /external/aac/libAACdec/src/arm/
block_arm.cpp 115 int scale = SpecScale_window-pSfbScale[window*16+band]; local
116 if (scale)
125 tmp0 >>= scale; local
126 tmp1 >>= scale; local
127 tmp2 >>= scale; local
128 tmp3 >>= scale; local
  /frameworks/base/core/java/android/view/
MagnificationSpec.java 33 public float scale = 1.0f; field in class:MagnificationSpec
41 public void initialize(float scale, float offsetX, float offsetY) {
42 if (scale < 1) {
43 throw new IllegalArgumentException("Scale must be greater than or equal to one!");
45 this.scale = scale;
51 return scale == 1.0f && offsetX == 0 && offsetY == 0;
56 info.scale = other.scale;
73 scale = 1.0f
    [all...]
  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_framestitching.h 36 Find scale, rotation and translation of the similarity that
76 \param scale scale
83 \param allow_scaling estimate scale
87 DB_API void db_StitchSimilarity3DRaw(double *scale,double R[9],double t[3],
  /packages/apps/Gallery2/jni_mosaic/feature_stab/db_vlvm/
db_framestitching.h 36 Find scale, rotation and translation of the similarity that
76 \param scale scale
83 \param allow_scaling estimate scale
87 DB_API void db_StitchSimilarity3DRaw(double *scale,double R[9],double t[3],
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_framestitching.h 36 Find scale, rotation and translation of the similarity that
76 \param scale scale
83 \param allow_scaling estimate scale
87 DB_API void db_StitchSimilarity3DRaw(double *scale,double R[9],double t[3],
  /external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/collision/shapes/
CollisionShape.java 49 protected Vector3f scale = new Vector3f(1, 1, 1); field in class:CollisionShape
86 public void setScale(Vector3f scale) {
87 this.scale.set(scale);
88 setLocalScaling(objectId, scale);
92 return scale;
106 private native void setLocalScaling(long obectId, Vector3f scale);
112 capsule.write(scale, "scale", new Vector3f(1, 1, 1));
118 this.scale = (Vector3f) capsule.readSavable("scale", new Vector3f(1, 1, 1))
    [all...]
  /frameworks/base/libs/androidfw/
VelocityControl.cpp 72 float scale = mParameters.scale; local
74 float speed = hypotf(vx, vy) * scale;
77 scale *= mParameters.acceleration;
81 scale *= 1 + (speed - mParameters.lowThreshold)
89 mParameters.scale, mParameters.lowThreshold, mParameters.highThreshold,
91 vx, vy, speed, scale / mParameters.scale);
96 mParameters.scale, mParameters.lowThreshold, mParameters.highThreshold,
102 *deltaX *= scale;
    [all...]

Completed in 3703 milliseconds

1 2 3 4 5 6 7 8 91011>>