HomeSort by relevance Sort by last modified time
    Searched full:slope (Results 1 - 25 of 151) sorted by null

1 2 3 4 5 6 7

  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/
HermiteInterpolatorTests.java 68 // XY-slope at p0=3.0 (-0.75/-0.25)
69 assertFloatEquals("slope x p0", -0.25f, mInterpolator.mSlope1X);
70 assertFloatEquals("slope y p0", -0.75f, mInterpolator.mSlope1Y);
71 // XY-slope at p1=1/3.0 (0.50/1.50)
72 assertFloatEquals("slope x p1", 1.50f, mInterpolator.mSlope2X);
73 assertFloatEquals("slope y p1", 0.50f, mInterpolator.mSlope2Y);
104 // XY-slope at p1=1/3.0 (0.50/1.50)
105 assertFloatEquals("slope x p1", 1.50f, mInterpolator.mSlope1X);
106 assertFloatEquals("slope y p1", 0.50f, mInterpolator.mSlope1Y);
107 // XY-slope at p2=3.0 (1.50/0.50
    [all...]
  /frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
Vignette.java 37 private float slope = 20.0f; field in class:Vignette
57 t.setText("Slope");
84 slope = (float)progress;
102 center_y, scale, shade, slope); local
107 center_y, scale, shade, slope); local
112 scale, shade, slope); local
117 scale, shade, slope); local
  /frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
Vignette.java 33 private float slope = 20.0f; field in class:Vignette
53 t.setText("Slope");
80 slope = (float)progress;
98 center_y, scale, shade, slope); local
103 center_y, scale, shade, slope); local
108 scale, shade, slope); local
113 scale, shade, slope); local
  /frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
