Searched refs:radius (Results 251 - 275 of 404) sorted by relevance

<<11121314151617

/external/speex/libspeex/
H A Dmdf.c193 static inline void filter_dc_notch16(const spx_int16_t *in, spx_word16_t radius, spx_word16_t *out, int len, spx_mem_t *mem, int stride) argument
198 den2 = MULT16_16_Q15(radius,radius) + MULT16_16_Q15(QCONST16(.7,15),MULT16_16_Q15(32767-radius,32767-radius));
200 den2 = radius*radius + .7*(1-radius)*(1-radius);
208 mem[0] = mem[1] + SHL32(SHL32(-EXTEND32(vin),15) + MULT16_32_Q15(radius,vou
[all...]
/external/ImageMagick/www/api/
H A Dfx.php134 Image *CharcoalImage(const Image *image,const double radius,
149 <dt>radius</dt>
150 <dd>the radius of the pixel neighborhood. </dd>
489 <p>SketchImage() simulates a pencil sketch. We convolve the image with a Gaussian operator of the given radius and standard deviation (sigma). For reasonable results, radius should be larger than sigma. Use a radius of 0 and SketchImage() selects a suitable radius for you. Angle gives the angle of the sketch.</p>
494 Image *SketchImage(const Image *image,const double radius,
509 <dt>radius</dt>
510 <dd>the radius o
[all...]
H A Dpaint.php106 <p>OilPaintImage() applies a special effect filter that simulates an oil painting. Each pixel is replaced by the most frequent color occurring in a circular region defined by radius.</p>
111 Image *OilPaintImage(const Image *image,const double radius,
126 <dt>radius</dt>
127 <dd>the radius of the circular neighborhood. </dd>
H A Dmagick-image.php81 <p>MagickAdaptiveBlurImage() adaptively blurs the image by blurring less intensely near image edges and more intensely far from edges. We blur the image with a Gaussian operator of the given radius and standard deviation (sigma). For reasonable results, radius should be larger than sigma. Use a radius of 0 and MagickAdaptiveBlurImage() selects a suitable radius for you.</p>
87 const double radius,const double sigma)
101 <dt>radius</dt>
102 <dd>the radius of the Gaussian, in pixels, not counting the center pixel. </dd>
138 <p>MagickAdaptiveSharpenImage() adaptively sharpens the image by sharpening more intensely near image edges and less intensely far from edges. We sharpen the image with a Gaussian operator of the given radius and standard deviation (sigma). For reasonable results, radius should be larger than sigma. Use a radius o
[all...]
/external/ImageMagick/MagickCore/
H A Ddraw.h174 radius, member in struct:_GradientInfo
/external/autotest/client/deps/webgl_mpd/src/resources/
H A DJ3DI.js240 // Create a sphere with the passed number of latitude and longitude bands and the passed radius.
250 function makeSphere(ctx, radius, lats, longs)
277 geometryData.push(radius * x);
278 geometryData.push(radius * y);
279 geometryData.push(radius * z);
/external/libxaac/decoder/drc_src/
H A Dimpd_drc_eq.h51 FLOAT32 radius; member in struct:__anon12997
/external/skia/include/core/
H A DSkPath.h799 is part of circle sized to radius, positioned so it touches both tangent lines.
805 @param radius distance from arc to circle center
807 void arcTo(SkScalar x1, SkScalar y1, SkScalar x2, SkScalar y2, SkScalar radius);
812 is part of circle sized to radius, positioned so it touches both tangent lines.
817 Arc sweep is always less than 180 degrees. If radius is zero, or if
825 @param radius distance from arc to circle center
827 void arcTo(const SkPoint p1, const SkPoint p2, SkScalar radius) { argument
828 this->arcTo(p1.fX, p1.fY, p2.fX, p2.fY, radius);
855 @param rx radius in x before x-axis rotation
856 @param ry radius i
[all...]
/external/skqp/include/core/
H A DSkPath.h841 is part of circle sized to radius, positioned so it touches both tangent lines.
847 @param radius distance from arc to circle center
849 void arcTo(SkScalar x1, SkScalar y1, SkScalar x2, SkScalar y2, SkScalar radius);
854 is part of circle sized to radius, positioned so it touches both tangent lines.
859 Arc sweep is always less than 180 degrees. If radius is zero, or if
867 @param radius distance from arc to circle center
869 void arcTo(const SkPoint p1, const SkPoint p2, SkScalar radius) { argument
870 this->arcTo(p1.fX, p1.fY, p2.fX, p2.fY, radius);
897 @param rx radius in x before x-axis rotation
898 @param ry radius i
[all...]
/external/tensorflow/tensorflow/contrib/distributions/python/kernel_tests/
H A Dautoregressive_test.py63 sess.run, ar, radius=1., center=0., rtol=0.01)
/external/skia/src/utils/
H A DSkShadowTessellator.cpp816 // Adjust light height and radius
821 // Set radius and colors
827 // Compute the blur radius, scale and translation for the spot shadow.
828 SkScalar radius; local
834 lightRadius, &radius, &scale, &translate);
843 radius = SkDrawShadowMetrics::SpotBlurRadius(occluderHeight, lightPos.fZ, lightRadius);
845 fRadius = radius;
889 if (minDistSq < (radius + kTolerance)*(radius + kTolerance)) {
892 fOffsetAdjust = newRadius - radius;
[all...]
/external/skqp/src/utils/
H A DSkShadowTessellator.cpp798 // Adjust light height and radius
803 // Set radius and colors
809 // Compute the blur radius, scale and translation for the spot shadow.
810 SkScalar radius; local
816 lightRadius, &radius, &scale, &translate);
825 radius = SkDrawShadowMetrics::SpotBlurRadius(occluderHeight, lightPos.fZ, lightRadius);
827 fRadius = radius;
869 if (minDistSq < (radius + kTolerance)*(radius + kTolerance)) {
872 fOffsetAdjust = newRadius - radius;
[all...]
/external/libxcam/modules/ocl/
H A Dcl_image_360_stitch.cpp185 stitch_info.fisheye_info[0].radius = 480.0f;
190 stitch_info.fisheye_info[1].radius = 480.0f;
220 stitch_info.fisheye_info[0].radius = 640.0f;
225 stitch_info.fisheye_info[1].radius = 640.0f;
230 stitch_info.fisheye_info[2].radius = 640.0f;
235 stitch_info.fisheye_info[3].radius = 640.0f;
255 stitch_info.fisheye_info[0].radius = 1040.0f;
261 stitch_info.fisheye_info[1].radius = 1040.0f;
/external/skia/gm/
H A Dconvexpolyclip.cpp26 SkScalar radius = 3 * SkMaxScalar(wScalar, hScalar); local
48 pt, radius,
H A Ddrawbitmaprect.cpp48 SkScalar radius = 4 * SkMaxScalar(wScalar, hScalar); local
68 pt, radius,
H A Dgradients.cpp526 SkScalar radius = SkIntToScalar(dim.width())/2; variable
531 paint.setShader(SkGradientShader::MakeRadial(center, radius, colors, pos,
571 const SkScalar cx = 200, cy = 200, radius = 150; variable
583 paint2.setShader(SkGradientShader::MakeRadial(center, radius, colors1,
587 paint3.setShader(SkGradientShader::MakeRadial(center, radius, colors2,
595 canvas->drawCircle(cx, cy, radius, paint1);
596 canvas->drawCircle(cx, cy, radius, paint3);
597 canvas->drawCircle(cx, cy, radius, paint2);
/external/skqp/gm/
H A Dconvexpolyclip.cpp26 SkScalar radius = 3 * SkMaxScalar(wScalar, hScalar); local
48 pt, radius,
H A Ddrawbitmaprect.cpp48 SkScalar radius = 4 * SkMaxScalar(wScalar, hScalar); local
68 pt, radius,
H A Dgradients.cpp526 SkScalar radius = SkIntToScalar(dim.width())/2; variable
531 paint.setShader(SkGradientShader::MakeRadial(center, radius, colors, pos,
571 const SkScalar cx = 200, cy = 200, radius = 150; variable
583 paint2.setShader(SkGradientShader::MakeRadial(center, radius, colors1,
587 paint3.setShader(SkGradientShader::MakeRadial(center, radius, colors2,
595 canvas->drawCircle(cx, cy, radius, paint1);
596 canvas->drawCircle(cx, cy, radius, paint3);
597 canvas->drawCircle(cx, cy, radius, paint2);
/external/vulkan-validation-layers/demos/smoke/
H A DSimulation.cpp156 CircleCurve(float radius, glm::vec3 axis) : r_(radius) { argument
/external/python/cpython2/Mac/Modules/cg/
H A D_CGmodule.c438 float radius; local
445 &radius,
453 radius,
469 float radius; local
475 &radius))
482 radius);
1103 PyDoc_STR("(float x, float y, float radius, float startAngle, float endAngle, int clockwise) -> None")},
1105 PyDoc_STR("(float x1, float y1, float x2, float y2, float radius) -> None")},
/external/v8/benchmarks/
H A Draytrace.js420 initialize : function(pos, radius, material) {
421 this.radius = radius;
433 var C = dst.dot(dst) - (this.radius * this.radius);
459 return 'Sphere [position=' + this.position + ', radius=' + this.radius + ']';
/external/deqp/modules/gles2/functional/
H A Des2fClippingTests.cpp139 * Kernel radius defines maximum allowed distance. If radius is 0, only
170 const int radius = kernelRadius; local
175 if (y < radius || x < radius || y + radius >= height || x + radius >= width)
183 for (int kY = y - radius; kY <= y + radius; kY++)
184 for (int kX = x - radius; k
1187 const float radius = 40000.0f; local
1223 const float radius = 70000.0f; local
[all...]
/external/deqp/modules/gles3/functional/
H A Des3fClippingTests.cpp142 * Kernel radius defines maximum allowed distance. If radius is 0, only
173 const int radius = kernelRadius; local
178 if (y < radius || x < radius || y + radius >= height || x + radius >= width)
186 for (int kY = y - radius; kY <= y + radius; kY++)
187 for (int kX = x - radius; k
1191 const float radius = 40000.0f; local
1227 const float radius = 70000.0f; local
[all...]
/external/wpa_supplicant_8/wpa_supplicant/
H A Deapol_test.c26 #include "radius/radius.h"
27 #include "radius/radius_client.h"
55 struct radius_client_data *radius; member in struct:eapol_test_data
188 e->radius_identifier = radius_client_get_id(e->radius);
302 if (radius_client_send(e->radius, msg, RADIUS_AUTH, e->wpa_s->own_addr)
666 radius_client_deinit(e->radius);
770 /* draft-aboba-radius-rfc2869bis-20.txt, Chap. 2.6.3:
1056 e->radius = radius_client_init(wpa_s, e->radius_conf);
1057 assert(e->radius !
[all...]

Completed in 1179 milliseconds

<<11121314151617