Searched defs:result (Results 1 - 25 of 4925) sorted by path

1234567891011>>

/external/ImageMagick/Magick++/lib/
H A DBlob.cpp80 result; local
88 result=std::string(encoded,encoded_length);
90 return result;
H A DImage.cpp1070 result; local
1073 result=IsImageOpaque(constImage(),exceptionInfo);
1075 return(result != MagickFalse ? true : false);
3242 *result; local
3244 result=GetVirtualMetacontent(constImage());
3246 if(!result)
3250 return(result);
3256 *result; local
3258 result=GetAuthenticMetacontent(image());
3260 if(!result)
3271 *result; local
4312 *result; local
[all...]
/external/ImageMagick/Magick++/tests/
H A DcoderInfo.cpp21 int result = 0; local
38 ++result;
52 ++result;
66 ++result;
72 return result;
/external/ImageMagick/MagickCore/
H A Ddistribute-cache.c198 *result;
224 status=getaddrinfo(hostname,service,&hint,&result);
231 client_socket=socket(result->ai_family,result->ai_socktype,
232 result->ai_protocol);
235 freeaddrinfo(result);
240 status=connect(client_socket,result->ai_addr,(socklen_t) result->ai_addrlen);
244 freeaddrinfo(result);
265 freeaddrinfo(result);
195 *result; local
919 *result; local
[all...]
H A Dmodule.c396 struct dirent **result)
399 return(readdir_r(directory,entry,result));
403 *result=readdir(directory);
1565 % o module: pointer to a destination buffer for the formatted result.
386 MagickReadDirectory(DIR *directory,struct dirent *entry, struct dirent **result) argument
H A Dproperty.c2727 Create a cloned copy of result.
3166 Create a cloned copy of result, that will get cleaned up, eventually.
3590 result[MagickPathExtent];
3592 (void) FormatLocaleString(result,MagickPathExtent,"%.*g",
3594 AppendString2Text(result);
3982 return result is found, or break to set a free form properity
3580 result[MagickPathExtent]; local
H A Dstatistic.c231 result;
233 result=0.0;
240 result=(double) fabs((double) (pixel+value));
245 result=(double) (pixel+value);
252 result. It differs from % or fmod() that returns a 'truncated modulus'
253 result, where floor() is replaced by trunc() and could return a
254 negative result (which is clipped).
256 result=pixel+value;
257 result-=(QuantumRange+1.0)*floor((double) result/(QuantumRang
229 result; local
817 result; local
897 result; local
[all...]
H A Dutility.c478 % returns the result as a null-terminated ASCII string. NULL is returned if
1588 struct dirent **result)
1591 return(readdir_r(directory,entry,result));
1595 *result=readdir(directory);
1568 MagickReadDirectory(DIR *directory,struct dirent *entry, struct dirent **result) argument
H A Dvms.c185 result;
188 Initialize the result descriptor.
190 result.dsc$a_pointer=buffer;
191 result.dsc$w_length=sizeof(buffer)-2;
192 result.dsc$b_dtype=DSC$K_DTYPE_T;
193 result.dsc$b_class=DSC$K_CLASS_S;
194 status=lib$find_file(&directory->pat,&result,&directory->context);
181 result; local
/external/ImageMagick/MagickWand/
H A Doperation.c1641 In each case the result replaces the single original image in the list, as
3662 % entire image list as a whole. The result is often a complete replacment
3664 % result.
4472 result[MagickPathExtent];
4474 (void) FormatLocaleString(result,MagickPathExtent,"%lf",
4476 (void) SetImageProperty(new_images,"subimage:similarity",result,
4478 (void) FormatLocaleString(result,MagickPathExtent,"%+ld",(long)
4480 (void) SetImageProperty(new_images,"subimage:x",result,
4482 (void) FormatLocaleString(result,MagickPathExtent,"%+ld",(long)
4484 (void) SetImageProperty(new_images,"subimage:y",result,
4465 result[MagickPathExtent]; local
[all...]
/external/ImageMagick/coders/
H A Ddds.c2922 result = (int) (value + 0.5f);
2924 if (result < 0.0f)
2926 if (result > limit)
2928 return result;
2918 result = (int) (value + 0.5f); local
H A Dfpx.c624 result;
647 ColorTwistMultiply(*color_twist,effect,&result);
648 *color_twist=result;
657 result,
719 ColorTwistMultiply(*color_twist,rgb_effect,&result);
720 *color_twist=result;
727 result;
749 ColorTwistMultiply(*color_twist,effect,&result);
750 *color_twist=result;
618 result; local
651 result, local
721 result; local
H A Dmeta.c1250 result;
1270 result=jpeg_embed(image,buff,iptc);
1274 if (result == 0)
1246 result; local
H A Dpng.c96 /* #define PNG_USE_RESULT The result of this function must be checked */
98 /* #define PNG_ALLOCATED The result of the function is new memory */
954 *result = "Unknown";
959 result = "Gray";
962 result = "Gray+Alpha";
965 result = "Palette";
968 result = "RGB";
971 result = "RGB+Alpha";
975 return result;
8442 * are not going to need the result
951 *result = "Unknown"; local
[all...]
/external/Microsoft-GSL/tests/
H A Dstrided_span_tests.cpp730 strided_span<int, 1> result = transposed[0]; local
732 CHECK(result.bounds().index_bounds()[0] == 4);
733 CHECK_THROW(result.bounds().index_bounds()[1], fail_fast);
736 for (auto& num : result)
/external/aac/libAACdec/src/
H A Daacdecoder.cpp1438 int result = CProgramConfigElement_Read( local
1444 if ( result < 0 ) {
1449 else if ( result > 1 ) {
1463 pceRead = (result>=0) ? 1 : 0;
/external/aac/libAACenc/src/
H A Daacenc_tns.cpp521 FIXP_DBL result = FL2FXCONST_DBL(0.f); local
525 result += (fPow2(spectrum[i])>>scale);
530 result += (fMult(spectrum[i], spectrum[i+lag])>>scale);
534 return result;
H A Dmetadata_compressor.cpp389 * \return result = 1.0 - exp(-1.0/((t) * (f)))
400 FIXP_DBL exponent, result; local
421 result = f2Pow(-exponent, DFRACT_BITS-1-METADATA_FRACT_BITS, &e_res);
423 /* result = 1.0 - exp(-1.0/((t) * (f))) */
424 result = (FIXP_DBL)MAXVAL_DBL - scaleValue(result, e_res);
426 return result;
H A Dqc_main.cpp182 INT result; local
184 result = ((granuleLength)>>3)*(bitRate);
188 result %= sampleRate;
191 result /= sampleRate;
194 return(result);
556 int result = 1; /* all fine*/ local
557 return result;
/external/aac/libFDK/include/arm/
H A Dclz_arm.h101 INT result; local
102 asm("clz %0, %1 ": "=r"(result) : "r"(value) );
103 return result;
108 INT result; local
115 result = fixnormz_D(value);
116 return result - 1;
H A Dfixmadd_arm.h102 INT result; local
104 : "=r" (result)
106 return result ;
110 INT result; local
112 : "=r" (result)
114 return result ;
118 INT discard, result = x; local
120 : "=r" (discard), "+r" (result)
122 return result ;
131 INT result; local
[all...]
H A Dfixmul_arm.h112 INT result ; local
113 __asm__ ("smmul %0, %1, %2" : "=r" (result)
115 return result ;
120 INT discard, result ; local
121 __asm__ ("smull %0, %1, %2, %3" : "=&r" (discard), "=r" (result)
123 return result ;
131 INT result ; local
133 : "=r" (result)
135 return result ;
H A Dscale.h97 INT result; local
101 : "=&r"(result)
105 return result;
112 INT result; local
116 : "=&r"(result)
120 return result;
/external/aac/libFDK/include/
H A Dfixpoint_math.h218 INT result, tmp ; local
220 "div %3, %1\n" : "=lo" (result)
223 return result<<16 ;
232 INT result, tmp; local
235 "div %[result], %[num], %[tmp]\n"
236 : [tmp] "+r" (tmp), [result]"=r"(result)
239 return result << (DFRACT_BITS-16);
254 INT result = 0; local
259 result
[all...]
/external/aac/libFDK/include/mips/
H A Dclz_mips.h98 INT result; local
99 __asm__ ("clz %0,%1" : "=d" (result) : "d" (value));
101 return result;
109 INT result; local
110 __asm__ ("clz %[result], %[value]" : [result] "=r" (result) : [value] "r" (value)) ;
112 return result;

Completed in 1086 milliseconds

1234567891011>>