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

  /external/webrtc/src/common_audio/signal_processing/
ilbc_specific_functions.c 27 void WebRtcSpl_ScaleAndAddVectorsWithRound(WebRtc_Word16 *vector1, WebRtc_Word16 scale1,
38 out[i] = (WebRtc_Word16)((WEBRTC_SPL_MUL_16_16(vector1[i], scale1)
  /external/jmonkeyengine/engine/src/core/com/jme3/math/
Quaternion.java 650 float scale1 = t; local
662 scale1 = FastMath.sin((t * theta)) * invSinTheta;
668 this.x = (scale0 * q1.x) + (scale1 * q2.x);
669 this.y = (scale0 * q1.y) + (scale1 * q2.y);
670 this.z = (scale0 * q1.z) + (scale1 * q2.z);
671 this.w = (scale0 * q1.w) + (scale1 * q2.w);
706 float scale1 = changeAmnt; local
719 scale1 = FastMath.sin((changeAmnt * theta)) * invSinTheta;
725 this.x = (scale0 * this.x) + (scale1 * q2.x);
726 this.y = (scale0 * this.y) + (scale1 * q2.y);
    [all...]
  /external/opencv/cv/src/
cvfundam.cpp 800 double t, scale0 = 0, scale1 = 0; local
830 scale1 += sqrt(x*x + y*y);
834 scale1 *= t;
836 if( scale0 < FLT_EPSILON || scale1 < FLT_EPSILON )
840 scale1 = sqrt(2.)/scale1;
851 double x1 = (m2[i].x - m1c.x)*scale1;
852 double y1 = (m2[i].y - m1c.y)*scale1;
893 double tt1[] = { scale1, 0, -scale1*m1c.x, 0, scale1, -scale1*m1c.y, 0, 0, 1 }
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/joystick/os2/
SDL_sysjoystick.c 80 float scale1; /* Center to left/up Scale */ member in struct:joystick_hwdata::_transaxes
352 joystick->hwdata->transaxes[i].scale1 = (float)abs((AXIS_MIN/SYS_JoyData[index].axes_min[i]));
359 joystick->hwdata->transaxes[i].scale1 = 1.0; /* Just in case */
436 value*=transaxes[i].scale1;
  /external/aac/libAACenc/src/
adj_thr.cpp 1507 int scale0=0, scale1=0; local
1572 int scale1 = 0; local
    [all...]
  /external/skia/src/core/
SkDraw.cpp 2272 int scale1 = ScalarTo256(src.fX); local
    [all...]
  /external/apache-harmony/math/src/test/java/tests/api/java/math/
BigDecimalTest.java 554 BigDecimal scale1 = new BigDecimal(value2, 8); local
555 assertTrue("the scale of the number 123.34560000 is wrong", scale1
    [all...]
  /external/webrtc/src/common_audio/signal_processing/include/
signal_processing_library.h 276 WebRtc_Word16 scale1,
    [all...]

Completed in 334 milliseconds