HomeSort by relevance Sort by last modified time
    Searched defs:SCALE (Results 1 - 18 of 18) sorted by null

  /frameworks/native/services/surfaceflinger/
Transform.h 56 SCALE = 0x4,
  /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,
  /frameworks/base/tests/RenderScriptTests/ModelViewer/src/com/android/modelviewer/
SgTransform.java 34 SCALE(3);
  /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/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/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/skia/src/core/
SkPictureFlat.h 49 SCALE,
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...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
tree-flow.h 330 #define SCALE(x) ((unsigned long) ((x) < 1024*10 \
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
tree-flow.h 330 #define SCALE(x) ((unsigned long) ((x) < 1024*10 \
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
tree-flow.h 330 #define SCALE(x) ((unsigned long) ((x) < 1024*10 \
  /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:__anon12641
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) */
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
tree-flow.h 616 #define SCALE(x) ((unsigned long) ((x) < 1024*10 \
    [all...]
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
Device.java 117 private static final Pattern SCALE = Pattern.compile("\\s*scale: (\\d+)");
145 Matcher scaleMatch = SCALE.matcher(line);
  /frameworks/base/libs/hwui/
DisplayListRenderer.h 55 #define SCALE 0x0008
83 Scale,
249 mMatrixFlags &= ~SCALE;
251 mMatrixFlags |= SCALE;
261 mMatrixFlags &= ~SCALE;
263 mMatrixFlags |= SCALE;
569 virtual void scale(float sx, float sy);
  /prebuilt/common/ddmlib/
ddmlib-prebuilt.jar 
  /prebuilt/common/jython/
jython.jar 

Completed in 661 milliseconds