Searched refs:larger (Results 1 - 25 of 64) sorted by relevance

123

/external/curl/lib/
H A Dsplay.c32 * positive when : when i is larger than j
48 N.smaller = N.larger = NULL;
58 t->smaller = y->larger;
59 y->larger = t;
69 if(t->larger == NULL)
71 if(compare(i, t->larger->key) > 0) {
72 y = t->larger; /* rotate larger */
73 t->larger = y->smaller;
76 if(t->larger
[all...]
H A Dsplay.h28 struct Curl_tree *larger; /* larger node */ member in struct:Curl_tree
/external/icu/android_icu4j/src/main/java/android/icu/impl/duration/
H A DTimeUnit.java60 /** Returns the next larger time unit, or null if this is the largest. */
61 public TimeUnit larger() { method in class:TimeUnit
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/
H A DTimeUnit.java58 /** Returns the next larger time unit, or null if this is the largest. */
59 public TimeUnit larger() { method in class:TimeUnit
/external/skia/tests/
H A DPDFJpegEmbedTest.cpp17 static bool is_subset_of(SkData* smaller, SkData* larger) { argument
18 SkASSERT(smaller && larger);
19 if (smaller->size() > larger->size()) {
23 size_t size_diff = larger->size() - size;
25 if (0 == memcmp(larger->bytes() + i, smaller->bytes(), size)) {
H A DPathOpsExtendedTest.cpp191 SkRect larger = one.getBounds();
192 larger.join(two.getBounds());
193 SkScalar largerWidth = larger.width();
197 SkScalar largerHeight = larger.height();
205 larger.fLeft *= hScale;
206 larger.fRight *= hScale;
207 larger.fTop *= vScale;
208 larger.fBottom *= vScale;
209 SkScalar dx = -16000 > larger.fLeft ? -16000 - larger
[all...]
/external/compiler-rt/lib/builtins/
H A Dfp_add_impl.inc52 // Swap a and b if necessary so that a has the larger absolute value.
69 // The sign of the result is the sign of the larger operand, a. If they
/external/curl/tests/unit/
H A Dunit1309.c45 splayprint(t->larger, d+1, output);
/external/ImageMagick/www/api/
H A Deffect.php59 <p>AdaptiveBlurImage() 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 AdaptiveBlurImage() selects a suitable radius for you.</p>
94 <p>AdaptiveSharpenImage() 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 of 0 and AdaptiveSharpenImage() selects a suitable radius for you.</p>
129 <p>BlurImage() blurs an image. We convolve the image with a Gaussian operator of the given radius and standard deviation (sigma). For reasonable results, the radius should be larger than sigma. Use a radius of 0 and BlurImage() selects a suitable radius for you.</p>
252 <p>EmbossImage() returns a grayscale image with a three-dimensional effect. 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 Emboss() selects a suitable radius for you.</p>
287 <p>GaussianBlurImage() blurs an image. We convolve the image with a Gaussian operator of the given radius and standard deviation (sigma). For reasonable results, the radius should be larger than sigma. Use a radius of 0 and GaussianBlurImage() selects a suitable radius for you</p>
357 <p>MotionBlurImage() simulates motion blur. 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 MotionBlurImage() selects a suitable radius for you. Angle gives the angle of the blurring motion.</p>
540 <p>SharpenImage() sharpens the image. 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 SharpenImage() selects a suitable radius for you.</p>
613 <p>UnsharpMaskImage() sharpens one or more image channels. 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 UnsharpMaskImage() selects a suitable radius for you.</p>
H A Dmorphology.php140 <dd> NOTE: that the 'radius' is optional, but if provided can limit (clip) the final size of the resulting kernel to a square 2*radius+1 in size. The radius should be at least 2 times that of the sigma value, or sever clipping and aliasing may result. If not given or set to 0 the radius will be determined so as to produce the best minimal error result, which is usally much larger than is normally needed. </dd>
152 <dd> Note that two convolutions with two "Blur" kernels perpendicular to each other, is equivalent to a far larger "Gaussian" kernel with the same sigma value, However it is much faster to apply. This is how the "-blur" operator actually works. </dd>
226 <dd> Diamond:[{radius}[,{scale}]] Generate a diamond shaped kernel with given radius to the points. Kernel size will again be radius*2+1 square and defaults to radius 1, generating a 3x3 kernel that is slightly larger than a square. </dd>
234 <dd> NOTE: That a low radii Disk kernels produce the same results as many of the previously defined kernels, but differ greatly at larger radii. Here is a table of equivalences... "Disk:1" =&gt; "Diamond", "Octagon:1", or "Cross:1" "Disk:1.5" =&gt; "Square" "Disk:2" =&gt; "Diamond:2" "Disk:2.5" =&gt; "Octagon" "Disk:2.9" =&gt; "Square:2" "Disk:3.5" =&gt; "Octagon:3" "Disk:4.5" =&gt; "Octagon:4" "Disk:5.4" =&gt; "Octagon:5" "Disk:6.4" =&gt; "Octagon:6" All other Disk shapes are unique to this kernel, but because a "Disk" is more circular when using a larger radius, using a larger radius is preferred over iterating the morphological operation. </dd>
244 <dd> For the same reasons iterating these kernels does not produce the same result as using a larger radius for the symbol. </dd>
254 <dd> Peak:radius1,radius2 Find any peak larger than the pixels the fall between the two radii. The default ring of pixels is as per "Ring". Edges Find flat orthogonal edges of a binary shape Corners Find 90 degree corners of a binary shape Diagonals:type A special kernel to thin the 'outside' of diagonals LineEnds:type Find end points of lines (for pruning a skeletion) Two types of lines ends (default to both) can be searched for Type 0: All line ends Type 1: single kernel for 4-conneected line ends Type 2: single kernel for simple line ends LineJunctions Find three line junctions (within a skeletion) Type 0: all line junctions Type 1: Y Junction kernel Type 2: Diagonal T Junction kernel Type 3: Orthogonal T Junction kernel Type 4: Diagonal X Junction kernel Type 5: Orthogonal + Junction kernel Ridges:type Find single pixel ridges or thin lines Type 1: Fine single pixel thick lines and ridges Type 2: Find two pixel thick lines and ridges ConvexHull Octagonal Thickening Kernel, to generate convex hulls of 45 degrees Skeleton:type Traditional skeleton generating kernels. Type 1: Tradional Skeleton kernel (4 connected skeleton) Type 2: HIPR2 Skeleton kernel (8 connected skeleton) Type 3: Thinning skeleton based on a ressearch paper by Dan S. Bloomberg (Default Type) ThinSE:type A huge variety of Thinning Kernels designed to preserve conectivity. many other kernel sets use these kernels as source definitions. Type numbers are 41-49, 81-89, 481, and 482 which are based on the super and sub notations used in the source research paper. </dd>
270 <dd> However using a larger radius such as "Euclidean:4" you will get a much smoother distance gradient from the edge of the shape. Especially if the image is pre-processed to include any anti-aliasing pixels. Of course a larger kerne
[all...]
H A Dshear.php141 <p>ShearRotateImage() creates a new image that is a rotated copy of an existing one. Positive angles rotate counter-clockwise (right-hand rule), while negative angles rotate clockwise. Rotated images are usually larger than the originals and have 'empty' triangular corners. X axis. Empty triangles left over from shearing the image are filled with the background color defined by member 'background_color' of the image. ShearRotateImage allocates the memory necessary for the new Image structure and returns a pointer to the new image.</p>
/external/selinux/libselinux/utils/
H A DMakefile28 -Wno-format-nonliteral -Wframe-larger-than=$(MAX_STACK_SIZE) -Wp,-D_FORTIFY_SOURCE=2 \
/external/shflags/doc/
H A Drst2html.css194 font-size: larger ;
201 font-size: larger }
/external/skia/src/pathops/
H A DSkPathOpsDebug.cpp2992 SkRect larger = one.getBounds(); local
2994 larger.join(two->getBounds());
2996 SkScalar largerWidth = larger.width();
3000 SkScalar largerHeight = larger.height();
3008 larger.fLeft *= hScale;
3009 larger.fRight *= hScale;
3010 larger.fTop *= vScale;
3011 larger.fBottom *= vScale;
3012 SkScalar dx = -16000 > larger.fLeft ? -16000 - larger
[all...]
H A DSkPathOpsTSect.h1629 // find next larger span
1631 SkTSpan<TCurve, OppCurve>* larger = nullptr; local
1639 if (larger && larger->fStartT < test->fStartT) {
1643 larger = test;
1645 if (!larger) {
1649 double midT = (smaller->fEndT + larger->fStartT) / 2;
1654 smaller->fEndT = larger->fEndT;
1655 smaller->fCoinEnd = larger->fCoinEnd;
1657 largerPrior->fNext = larger
[all...]
/external/bison/djgpp/
H A Ddjunpack.bat38 Rem If their environment space is too small, re-exec with a larger one
/external/vulkan-validation-layers/
H A DCONTRIBUTING.md20 The Vulkan validation layers are one of the larger and more important components in this repository.
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
H A DBitSet.pm288 Grows the set to a larger number of bits.
/external/libxml2/
H A Derror.c26 char *larger; \
49 if ((larger = (char *) xmlRealloc(str, size)) == NULL) {\
52 str = larger; \
/external/jdiff/src/jdiff/
H A DHTMLIndexes.java128 private void generateLetterIndex(List list, char currChar, boolean larger) { argument
129 if (larger)
130 return; // Currently not using the larger functionality
132 if (larger)
/external/llvm/lib/Support/Windows/
H A DPath.inc199 // If there's insufficient space, the len returned is larger than the len
895 // Try again with larger buffer.
/external/selinux/libselinux/src/
H A DMakefile72 -Wno-format-nonliteral -Wframe-larger-than=$(MAX_STACK_SIZE) \
/external/skia/src/core/
H A DSkStroke.cpp975 SkVector larger = quad[1] - quad[2];
977 SkScalar largerLen = larger.lengthSqd();
979 SkTSwap(smaller, larger);
985 SkScalar dot = smaller.dot(larger);
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
H A DOpenMapRealVector.java223 * Optimized method to add two OpenMapRealVectors. Copies the larger vector, iterates over the smaller.
305 OpenIntToDoubleHashMap larger = thisIsSmaller ? v.entries : entries;
309 d += iter.value() * larger.get(iter.key());
/external/libvorbis/doc/
H A Da1-encapsulation-ogg.tex146 some positive time offset, potentially within a larger

Completed in 721 milliseconds

123