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

1 2

  /frameworks/base/media/libstagefright/codecs/amrwbenc/inc/
isp_isf.tab 43 /* slope in Q11 used to compute y = acos(x) */
45 const static Word16 slope[128] = {
  /frameworks/base/media/libstagefright/codecs/amrnb/common/src/
lsp_lsf_tbl.cpp 95 /* slope used to compute y = acos(x) */
97 extern const Word16 slope[64] = variable
lsp_lsf.cpp 112 extern const Word16 slope[];
263 slope = table to used to calculate inverse cosine
313 slope[ind] )/4096
315 L_tmp = L_mult (sub (lsp[i], table[ind]), slope[ind]);
316 //(lsp[i]-table[ind])*slope[ind])>>12
373 slope[ind] )/4096 */
375 L_tmp = (Word32)(temp - table[ind]) * slope[ind];
377 /*(lsp[i]-table[ind])*slope[ind])>>12*/
  /external/webkit/Source/WebCore/platform/graphics/
FloatPoint.cpp 83 float slope = (p2.y() - p1.y()) / (p2.x() - p1.x()); local
84 c = p1.y() - slope * p1.x();
85 return slope;
Path.cpp 74 float slope = atan2f(change.height(), change.width()); local
78 traversalState.m_current.move(offset * cosf(slope), offset * sinf(slope));
80 traversalState.m_normalAngle = rad2deg(slope);
  /external/webkit/Source/WebCore/svg/
SVGComponentTransferFunctionElement.h 49 DECLARE_ANIMATED_NUMBER(Slope, slope)
SVGComponentTransferFunctionElement.idl 42 readonly attribute SVGAnimatedNumber slope;
SVGComponentTransferFunctionElement.cpp 36 DEFINE_ANIMATED_NUMBER(SVGComponentTransferFunctionElement, SVGNames::slopeAttr, Slope, slope)
148 func.slope = slope();
  /external/webkit/Source/WebCore/platform/graphics/filters/
FEComponentTransfer.h 45 , slope(0)
55 float slope; member in struct:WebCore::ComponentTransferFunction
FEComponentTransfer.cpp 136 double val = transferFunction.slope * i + 255 * transferFunction.intercept;
219 << "\" slope=\"" << function.slope
  /external/quake/quake/src/QW/client/
d_sprite.c 204 float du, dv, vtop, vbottom, slope; local
229 slope = du / dv;
230 u_step = (int)(slope * 0x10000);
232 u = (int)((pvert->u + (slope * (vtop - pvert->v))) * 0x10000) +
266 float du, dv, vtop, vbottom, slope, uvert, unext, vvert, vnext; local
309 slope = du / dv;
310 u_step = (int)(slope * 0x10000);
312 u = (int)((uvert + (slope * (vtop - vvert))) * 0x10000) +
  /external/quake/quake/src/WinQuake/
d_sprite.cpp 204 float du, dv, vtop, vbottom, slope; local
229 slope = du / dv;
230 u_step = (int)(slope * 0x10000);
232 u = (int)((pvert->u + (slope * (vtop - pvert->v))) * 0x10000) +
266 float du, dv, vtop, vbottom, slope, uvert, unext, vvert, vnext; local
309 slope = du / dv;
310 u_step = (int)(slope * 0x10000);
312 u = (int)((uvert + (slope * (vtop - vvert))) * 0x10000) +
  /external/skia/src/core/
