Home
last modified time | relevance | path

Searched refs:GIF (Results 1 – 25 of 412) sorted by relevance

12345678910>>...17

/external/llvm/lib/Transforms/IPO/
DGlobalDCE.cpp116 for (GlobalIFunc &GIF : M.ifuncs()) { in run()
117 Changed |= RemoveUnusedGlobalValue(GIF); in run()
119 if (!GIF.isDiscardableIfUnused()) in run()
120 GlobalIsNeeded(&GIF); in run()
159 for (GlobalIFunc &GIF : M.ifuncs()) in run()
160 if (!AliveGlobals.count(&GIF)) { in run()
161 DeadIFuncs.push_back(&GIF); in run()
162 GIF.setResolver(nullptr); in run()
197 for (GlobalIFunc *GIF : DeadIFuncs) { in run()
198 RemoveUnusedGlobalValue(*GIF); in run()
[all …]
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_DecodeGif.pbtxt6 0-D. The GIF-encoded image.
15 summary: "Decode the first frame of a GIF-encoded image to a uint8 tensor."
17 GIF with frame or transparency compression are not supported
18 convert animated GIF from compressed to uncompressed by:
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/
DImageHeaderParser.java3 import static com.bumptech.glide.load.resource.bitmap.ImageHeaderParser.ImageType.GIF;
28 GIF(true), enumConstant
107 return GIF; in getType()
/external/ImageMagick/PerlMagick/t/reference/read/
Dgranite.miff12 comment={ Imported from GIF image: background.gif}
/external/llvm/lib/Transforms/Utils/
DSplitModule.cpp239 for (GlobalIFunc &GIF : M->ifuncs()) in SplitModule()
240 externalize(&GIF); in SplitModule()
/external/libmtp/logs/
Dmtp-detect-samsung-gt-s5230w.txt111 3807: GIF
131 GIF bitmap file
Dmtp-detect-hp-touchpad.txt95 3807: GIF
140 GIF bitmap file
Dmtp-detect-medion-lifetab-p9514.txt94 3807: GIF
140 GIF bitmap file
Dmtp-detect-samsung-sgh-u900.txt118 3807: GIF
142 GIF bitmap file
Dmtp-detect-samsung-gt-s5230.txt236 3807: GIF
256 GIF bitmap file
Dmtp-detect-sony-xperia-sx.txt120 3807: GIF
174 GIF bitmap file
Dmtp-detect-sonyericsson-w890i.txt101 3807: GIF
148 GIF bitmap file
Dmtp-detect-samsung-gt-i9300.txt123 3807: GIF
169 GIF bitmap file
Dmtp-detect-samsung-sgh-a707.txt228 3807: GIF
318 GIF bitmap file
/external/libxml2/result/
Dent2.sax7 SAX.unparsedEntityDecl(image, (null), img.gif, GIF)
Dent2.sax27 SAX.unparsedEntityDecl(image, (null), img.gif, GIF)
/external/ImageMagick/api_examples/
Dmagick_script30 GIF Animation Methods
/external/libjpeg-turbo/
DREADME168 The IJG distribution formerly included code to read and write GIF files.
169 To avoid entanglement with the Unisys LZW patent, GIF reading support has
170 been removed altogether, and the GIF writer has been simplified to produce
172 resulting GIF files are larger than usual, but are readable by all standard
173 GIF decoders.
177 CompuServe Incorporated. GIF(sm) is a Service Mark property of
DREADME.ijg168 The IJG distribution formerly included code to read and write GIF files.
169 To avoid entanglement with the Unisys LZW patent (now expired), GIF reading
170 support has been removed altogether, and the GIF writer has been simplified
172 algorithm; the resulting GIF files are larger than usual, but are readable
173 by all standard GIF decoders.
177 CompuServe Incorporated. GIF(sm) is a Service Mark property of
Dusage.txt293 -gif Select GIF output format. Since GIF does not support
363 set of colors to be used. The FILE must be a GIF
388 Color GIF files are not the ideal input for JPEG; JPEG is really intended for
391 colors. GIF works great on these, JPEG does not. If you want to convert a
392 GIF to JPEG, you should experiment with cjpeg's -quality and -smooth options
407 Support for GIF input files was removed in cjpeg v6b due to concerns over
409 lacks GIF support, for these historical reasons. (Conversion of GIF files to
426 To avoid the Unisys LZW patent (now expired), djpeg produces uncompressed GIF
427 files. These are larger than they should be, but are readable by standard GIF
/external/libxml2/result/noent/
Dent2.sax27 SAX.unparsedEntityDecl(image, (null), img.gif, GIF)
/external/ImageMagick/
DREADME.txt5 200) including PNG, JPEG, JPEG-2000, GIF, TIFF, DPX, EXR, WebP, Postscript,
52 * Animation: create a GIF animation sequence from a group of images.
/external/llvm/lib/Bitcode/Writer/
DValueEnumerator.cpp311 for (const GlobalIFunc &GIF : M.ifuncs()) in ValueEnumerator() local
312 EnumerateValue(&GIF); in ValueEnumerator()
327 for (const GlobalIFunc &GIF : M.ifuncs()) in ValueEnumerator() local
328 EnumerateValue(GIF.getResolver()); in ValueEnumerator()
/external/python/cpython2/Doc/library/
Dimghdr.rst31 | ``'gif'`` | GIF 87a and 89a Files |
/external/llvm/lib/IR/
DModule.cpp462 for (GlobalIFunc &GIF : ifuncs()) in dropAllReferences()
463 GIF.dropAllReferences(); in dropAllReferences()

12345678910>>...17