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

1 2 3 4 5 6 7 8

  /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 */
  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9.x/include/
avx512pfintrin.h 52 void *addr, int scale, int hint)
55 scale, hint);
61 void *addr, int scale, int hint)
64 scale, hint);
70 void *addr, int scale, int hint)
73 scale, hint);
79 void *addr, int scale, int hint)
82 scale, hint);
87 _mm512_prefetch_i32scatter_pd (void *addr, __m256i index, int scale,
91 (long long const *)addr, scale, hint)
    [all...]
avx2intrin.h     [all...]
  /prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9.x/include/
avx512pfintrin.h 52 void *addr, int scale, int hint)
55 scale, hint);
61 void *addr, int scale, int hint)
64 scale, hint);
70 void *addr, int scale, int hint)
73 scale, hint);
79 void *addr, int scale, int hint)
82 scale, hint);
87 _mm512_prefetch_i32scatter_pd (void *addr, __m256i index, int scale,
91 (long long const *)addr, scale, hint)
    [all...]
avx2intrin.h     [all...]
  /external/skia/gm/
all_bitmap_configs.cpp 30 #define SCALE 128
37 bm.allocPixels(SkImageInfo::MakeA8(SCALE, SCALE));
41 SkImageInfo::Make(SCALE, SCALE, ct, kOpaque_SkAlphaType));
73 canvas->translate(0.5f * SCALE, 0.5f * SCALE);
77 canvas->drawCircle(0.0f, 0.0f, SCALE * 0.5f, p);
81 const SkScalar D = 0.3f * SkIntToScalar(SCALE);
85 p.setTextSize(0.28125f * SCALE);
    [all...]
  /system/bt/embdrv/sbc/decoder/srce/
synthesis-dct8.c 50 #ifndef SCALE
51 #define SCALE(x, y) (((x) + (1 << ((y)-1))) >> (y))
263 in0 = SCALE(in[0], DCTII_8_SHIFT_IN);
264 in1 = SCALE(in[1], DCTII_8_SHIFT_IN);
265 in2 = SCALE(in[2], DCTII_8_SHIFT_IN);
266 in3 = SCALE(in[3], DCTII_8_SHIFT_IN);
267 in4 = SCALE(in[4], DCTII_8_SHIFT_IN);
268 in5 = SCALE(in[5], DCTII_8_SHIFT_IN);
269 in6 = SCALE(in[6], DCTII_8_SHIFT_IN);
270 in7 = SCALE(in[7], DCTII_8_SHIFT_IN)
    [all...]
dequant.c 125 #ifndef SCALE
126 #define SCALE(x, y) (((x) + (1 << ((y)-1))) >> (y))
203 return SCALE(result, 24 - scale_factor);
210 return SCALE(result, 24 - scale_factor);
synthesis-sbc.c 141 W[i] = D[i]*SCALE[i%8]*AAN_DCT[remap_DCT(i)]
149 D[i]*SCALE[i%8]
202 #ifndef SCALE
203 #define SCALE(x, y) (((x) + (1 << ((y)-1))) >> (y))
455 pa = SCALE(-pa, 15);
479 pa = SCALE(-pa, 15);
482 pb = SCALE(-pb, 15);
496 pa = SCALE(-pa, 15);
538 y0 = -SCALE(f1 + f3, DCT_SHIFT);
539 y2 = -SCALE(LONG_MULT_DCT(DCTII_4_K06_FIX, f4), DCT_SHIFT)
    [all...]
  /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/linux-x86/host/x86_64-linux-glibc2.11-4.8/lib/gcc/x86_64-linux/4.8/include/
avx2intrin.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/lib/gcc/x86_64-linux/4.8/include/
avx2intrin.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/include/
avx2intrin.h     [all...]
  /external/fio/tools/
fio_generate_plots 88 SCALE=$4
106 PLOT_LINE=$PLOT_LINE"'$x' using (\$1/1000):(\$2/$SCALE) title \"Queue depth $DEPTH\" with lines ls $i"
117 # plot <sub title> <file name tag> <y axis label> <y axis scale>
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
SlashDrawable.java 50 private static final float SCALE = 24f;
53 private static final float LEFT = (CENTER_X - (SLASH_WIDTH / 2)) / SCALE;
54 private static final float TOP = (CENTER_Y - (SLASH_HEIGHT / 2)) / SCALE;
55 private static final float RIGHT = (CENTER_X + (SLASH_WIDTH / 2)) / SCALE;
125 final float end = mSlashed ? SLASH_HEIGHT / SCALE : 0f;
126 final float start = mSlashed ? 0f : SLASH_HEIGHT / SCALE;
145 final float radiusX = scale(CORNER_RADIUS, width);
146 final float radiusY = scale(CORNER_RADIUS, height);
148 scale(LEFT, width), method
149 scale(TOP, height) method
150 scale(RIGHT, width), method
178 private float scale(float frac, int width) { method in class:SlashDrawable
    [all...]
  /external/netperf/doc/examples/
bloat.sh 104 SCALE=`echo $MAXLATMAXBPS | awk '{print $2/$1}'`
112 --right-axis $SCALE:0 \
119 CDEF:sbps=bps,$SCALE,/ \
  /cts/tests/openglperf2/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 144 H.mType = (FLIP_H << 8) | SCALE;
152 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;
376 if (!(mType&(SCALE|ROTATE|TRANSLATE))
    [all...]
Transform.h 58 SCALE = 0x4,
  /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/packages/SystemUI/src/com/android/systemui/recents/views/
AnimationProps.java 43 @IntDef({ALL, TRANSLATION_X, TRANSLATION_Y, TRANSLATION_Z, ALPHA, SCALE, BOUNDS})
51 public static final int SCALE = 5;
  /external/skia/samplecode/
SamplePathOverstroke.cpp 133 const float SCALE = 1;
136 canvas->scale(SCALE, SCALE);
  /external/skia/src/core/
SkScan_AntiPath.cpp 17 #define SCALE (1 << SHIFT)
18 #define MASK (SCALE - 1)
28 - destination coordinates, scale equal to the output - often
30 - supersampled coordinates, scale equal to the output * SCALE
180 *accumulates* SCALE pixels worth of "alpha" in [0,(256/SCALE)]
243 fb = SCALE - fb;
311 // directly to the destintion canvas one row per SCALE supersampled rows.
331 // xleft is (SCALE - # of covered supersampled pixels) in tha
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
DessertCaseView.java 121 public static final float SCALE = 0.25f; // natural display size will be SCALE*mCellSize
259 setScaleX(SCALE);
260 setScaleY(SCALE);
261 setTranslationX(0.5f * (mWidth - mCellSize * mColumns) * SCALE);
262 setTranslationY(0.5f * (mHeight - mCellSize * mRows) * SCALE);
362 int scale = 1;
365 scale = 4;
369 scale = 3;
373 scale = 2
    [all...]
  /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...]

Completed in 518 milliseconds

1 2 3 4 5 6 7 8