SkScan_Antihair.cpp 97 static SkFixed hline(int x, int stopx, SkFixed fy, SkFixed /*slope*/,
160 static SkFixed vline(int y, int stopy, SkFixed fx, SkFixed /*slope*/,
212 SkFixed slope, SkBlitter*, int);
241 SkFixed fstart, slope;
254 slope = 0;
257 slope = fastfixdiv(y1 - y0, x1 - x0);
258 SkASSERT(slope >= -SK_Fixed1 && slope <= SK_Fixed1);
259 fstart += (slope * (32 - (x0 & 63)) + 32) >> 6;
278 fstart += slope * (clip->fLeft - istart)
    [all...]
SkEdge.cpp 75 SkFixed slope = SkFDot6Div(x1 - x0, y1 - y0); local
77 fX = SkFDot6ToFixed(x0 + SkFixedMul(slope, (32 - y0) & 63)); // + SK_Fixed1/2
78 fDX = slope;
115 SkFixed slope = SkFDot6Div(x1 - x0, y1 - y0); local
117 fX = SkFDot6ToFixed(x0 + SkFixedMul(slope, (32 - y0) & 63)); // + SK_Fixed1/2
118 fDX = slope;
SkScan_Hairline.cpp 106 SkFixed slope = SkFixedDiv(dy, dx);
107 SkFixed startY = SkFDot6ToFixed(y0) + (slope * ((32 - x0) & 63) >> 6);
109 horiline(ix0, ix1, startY, slope, blitter);
121 SkFixed slope = SkFixedDiv(dx, dy);
122 SkFixed startX = SkFDot6ToFixed(x0) + (slope * ((32 - y0) & 63) >> 6);
124 vertline(iy0, iy1, startX, slope, blitter);
  /frameworks/base/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/esd/include/
audiofile.h 519 double slope, double intercept, double minClip, double maxClip);
521 double *slope, double *intercept, double *minClip, double *maxClip);
525 double slope, double intercept, double minClip, double maxClip);
529 double slope, double intercept, double minClip, double maxClip);
531 double *slope, double *intercept, double *minClip, double *maxClip);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
audiofile.h 519 double slope, double intercept, double minClip, double maxClip);
521 double *slope, double *intercept, double *minClip, double *maxClip);
525 double slope, double intercept, double minClip, double maxClip);
529 double slope, double intercept, double minClip, double maxClip);
531 double *slope, double *intercept, double *minClip, double *maxClip);
  /external/svox/pico/compat/src/com/android/tts/compat/
SynthProxy.java 160 float attenuationInDb, float freqInHz, float slope);
  /cts/apps/CtsVerifier/lib/colorchecker/
colorchecker.cpp 165 // 'right' means slope between (-1/3, 1/3), positive X change
167 float slope = ((float)(nY - cY)) / (nX - cX); local
168 if (slope > -0.33 && slope < 0.33) {
176 // 'down' means inv slope between (-1/3, 1/3), positive Y change
328 float slope = (float)(y1 - y0) / (x1 - x0); local
330 int y = y0 + slope * (x - x0);
  /frameworks/base/core/java/android/gesture/
GestureUtils.java 164 float slope = (segmentEndY - segmentStartY) / local
167 ypos = slope * (xpos - segmentStartX) + segmentStartY;
173 float slope = (segmentEndY - segmentStartY) / local
176 ypos = slope * (xpos - segmentStartX) + segmentStartY;
  /external/opencv/cxcore/src/
cxdrawing.cpp 281 /* Correction table depent on the slope */
301 int slope; local
352 slope = (y_step >> (XY_SHIFT - 5)) & 0x3f;
353 slope ^= (y_step < 0 ? 0x3f : 0);
376 slope = (x_step >> (XY_SHIFT - 5)) & 0x3f;
377 slope ^= (x_step < 0 ? 0x3f : 0);
384 slope = (slope & 0x20) ? 0x100 : icvSlopeCorrTable[slope];
388 int t0 = slope << 7
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/gpu/
LoopBlinnMathUtils.cpp 541 float slope = deltaY / deltaX;
542 float b = pts[0].y() - slope * pts[0].x();
544 float x = (xRay.y() - b) / slope;
  /external/svox/pico/compat/jni/
com_android_tts_compat_SynthProxy.cpp 313 jfloat filterGain, jfloat attenuationInDb, jfloat freqInHz, jfloat slope)
319 fFilterShelfSlope = slope;
325 LOGE("Invalid slope, can't be null");
  /external/webkit/Source/WebCore/css/
CSSGradientValue.cpp 499 float slope = tan(deg2rad(angleDeg)); local
501 // We find the endpoint by computing the intersection of the line formed by the slope,
503 float perpendicularSlope = -1 / slope;
520 float endX = c / (slope - perpendicularSlope);
    [all...]

Completed in 7187 milliseconds

1 2