Home
last modified time | relevance | path

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

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DGlobalDCE.cpp333 for (GlobalIFunc &GIF : M.ifuncs()) { in run()
334 Changed |= RemoveUnusedGlobalValue(GIF); in run()
336 if (!GIF.isDiscardableIfUnused()) in run()
337 MarkLive(GIF); in run()
339 UpdateGVDependencies(GIF); in run()
388 for (GlobalIFunc &GIF : M.ifuncs()) in run()
389 if (!AliveGlobals.count(&GIF)) { in run()
390 DeadIFuncs.push_back(&GIF); in run()
391 GIF.setResolver(nullptr); in run()
424 for (GlobalIFunc *GIF : DeadIFuncs) in run()
[all …]
/third_party/ffmpeg/tests/fate/
Dgif.mak22 FATE_GIF_ENC-$(call ENCDEC, GIF, GIF) = $(FATE_GIF_ENC_PIXFMT:%=fate-gifenc-%)
27 FATE_GIF-$(call DEMDEC, GIF, GIF) += $(FATE_GIF)
Dlavf-video.mak9 FATE_LAVF_VIDEO-$(call ENCDEC, GIF, GIF) += gif
Dseek.mak173 FATE_SEEK_LAVF-$(call ENCDEC, GIF, IMAGE2) += gif
/third_party/skia/third_party/externals/libwebp/cmake/
Ddeps.cmake89 # GIF detection, gifdec isn't part of the imageio lib.
93 find_package(GIF)
96 # GIF find_package only locates the header and library, it doesn't fail
Dconfig.h.in102 /* Set to 1 if GIF library is installed */
/third_party/skia/third_party/externals/libwebp/
Dconfigure.ac610 dnl === check for GIF support ===
613 [Disable detection of GIF format support
616 CLEAR_LIBVARS([GIF])
617 WITHLIB_OPTION([gif], [GIF])
619 LIBCHECK_PROLOGUE([GIF])
624 [Set to 1 if GIF library is installed])
631 LIBCHECK_EPILOGUE([GIF])
789 GIF support : ${gif_support-no}
DREADME486 Animated GIF conversion:
488 Animated GIF files can be converted to WebP files with animation using the
532 images (each can be GIF or WebP).
/third_party/skia/third_party/externals/libgifcodec/
DREADME.md14 Which can be used by Skia's `SkCodec::MakeFromStream` to implement GIF Decoding.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DSplitModule.cpp260 for (GlobalIFunc &GIF : M->ifuncs()) in SplitModule()
261 externalize(&GIF); in SplitModule()
/third_party/skia/third_party/wuffs/
DBUILD.gn40 # For Skia, we're only interested in particular image codes (e.g. GIF) and
/third_party/skia/third_party/externals/libjpeg-turbo/
Dusage.txt53 PGM (PBMPLUS grayscale format), BMP, GIF, and Targa. cjpeg recognizes the
77 BMP or GIF file, because cjpeg isn't bright enough to
78 notice whether a BMP or GIF file uses only shades of
299 -gif Select GIF output format (LZW-compressed). Since GIF
305 -gif0 Select GIF output format (uncompressed). Since GIF
383 set of colors to be used. The FILE must be a GIF
408 Color GIF files are not the ideal input for JPEG; JPEG is really intended for
411 colors. GIF works great on these, JPEG does not. If you want to convert a
412 GIF to JPEG, you should experiment with cjpeg's -quality and -smooth options
Djconfig.txt113 #define GIF_SUPPORTED /* GIF image file format */
Dchange.log12 Restore GIF read and write support from libjpeg version 6a.
DChangeLog.md19 attempting to compress a specially-crafted malformed GIF image with a specified
162 read/write both LZW-compressed and uncompressed GIF files (feature ported from
617 works with the GIF and Targa formats as well (unfortunately, it cannot be made
620 output format other than PPM/PGM, GIF, or Targa is selected along with the
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
DValueEnumerator.cpp341 for (const GlobalIFunc &GIF : M.ifuncs()) in ValueEnumerator() local
342 EnumerateValue(&GIF); in ValueEnumerator()
360 for (const GlobalIFunc &GIF : M.ifuncs()) in ValueEnumerator() local
361 EnumerateValue(GIF.getResolver()); in ValueEnumerator()
/third_party/python/Doc/library/
Dimghdr.rst34 | ``'gif'`` | GIF 87a and 89a Files |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DModule.cpp465 for (GlobalIFunc &GIF : ifuncs()) in dropAllReferences()
466 GIF.dropAllReferences(); in dropAllReferences()
DCore.cpp2529 GlobalIFunc *GIF = unwrap<GlobalIFunc>(IFunc); in LLVMGetNextGlobalIFunc() local
2530 Module::ifunc_iterator I(GIF); in LLVMGetNextGlobalIFunc()
2531 if (++I == GIF->getParent()->ifunc_end()) in LLVMGetNextGlobalIFunc()
2537 GlobalIFunc *GIF = unwrap<GlobalIFunc>(IFunc); in LLVMGetPreviousGlobalIFunc() local
2538 Module::ifunc_iterator I(GIF); in LLVMGetPreviousGlobalIFunc()
2539 if (I == GIF->getParent()->ifunc_begin()) in LLVMGetPreviousGlobalIFunc()
/third_party/libpng/
Dlibpng.spec19 The PNG format was designed as a replacement for GIF and, to a lesser extent, TIFF,
/third_party/ffmpeg/doc/
Ddemuxers.texi271 Animated GIF demuxer.
290 GIF files can contain information to loop a certain number of times (or
294 the GIF. Default value is 1.
297 For example, with the overlay filter, place an infinitely looping GIF
305 which in this case is @file{input.mp4} as the GIF in this example loops
Dencoders.texi1271 @section GIF
1273 GIF image/animation encoder.
1279 Sets the flags used for GIF encoding.
1295 Enables encoding one full GIF image per frame, rather than an animated GIF.
1300 Writes a palette to the global GIF header where feasible.
/third_party/rust/crates/nom/doc/
Dmaking_a_new_parser_from_scratch.md163 bytes of a GIF file to parse its header
/third_party/ffmpeg/
DChangelog362 - GIF parser
1019 - decent native animated GIF encoding
1120 - animated GIF decoder and demuxer
1712 - GIF picture decoder
1776 - removed animated GIF decoder/demuxer
1912 - tiny PNG encoder and decoder, tiny GIF decoder, PAM decoder (PPM with
/third_party/rust/crates/nom/
DREADME.md276 [GIF](https://github.com/Geal/gif.rs),

12