HomeSort by relevance Sort by last modified time
    Searched refs:SCALE (Results 1 - 25 of 45) 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...]
  /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...]
  /cts/suite/pts/deviceTests/opengl/jni/reference/scene/flocking/
FlockingScene.cpp 139 const float MAIN_SCALE = 1.25f; // Scale up as the camera is far away.
163 const float SCALE = BOID_SCALE * MAIN_SCALE;
164 transformMatrix = Matrix::newScale(SCALE, SCALE, SCALE);
  /frameworks/native/services/surfaceflinger/
Transform.cpp 148 H.mType = (FLIP_H << 8) | SCALE;
156 V.mType = (FLIP_V << 8) | SCALE;
258 bool scale = false; local
264 scale = true;
271 scale = true;
285 mType ^= SCALE;
287 mType ^= SCALE;
288 if (scale)
289 mType |= SCALE;
372 if (!(mType&(SCALE|ROTATE|TRANSLATE))
    [all...]
Transform.h 58 SCALE = 0x4,
DisplayDevice.cpp 441 // Apply the logical translation, scale to physical size, apply the
447 (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 44 #define SCALE 0x0008
273 mMatrixFlags &= ~SCALE;
275 mMatrixFlags |= SCALE;
289 mMatrixFlags &= ~SCALE;
291 mMatrixFlags |= 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/chromium_org/third_party/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 83 case SCALE: return "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 83 case SCALE: return "SCALE";
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
DessertCaseView.java 113 public static final float SCALE = 0.25f; // natural display size will be SCALE*mCellSize
247 setScaleX(SCALE);
248 setScaleY(SCALE);
249 setTranslationX(0.5f * (mWidth - mCellSize * mColumns) * SCALE);
250 setTranslationY(0.5f * (mHeight - mCellSize * mRows) * SCALE);
337 int scale = 1; local
340 scale = 4;
344 scale = 3;
348 scale = 2
428 final int scale = (Integer) v.getTag(TAG_SPAN); local
    [all...]
  /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:__anon28325
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) */
  /external/chromium_org/content/renderer/
skia_benchmarking_extension_unittest.cc 56 canvas.scale(SkIntToScalar(2), SkIntToScalar(2));
88 EXPECT_EQ(cmd, SCALE);
89 EXPECT_STREQ(SkDrawCommand::GetCommandString(cmd), "Scale");
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageShow.java 115 SCALE,
425 canvas.scale(maskScale, maskScale);
439 canvas.scale(finalScale, finalScale, centerX, centerY);
455 canvas.scale(1, master.getAnimRotationValue(), centerX, centerY);
457 canvas.scale(1, master.getAnimRotationValue(), centerX, centerY);
459 canvas.scale(master.getAnimRotationValue(), 1, centerX, centerY);
461 canvas.scale(master.getAnimRotationValue(), 1, centerX, centerY);
465 canvas.scale(master.getAnimRotationValue(), 1, centerX, centerY);
467 canvas.scale(master.getAnimRotationValue(), 1, centerX, centerY);
469 canvas.scale(1, master.getAnimRotationValue(), centerX, centerY)
492 float scale = GeometryMathUtils.scale(imageWidth, imageHeight, local
743 float scale = 1.0f; local
    [all...]
  /external/chromium_org/third_party/skia/src/utils/debugger/
SkDrawCommand.cpp 59 case SCALE: return "Scale";
99 canvas->scale(SkDoubleToScalar((kInsetFrac*size.fWidth)/bounds.width()),
102 canvas->scale(SkDoubleToScalar((kInsetFrac*size.fWidth)/bounds.height()),
833 fDrawType = SCALE;
840 canvas->scale(fSx, fSy);

Completed in 1026 milliseconds

1 2