Vignette.java 37 private float slope = 20.0f; field in class:Vignette
57 t.setText("Slope");
84 slope = (float)progress;
102 center_y, scale, shade, slope); local
107 center_y, scale, shade, slope); local
112 scale, shade, slope); local
117 scale, shade, slope); local
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
HermiteInterpolator.java 33 /** The slope of the tangent at the start point. */
35 /** The slope of the tangent at the end point. */
67 * {@link #mP2X}, and {@link #mP2Y}. The slope of the tangents at start and end points will be
88 // Calculate the slope of the tangent at p1.
91 // The slope of the tangent is half of the vector p0->p2.
96 // B(bx,by) is the slope vector of the tangent at p2.
103 // The slope of the tangent is the mirror image of vector B to vector A.
112 // Calculate the slope of the tangent at p2.
115 // The slope of the tangent is half of the vector p1->p3.
120 // B(bx,by) is the slope vector of the tangent at p1
    [all...]
  /frameworks/av/media/libstagefright/codecs/aacenc/src/
spreading.c 42 /* slope to higher frequencies */
47 /* slope to lower frequencies */
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGComponentTransferFunctionElement.cpp 36 DEFINE_ANIMATED_NUMBER(SVGComponentTransferFunctionElement, SVGNames::slopeAttr, Slope, slope)
45 REGISTER_LOCAL_ANIMATED_PROPERTY(slope)
144 func.slope = slopeCurrentValue();
SVGComponentTransferFunctionElement.h 89 DECLARE_ANIMATED_NUMBER(Slope, slope)
SVGComponentTransferFunctionElement.idl 39 readonly attribute SVGAnimatedNumber slope;
  /external/skia/bench/
bench_util.py 247 self.slope = B
257 str(self.slope),
265 """Finds the minimal slope given one standard deviation."""
266 slope = self.slope
273 if slope < 0:
274 lower_left_y = slope*regr_start + intercept - error
275 upper_right_y = slope*regr_end + intercept + error
278 elif slope > 0:
279 upper_left_y = slope*regr_start + intercept + erro
    [all...]
  /external/chromium_org/skia/
fix_for_1186198.diff 15 fX = SkFDot6ToFixed(x0 + SkFixedMul(slope, (32 - y0) & 63)); // + SK_Fixed1/2
16 fDX = slope;
  /external/chromium_org/third_party/skia/src/core/
SkScan_Antihair.cpp 100 virtual SkFixed drawCap(int x, SkFixed fy, SkFixed slope, int mod64) = 0;
101 virtual SkFixed drawLine(int x, int stopx, SkFixed fy, SkFixed slope) = 0;
109 virtual SkFixed drawCap(int x, SkFixed fy, SkFixed slope, int mod64) SK_OVERRIDE {
131 SkFixed slope) SK_OVERRIDE {
405 SkFixed fstart, slope;
423 slope = 0;
426 slope = fastfixdiv(y1 - y0, x1 - x0);
427 SkASSERT(slope >= -SK_Fixed1 && slope <= SK_Fixed1);
428 fstart += (slope * (32 - (x0 & 63)) + 32) >> 6
    [all...]
SkEdge.h 123 SkFixed slope = SkFDot6Div(x1 - x0, y1 - y0);
126 fX = SkFDot6ToFixed(x0 + SkFixedMul(slope, dy)); // + SK_Fixed1/2
127 fDX = slope;
  /external/skia/src/core/
SkScan_Antihair.cpp 100 virtual SkFixed drawCap(int x, SkFixed fy, SkFixed slope, int mod64) = 0;
101 virtual SkFixed drawLine(int x, int stopx, SkFixed fy, SkFixed slope) = 0;
109 virtual SkFixed drawCap(int x, SkFixed fy, SkFixed slope, int mod64) SK_OVERRIDE {
131 SkFixed slope) SK_OVERRIDE {
405 SkFixed fstart, slope;
423 slope = 0;
426 slope = fastfixdiv(y1 - y0, x1 - x0);
427 SkASSERT(slope >= -SK_Fixed1 && slope <= SK_Fixed1);
428 fstart += (slope * (32 - (x0 & 63)) + 32) >> 6
    [all...]
SkEdge.h 123 SkFixed slope = SkFDot6Div(x1 - x0, y1 - y0);
126 fX = SkFDot6ToFixed(x0 + SkFixedMul(slope, dy)); // + SK_Fixed1/2
127 fDX = slope;
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
isp_isf.c 51 /* acos(isp[i])= ind*128 + ( ( isp[i]-table[ind] ) * slope[ind] )/2048 */
52 L_tmp = vo_L_mult(vo_sub(isp[i], table[ind]), slope[ind]);
53 isf[i] = vo_round((L_tmp << 4)); /* (isp[i]-table[ind])*slope[ind])>>11 */
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/filters/
FEComponentTransfer.h 45 , slope(0)
55 float slope; member in struct:WebCore::ComponentTransferFunction
  /external/iproute2/man/man8/
tc-hfsc.8 21 \fBm1\fR : slope of the first segment
23 \fBm2\fR : slope of the second segment
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
PathTraversalState.cpp 212 float slope = FloatPoint(m_current - m_previous).slopeAngleRadians(); local
215 m_current.move(offset * cosf(slope), offset * sinf(slope));
217 m_normalAngle = rad2deg(slope);
FloatPoint.cpp 114 float slope = (p2.y() - p1.y()) / (p2.x() - p1.x()); local
115 c = p1.y() - slope * p1.x();
116 return slope;
  /external/aac/libFDK/include/
FDK_tools_rom.h 134 * \brief Helper table for window slope mapping. You should prefer the usage of the
141 * \brief Window slope access helper. Obtain a window of given length and shape.
142 * \param length Length of the window slope.
143 * \param shape Shape index of the window slope. 0: sine window, 1: Kaiser-Bessel. Any other
145 * \param Pointer to window slope or NULL if the requested window slope is not available.
  /external/aac/libAACenc/src/
transform.cpp 117 fl: left window slope length
118 nl: left window slope offset
119 fr: right window slope length
120 nr: right window slope offset
174 /* Left window slope offset */
183 /* Left window slope */
191 /* Right window slope offset */
200 /* Right window slope */
  /frameworks/rs/java/tests/LivePreview/src/com/android/rs/livepreview/
yuv.rs 104 const float slope = 20.0f;
108 float lumen = vignetteShade / (1.0f + exp((sqrt(f) - range) * slope)) + (1.0f - vignetteShade);
  /external/chromium_org/net/quic/congestion_control/
inter_arrival_overuse_detector.cc 224 DLOG(INFO) << "Bandwidth estimate slope: Draining buffer(s)";
231 DLOG(INFO) << "Bandwidth estimate slope: Steady"
242 DLOG(INFO) << "Bandwidth estimate slope: Over using"
250 DLOG(INFO) << "Bandwidth estimate slope: Under using"
  /external/iproute2/man/man7/
tc-hfsc.7 138 linear or two\-piece linear convex functions (first slope < second slope),
152 service curve, \fIbut in case of a convex curve, uses its 2nd slope only.\fR
183 1st class \- 2mbit for 100ms, then 7mbit (convex \- 1st slope < 2nd slope)
185 2nd class \- 7mbit for 100ms, then 2mbit (concave \- 1st slope > 2nd slope)
197 it's constructed using \fIonly\fR RT service curve's 2nd slope (in our example
266 1st class \- 3mbit for 100ms, then 7mbit (convex \- 1st slope < 2nd slope)
    [all...]

Completed in 1608 milliseconds

1 2 3 4 5 6 7