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

1 2

  /frameworks/base/media/libstagefright/codecs/aacenc/src/
spreading.c 42 /* slope to higher frequencies */
47 /* slope to lower frequencies */
  /external/skia/src/core/
SkScan_Antihair.cpp 100 static SkFixed hline(int x, int stopx, SkFixed fy, SkFixed /*slope*/, SkBlitter* blitter, int mod64)
165 static SkFixed vline(int y, int stopy, SkFixed fx, SkFixed /*slope*/, SkBlitter* blitter, int mod64)
214 typedef SkFixed (*LineProc)(int istart, int istop, SkFixed fstart, SkFixed slope, SkBlitter*, int);
246 SkFixed fstart, slope;
260 slope = 0;
263 slope = fastfixdiv(y1 - y0, x1 - x0);
264 SkASSERT(slope >= -SK_Fixed1 && slope <= SK_Fixed1);
265 fstart += (slope * (32 - (x0 & 63)) + 32) >> 6;
285 fstart += slope * (clip->fLeft - istart)
    [all...]
SkScan_Hairline.cpp 107 SkFixed slope = SkFixedDiv(dy, dx);
108 SkFixed startY = SkFDot6ToFixed(y0) + (slope * ((32 - x0) & 63) >> 6);
110 horiline(ix0, ix1, startY, slope, blitter);
124 SkFixed slope = SkFixedDiv(dx, dy);
125 SkFixed startX = SkFDot6ToFixed(x0) + (slope * ((32 - y0) & 63) >> 6);
127 vertline(iy0, iy1, startX, slope, blitter);
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;
  /external/webkit/WebCore/svg/
SVGComponentTransferFunctionElement.h 45 DECLARE_ANIMATED_PROPERTY(SVGComponentTransferFunctionElement, SVGNames::slopeAttr, float, Slope, slope)
SVGComponentTransferFunctionElement.cpp 113 func.slope = slope();
SVGComponentTransferFunctionElement.idl 39 readonly attribute SVGAnimatedNumber slope;
svgattrs.in 181 slope
  /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/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/webkit/WebCore/platform/graphics/filters/
FEComponentTransfer.h 45 , slope(0.0f)
55 float slope; member in struct:WebCore::ComponentTransferFunction
  /external/iproute2/tc/
q_hfsc.c 48 " m1 : slope of first segment\n"
50 " m2 : slope of second segment\n"
372 * concave curve, slope of first segment is umax/dmax,
380 * convex curve, slope of first segment is 0, intersection
  /external/webkit/WebCore/platform/graphics/
Path.cpp 72 float slope = atan2f(change.height(), change.width()); local
76 traversalState.m_current.move(offset * cosf(slope), offset * sinf(slope));
79 traversalState.m_normalAngle = slope * rad2deg;
  /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] = {
  /external/iproute2/include/linux/
pkt_sched.h 320 __u32 m1; /* slope of the first segment in bps */
322 __u32 m2; /* slope of the second segment in bps */
  /external/kernel-headers/original/linux/
pkt_sched.h 320 __u32 m1; /* slope of the first segment in bps */
322 __u32 m2; /* slope of the second segment in bps */
  /external/speex/libspeex/
filterbank.c 204 /* Low freq slope: 14 dB/Bark*/
205 /* High freq slope: 9 dB/Bark*/
  /frameworks/base/media/libstagefright/codecs/amrnb/common/src/
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*/
lsp_lsf_tbl.cpp 95 /* slope used to compute y = acos(x) */
97 extern const Word16 slope[64] = variable
  /external/freetype/include/freetype/
tttables.h 154 /* slope of the cursor (slope=rise/run). */
157 /* slope. */
275 /* slope of the cursor (slope=rise/run). */
278 /* slope. */
    [all...]
  /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);
  /external/chromium/third_party/icu/source/i18n/
bocsu.c 105 * a sequence of byte-encoded differences (slope detection),
bocsu.h 37 * Method: Slope Detection
  /external/icu4c/i18n/
bocsu.c 105 * a sequence of byte-encoded differences (slope detection),

Completed in 1647 milliseconds

1 2