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

1 2

  /external/bluetooth/bluedroid/embdrv/sbc/decoder/srce/
dequant.c 117 #ifndef SCALE
118 #define SCALE(x, y) (((x) + (1 <<((y)-1))) >> (y))
197 return SCALE(result, 24 - scale_factor);
205 return SCALE(result, 24 - scale_factor);
synthesis-dct8.c 49 #ifndef SCALE
50 #define SCALE(x, y) (((x) + (1 <<((y)-1))) >> (y))
221 in0 = SCALE(in[0], DCTII_8_SHIFT_IN);
222 in1 = SCALE(in[1], DCTII_8_SHIFT_IN);
223 in2 = SCALE(in[2], DCTII_8_SHIFT_IN);
224 in3 = SCALE(in[3], DCTII_8_SHIFT_IN);
225 in4 = SCALE(in[4], DCTII_8_SHIFT_IN);
226 in5 = SCALE(in[5], DCTII_8_SHIFT_IN);
227 in6 = SCALE(in[6], DCTII_8_SHIFT_IN);
228 in7 = SCALE(in[7], DCTII_8_SHIFT_IN)
    [all...]
synthesis-sbc.c 138 W[i] = D[i]*SCALE[i%8]*AAN_DCT[remap_DCT(i)]
145 W[i] = DSCALED[i]*AAN_DCT[remap_DCT(i)] where DSCALED[i] = D[i]*SCALE[i%8]
198 #ifndef SCALE
199 #define SCALE(x, y) (((x) + (1 <<((y)-1))) >> (y))
416 pa = SCALE(-pa, 15);
431 pa = SCALE(-pa, 15);
434 pb = SCALE(-pb, 15);
444 pa = SCALE(-pa, 15);
487 y0 = -SCALE(f1 + f3, DCT_SHIFT);
488 y2 = -SCALE(LONG_MULT_DCT(DCTII_4_K06_FIX, f4), DCT_SHIFT)
    [all...]
  /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
181 *accumulates* SCALE pixels worth of "alpha" in [0,(256/SCALE)]
247 fb = SCALE - fb;
315 // directly to the destintion canvas one row per SCALE supersampled rows.
335 // xleft is (SCALE - # of covered supersampled pixels) in tha
    [all...]
SkPictureFlat.h 56 SCALE,
  /frameworks/native/services/surfaceflinger/
Transform.h 58 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...]
  /frameworks/base/tests/RenderScriptTests/ModelViewer/src/com/android/modelviewer/
SgTransform.java 34 SCALE(3);
  /cts/suite/cts/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);
  /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/
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...]
SkPictureFlat.h 57 SCALE,
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
DessertCaseView.java 114 public static final float SCALE = 0.25f; // natural display size will be SCALE*mCellSize
252 setScaleX(SCALE);
253 setScaleY(SCALE);
254 setTranslationX(0.5f * (mWidth - mCellSize * mColumns) * SCALE);
255 setTranslationY(0.5f * (mHeight - mCellSize * mRows) * SCALE);
355 int scale = 1;
358 scale = 4;
362 scale = 3;
366 scale = 2
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
tree-flow.h 295 #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:__anon35724
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 115 SCALE,
426 canvas.scale(maskScale, maskScale);
440 canvas.scale(finalScale, finalScale, centerX, centerY);
456 canvas.scale(1, master.getAnimRotationValue(), centerX, centerY);
458 canvas.scale(1, master.getAnimRotationValue(), centerX, centerY);
460 canvas.scale(master.getAnimRotationValue(), 1, centerX, centerY);
462 canvas.scale(master.getAnimRotationValue(), 1, centerX, centerY);
466 canvas.scale(master.getAnimRotationValue(), 1, centerX, centerY);
468 canvas.scale(master.getAnimRotationValue(), 1, centerX, centerY);
470 canvas.scale(1, master.getAnimRotationValue(), centerX, centerY)
493 float scale = GeometryMathUtils.scale(imageWidth, imageHeight, local
744 float scale = 1.0f; local
    [all...]
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 
  /prebuilts/devtools/tools/lib/
ddmlib.jar 
  /prebuilts/gradle-plugin/com/android/tools/ddms/ddmlib/22.2.0/
ddmlib-22.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/ddms/ddmlib/22.4.0/
ddmlib-22.4.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/ddms/ddmlib/22.4.2/
ddmlib-22.4.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/ddms/ddmlib/22.5.0/
ddmlib-22.5.0.jar 

Completed in 491 milliseconds

1 2