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

  /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);
  /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/webrtc/src/common_audio/signal_processing/
ilbc_specific_functions.c 28 WebRtc_Word16 *vector2, WebRtc_Word16 scale2,
39 + WEBRTC_SPL_MUL_16_16(vector2[i], scale2) + roundVal) >> right_shifts);
  /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...]
  /external/qemu/android/skin/
argb.h 209 #define ARGB_RESCALE(x,scale2) ARGB_MULSHIFT(x,x,scale2,ARGB_RESCALE_SHIFT)
229 ARGB_DECL_SCALE(scale2, op->scale);
289 ARGB_RESCALE(pix,scale2);
325 ARGB_DECL_SCALE(scale2, op->scale);
435 ARGB_RESCALE(pix,scale2);
  /external/skia/legacy/src/core/
SkDraw.cpp 2273 int scale2 = ScalarTo256(src.fY); local
    [all...]
  /external/apache-harmony/math/src/test/java/tests/api/java/math/
BigDecimalTest.java 557 BigDecimal scale2 = new BigDecimal("29389."); local
559 scale2.scale() == 0);
    [all...]
  /external/webrtc/src/common_audio/signal_processing/include/
signal_processing_library.h 278 WebRtc_Word16 scale2,
    [all...]
  /external/skia/src/core/
SkDraw.cpp 2416 int scale2 = ScalarTo256(src.fY); local
    [all...]
  /external/opencv/cxcore/src/
cxdxt.cpp     [all...]
  /prebuilts/tools/common/freemarker/
freemarker-2.3.19.jar 

Completed in 358 milliseconds