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

  /external/webkit/Source/WebCore/svg/
SVGFEOffsetElement.h 48 DECLARE_ANIMATED_NUMBER(Dy, dy)
SVGTextPositioningElement.h 48 DECLARE_ANIMATED_LENGTH_LIST(Dy, dy)
SVGFEOffsetElement.cpp 36 DEFINE_ANIMATED_NUMBER(SVGFEOffsetElement, SVGNames::dyAttr, Dy, dy)
113 RefPtr<FilterEffect> effect = FEOffset::create(filter, dx(), dy());
SVGTextPositioningElement.cpp 39 DEFINE_ANIMATED_LENGTH_LIST(SVGTextPositioningElement, SVGNames::dyAttr, Dy, dy)
  /external/opencv/cv/src/
cvcorner.cpp 209 CvMat *Dx = 0, *Dy = 0, *cov = 0;
296 CV_CALL( Dy = cvCreateMat( max_dy, aligned_width, d_depth ));
299 Dx->cols = Dy->cols = size.width;
325 stripe_size.height = dy_filter.process( src, Dy, cvRect(0,y,-1,delta),
339 Dy->data.ptr, d_step, stripe_size,
347 Dy->data.ptr, d_step, stripe_size ));
357 const short* dydata = (const short*)(Dy->data.ptr + i*Dy->step);
362 double dy = dydata[j]*factory; local
365 cov_data[j*3+1] = (float)(dx*dy);
377 double dy = dydata[j]*factory; local
670 double dy = dydata[j]; local
687 double dy = dydata[j]; local
    [all...]
cvsurf.cpp 114 CvSurfHF Dx[NX], Dy[NY], Dxy[NXY], Dm;
115 double dx = 0, dy = 0, dxy = 0; local
139 icvResizeHaarPattern( dy_s, Dy, NY, SIZE0, size, sum->cols );
170 dy = (s[Dy[0].p0] + s[Dy[0].p3] - s[Dy[0].p1] - s[Dy[0].p2])*Dy[0].w +
171 (s[Dy[1].p0] + s[Dy[1].p3] - s[Dy[1].p1] - s[Dy[1].p2])*Dy[1].w
    [all...]
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
armVCM4P10_Interpolate_Chroma_s.s 30 dy RN 7 label
98 M_ARG Dy, 4
106 M_LDR dy, Dy
109 ;// EightMinusdy = 8 - dy
113 ;// CCoeff = EightMinusdx * dy
114 ;// DCoeff = dx * dy
119 RSB EightMinusdy, dy, #8
120 CMN dx,dy
127 MUL DCCoeff, dxEightMinusdx, dy
    [all...]
  /external/freetype/src/raster/
ftraster.c     [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
3d-cube.js 23 var dy = Math.abs(y2 - y1);
37 if (dx >= dy) {
42 NumAdd = dy;
48 Den = dy;
49 Num = dy / 2;
51 NumPix = dy;
134 function Translate(M, Dx, Dy, Dz) {
137 [0,1,0,Dy],
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
3d-cube.js 23 var dy = Math.abs(y2 - y1);
37 if (dx >= dy) {
42 NumAdd = dy;
48 Den = dy;
49 Num = dy / 2;
51 NumPix = dy;
134 function Translate(M, Dx, Dy, Dz) {
137 [0,1,0,Dy],
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
armVCM4P10_Interpolate_Chroma_s.s 44 dy RN 7 label
128 M_ARG Dy, 4
133 M_LDRD dx, dy, Dx
137 ;// EightMinusdy = 8 - dy
141 ;// CCoeff = EightMinusdx * dy
142 ;// DCoeff = dx * dy
145 RSB EightMinusdy, dy, #8
146 CMN dx,dy
157 SMULBB CCoeff, EightMinusdx, dy
158 SMULBB DCoeff, dx, dy
    [all...]
  /external/chromium/third_party/libjingle/source/talk/session/phone/testdata/
video.rtpdump 372 ?W?W????&???3)?`?[?S0?A??y6??? ?????? '????????im? ?=L???b?L#??w?R?V2??^?'?i?L?????2???k?]?~????;i?9?E?????y?~?P(w?0c? ?)x@.Uw~?"?????"?r_ ?????/w{??t?_? +?s???E=&|@?F?=???&??$Dc?!4?~#D??c?Lz~N??t?W??c??eQ{?X"????????1?? 4?|?chF?????<?.$??u???? Y??)??^x?UR???????c????R?<????tP???Q/? ???wp??7`Z??Rl?\H"?)}|?9??{??????9G?.E???ec??,???@F????!?~????>????{???:??~?w?;?oÕ??=??DBVl,u/<*??z"?,?DY??*O??A??8>@?hkD?E?ZF?V?????1?
    [all...]

Completed in 437 milliseconds