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

  /external/chromium_org/third_party/opus/src/silk/
stereo_find_predictor.c 44 opus_int scale, scale1, scale2; local
49 silk_sum_sqr_shift( &nrgy, &scale2, y, length );
50 scale = silk_max_int( scale1, scale2 );
52 nrgy = silk_RSHIFT32( nrgy, scale - scale2 );
  /bionic/libm/upstream-freebsd/lib/msun/src/
k_exp.c 89 double x, y, exp_x, scale1, scale2; local
98 * Arrange so that scale1 * scale2 == 2**expt. We use this to
104 INSERT_WORDS(scale2, (0x3ff + half_expt) << 20, 0);
106 return (cpack(cos(y) * exp_x * scale1 * scale2,
107 sin(y) * exp_x * scale1 * scale2));
k_expf.c 72 float x, y, exp_x, scale1, scale2; local
83 SET_FLOAT_WORD(scale2, (0x7f + half_expt) << 23);
85 return (cpackf(cosf(y) * exp_x * scale1 * scale2,
86 sinf(y) * exp_x * scale1 * scale2));
  /external/chromium_org/ui/gfx/
transform_util.cc 86 double scale2 = w; local
87 Combine<4>(out, q1, q2, scale1, scale2);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
ImageFilterBorder.java 54 public Bitmap applyHelper(Bitmap bitmap, float scale1, float scale2 ) {
59 canvas.scale(scale2, scale2);
71 float scale2 = scaleFactor * 2.0f; local
72 float scale1 = 1 / scale2;
73 return applyHelper(bitmap, scale1, scale2);
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/geometry/
Quad.java 280 public Quad scale2(float sx, float sy) { method in class:Quad
  /external/opencv/ml/src/
mlann_mlp.cpp 401 double scale = 0, scale2 = f_param2; local
450 double a = x0*x1, b = x2*x3, d = scale2/(a*b), t0, t1;
460 double t = scale2*(1. - data[i])/(1. + data[i]);
467 data[i] = scale2*data[i];
482 double scale, scale2 = f_param2; local
498 scale2 *= scale;
503 df[j] = t*2*scale2;
536 t0 *= scale2*(2 - x0); t1 *= scale2*(2 - x1);
542 t0 *= scale2*(2 - x2); t1 *= scale2*(2 - x3)
    [all...]
  /libcore/harmony-tests/src/test/java/tests/api/java/math/
BigDecimalTest.java 557 BigDecimal scale2 = new BigDecimal("29389."); local
559 scale2.scale() == 0);
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkDraw.cpp 2442 int scale2 = ScalarTo256(src.fY); local
    [all...]
  /external/skia/src/core/
SkDraw.cpp 2488 int scale2 = ScalarTo256(src.fY); local
    [all...]
  /prebuilts/tools/common/freemarker/
freemarker-2.3.19.jar 

Completed in 199 milliseconds