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

  /external/webkit/Source/WebCore/svg/
SVGFEOffsetElement.h 47 DECLARE_ANIMATED_NUMBER(Dx, dx)
SVGTextPositioningElement.h 47 DECLARE_ANIMATED_LENGTH_LIST(Dx, dx)
SVGFEOffsetElement.cpp 35 DEFINE_ANIMATED_NUMBER(SVGFEOffsetElement, SVGNames::dxAttr, Dx, dx)
113 RefPtr<FilterEffect> effect = FEOffset::create(filter, dx(), dy());
SVGTextPositioningElement.cpp 38 DEFINE_ANIMATED_LENGTH_LIST(SVGTextPositioningElement, SVGNames::dxAttr, Dx, dx)
  /external/opencv/cv/src/
cvcorner.cpp 209 CvMat *Dx = 0, *Dy = 0, *cov = 0;
295 CV_CALL( Dx = cvCreateMat( max_dy, aligned_width, d_depth ));
299 Dx->cols = Dy->cols = size.width;
303 d_step = Dx->step ? Dx->step : CV_STUB_STEP;
324 dx_filter.process( src, Dx, cvRect(0,y,-1,delta), cvPoint(0,0), stage );
336 Dx->data.ptr, d_step, stripe_size,
345 Dx->data.ptr, d_step, stripe_size ));
356 const short* dxdata = (const short*)(Dx->data.ptr + i*Dx->step)
361 double dx = dxdata[j]*factorx; local
376 double dx = dxdata[j]*factorx; local
668 double dx = dxdata[j]; local
686 double dx = dxdata[j]; local
    [all...]
cvsurf.cpp 114 CvSurfHF Dx[NX], Dy[NY], Dxy[NXY], Dm;
115 double dx = 0, dy = 0, dxy = 0; local
138 icvResizeHaarPattern( dx_s, Dx, NX, SIZE0, size, sum->cols );
167 dx = (s[Dx[0].p0] + s[Dx[0].p3] - s[Dx[0].p1] - s[Dx[0].p2])*Dx[0].w +
168 (s[Dx[1].p0] + s[Dx[1].p3] - s[Dx[1].p1] - s[Dx[1].p2])*Dx[1].w
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
armVCM4P10_Interpolate_Chroma_s.s 29 dx RN 6 label
97 M_ARG Dx, 4
105 M_LDR dx, Dx
108 ;// EightMinusdx = 8 - dx
112 ;// BCoeff = dx * EightMinusdy
114 ;// DCoeff = dx * dy
118 RSB EightMinusdx, dx, #8
120 CMN dx,dy
121 ADD dxEightMinusdx, EightMinusdx, dx, LSL #1
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
armVCM4P10_Interpolate_Chroma_s.s 43 dx RN 6 label
127 M_ARG Dx, 4
133 M_LDRD dx, dy, Dx
136 ;// EightMinusdx = 8 - dx
140 ;// BCoeff = dx * EightMinusdy
142 ;// DCoeff = dx * dy
144 RSB EightMinusdx, dx, #8
146 CMN dx,dy
155 SMULBB BCoeff, dx, EightMinusd
    [all...]
  /external/freetype/src/raster/
ftraster.c     [all...]
  /dalvik/dx/etc/
dx.bat 19 REM Locate dx.jar in the directory where dx.bat was found and start it.
25 REM Change current directory to where dx is, to avoid issues with directories
34 set jarfile=dx.jar
50 REM By default, give dx a max heap size of 1 gig and a stack size of 1meg.
58 REM followed by "value". Dx has been changed to know how to deal with that.
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
3d-cube.js 22 var dx = Math.abs(x2 - x1);
37 if (dx >= dy) {
40 Den = dx;
41 Num = dx / 2;
43 NumPix = dx;
50 NumAdd = dx;
134 function Translate(M, Dx, Dy, Dz) {
136 [1,0,0,Dx],
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
3d-cube.js 22 var dx = Math.abs(x2 - x1);
37 if (dx >= dy) {
40 Den = dx;
41 Num = dx / 2;
43 NumPix = dx;
50 NumAdd = dx;
134 function Translate(M, Dx, Dy, Dz) {
136 [1,0,0,Dx],

Completed in 176 milliseconds