Home
last modified time | relevance | path

Searched refs:GIF (Results 1 – 25 of 425) 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/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DGlobalDCE.cpp186 for (GlobalIFunc &GIF : M.ifuncs()) { in run()
187 Changed |= RemoveUnusedGlobalValue(GIF); in run()
189 if (!GIF.isDiscardableIfUnused()) in run()
190 MarkLive(GIF); in run()
192 UpdateGVDependencies(GIF); in run()
241 for (GlobalIFunc &GIF : M.ifuncs()) in run()
242 if (!AliveGlobals.count(&GIF)) { in run()
243 DeadIFuncs.push_back(&GIF); in run()
244 GIF.setResolver(nullptr); in run()
268 for (GlobalIFunc *GIF : DeadIFuncs) 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/tensorflow/tensorflow/security/advisory/
Dtfsa-2018-002.md1 ## TFSA-2018-002: GIF File Parsing Null Pointer Dereference Error
9 When parsing certain invalid GIF files, an internal function in the GIF decoder
14 A maliciously crafted GIF could be used to cause the TensorFlow process to
/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/coders/
Dgif.h29 MagickCoderExports(GIF)
/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/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DSplitModule.cpp263 for (GlobalIFunc &GIF : M->ifuncs()) in SplitModule()
264 externalize(&GIF); in SplitModule()
/external/libmtp/logs/
Dmtp-detect-samsung-gt-s5230w.txt111 3807: GIF
131 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-hp-touchpad.txt95 3807: GIF
140 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
/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_script.mgk34 GIF Animation Methods
/external/libjpeg-turbo/
DREADME.ijg162 The IJG distribution formerly included code to read and write GIF files.
163 To avoid entanglement with the Unisys LZW patent (now expired), GIF reading
164 support has been removed altogether, and the GIF writer has been simplified
166 algorithm; the resulting GIF files are larger than usual, but are readable
167 by all standard GIF decoders.
171 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/tensorflow/tensorflow/core/kernels/fuzzing/dictionaries/
Ddecode_png.dict3 header_gif="GIF"
/external/libxml2/result/noent/
Dent2.sax27 SAX.unparsedEntityDecl(image, (null), img.gif, GIF)
/external/skia/third_party/wuffs/
DBUILD.gn40 # For Skia, we're only interested in particular image codes (e.g. GIF) and
/external/skqp/third_party/wuffs/
DBUILD.gn40 # For Skia, we're only interested in particular image codes (e.g. GIF) and

12345678910>>...17