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

1 2

  /frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
wb_vad_c.h 31 #define SCALE 128 /* (UNITY*UNITY)/512 */
57 #define THR_MIN (Word16)(1.6*SCALE) /* Minimum threshold */
58 #define THR_HIGH (Word16)(6*SCALE) /* Highest threshold */
59 #define THR_LOW (Word16)(1.7*SCALE) /* Lowest threshold */
64 #define SP_CH_MIN (Word16)(-0.75*SCALE)
65 #define SP_CH_MAX (Word16)(0.75*SCALE)
74 #define HANG_P2 (Word16)(4*SCALE) /* threshold for shortest hangover */
  /external/libgsm/src/
lpc.c 67 # define SCALE(n) \
73 # define SCALE(n) \
80 SCALE(1)
81 SCALE(2)
82 SCALE(3)
83 SCALE(4)
85 # undef SCALE
155 float scale; local
167 scale = MAX_LONGWORD / f_L_ACF[0];
170 L_ACF[k] = f_L_ACF[k] * scale;
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/transforms/
TransformOperation.h 40 SCALE_X, SCALE_Y, SCALE,
ScaleTransformOperation.h 76 ASSERT(type == SCALE_X || type == SCALE_Y || type == SCALE_Z || type == SCALE || type == SCALE_3D);
  /prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.7/lib/gcc/i686-linux-android/4.7/include/
avx2intrin.h     [all...]
  /prebuilts/gcc/linux-x86/x86/i686-linux-android-4.7/lib/gcc/i686-linux-android/4.7/include/
avx2intrin.h     [all...]
  /frameworks/native/services/surfaceflinger/
Transform.cpp 148 H.mType = (FLIP_H << 8) | SCALE;
156 V.mType = (FLIP_V << 8) | SCALE;
261 bool scale = false; local
267 scale = true;
274 scale = true;
288 mType ^= SCALE;
290 mType ^= SCALE;
291 if (scale)
292 mType |= SCALE;
375 if (!(mType&(SCALE|ROTATE|TRANSLATE))
    [all...]
Transform.h 56 SCALE = 0x4,
DisplayDevice.cpp 409 // Apply the logical translation, scale to physical size, apply the
415 (type >= Transform::SCALE));
  /external/opencv/otherlibs/highgui/
utils.cpp 77 #define SCALE 14
78 #define cR (int)(0.299*(1 << SCALE) + 0.5)
79 #define cG (int)(0.587*(1 << SCALE) + 0.5)
80 #define cB ((1 << SCALE) - cR - cG)
93 int t = descale( rgb[swap_rb]*cB + rgb[1]*cG + rgb[swap_rb^2]*cR, SCALE );
112 int t = descale( rgb[swap_rb]*cB + rgb[1]*cG + rgb[swap_rb^2]*cR, SCALE );
131 int t = descale( rgba[swap_rb]*cB + rgba[1]*cG + rgba[swap_rb^2]*cR, SCALE );
240 ((((ushort*)bgr555)[i] >> 7) & 0xf8)*cR, SCALE );
257 ((((ushort*)bgr565)[i] >> 8) & 0xf8)*cR, SCALE );
332 int t = descale( y*cB + m*cG + c*cR, SCALE );
601 double scale = src_depth <= CV_8S ? 1 : src_depth <= CV_32S ? 1.\/256 : 255; local
    [all...]
  /frameworks/base/libs/hwui/
DisplayList.h 42 #define SCALE 0x0008
267 mMatrixFlags &= ~SCALE;
269 mMatrixFlags |= SCALE;
283 mMatrixFlags &= ~SCALE;
285 mMatrixFlags |= SCALE;
  /external/skia/legacy/src/core/
SkScan_AntiPath.cpp 18 #define SCALE (1 << SHIFT)
19 #define MASK (SCALE - 1)
29 - destination coordinates, scale equal to the output - often
31 - supersampled coordinates, scale equal to the output * SCALE
162 *accumulates* SCALE pixels worth of "alpha" in [0,(256/SCALE)]
230 fb = SCALE - fb;
296 // directly to the destintion canvas one row per SCALE supersampled rows.
316 // xleft is (SCALE - # of covered supersampled pixels) in tha
    [all...]
SkPicture.cpp 69 case SCALE: return "SCALE";
SkPictureFlat.h 49 SCALE,
  /frameworks/base/tests/RenderScriptTests/ModelViewer/src/com/android/modelviewer/
SgTransform.java 34 SCALE(3);
SceneGraphRS.java 167 mRobot1.setTransform(2, new Float4(0.2f, 0.2f, 0.2f, 0.0f), TransformType.SCALE);
171 mRobot2.setTransform(2, new Float4(0.3f, 0.3f, 0.3f, 0.0f), TransformType.SCALE);
  /system/core/libcutils/tests/memset_mips/
test_memset.c 16 #define SCALE 2 /* Most CPU's */
26 #define SCALE 1
64 return delta * SCALE;
  /external/skia/src/core/
SkScan_AntiPath.cpp 18 #define SCALE (1 << SHIFT)
19 #define MASK (SCALE - 1)
29 - destination coordinates, scale equal to the output - often
31 - supersampled coordinates, scale equal to the output * SCALE
157 *accumulates* SCALE pixels worth of "alpha" in [0,(256/SCALE)]
223 fb = SCALE - fb;
291 // directly to the destintion canvas one row per SCALE supersampled rows.
311 // xleft is (SCALE - # of covered supersampled pixels) in tha
    [all...]
SkPicture.cpp 74 case SCALE: return "SCALE";
SkPictureFlat.h 60 SCALE,
  /external/eigen/blas/
drotmg.f 94 * GO SCALE-CHECK..
109 * GO SCALE-CHECK
139 * PROCEDURE..SCALE-CHECK
srotmg.f 96 * GO SCALE-CHECK..
111 * GO SCALE-CHECK
141 * PROCEDURE..SCALE-CHECK
  /external/opencv/cvaux/src/
cvhmmobs.cpp 103 #define SCALE(x) CV_FLT_TO_FIX((x),DCT_SCALE)
108 #define SCALE(x) (float)(x)
542 cfs[j] = SCALE(a); \
543 cfs2[j] = SCALE(b); \
546 double t, scale = 1. / sqrt( (double)n ); local
549 cfs[0] = SCALE( scale );
550 scale *= sqrt2;
551 cfs[1] = SCALE( scale );
    [all...]
  /external/srec/srec/include/
pre_desc.h 42 #define SCALE 1 /* Scaling the channels */
82 prdata scale; /* X - scale to log function */ member in struct:__anon15442
84 float logscale; /* Y - scale to log function */
154 int imel_shift; /* Imelda scale factor (in shifts) */
157 int inv_shift; /* inverse Imelda scale factor (in shifts) */
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageShow.java 90 SCALE,
320 // TODO: center scale on gesture
321 canvas.scale(scaleFactor, scaleFactor, cx, cy);
350 canvas.scale(scaleFactor, scaleFactor, cx, cy);
384 float scale = GeometryMath.scale(image.getWidth(), image.getHeight(), getWidth(), local
387 float w = image.getWidth() * scale;
388 float h = image.getHeight() * scale;
571 if (mInteractionMode == InteractionMode.SCALE) {
575 // If we were scaling, the scale will stop but we wil
641 float scale = 1.0f; local
    [all...]

Completed in 770 milliseconds

1 2