Home
last modified time | relevance | path

Searched refs:WebP (Results 1 – 6 of 6) sorted by relevance

/external/webp/
DChangeLog4 - 7/11: Updated WebP with head change#Ia53f845b
6 - : Updated WebP with head change#I3da2063b
7 - 3/13: Updated WebP with head change#I9e5ae737
DREADME12 WebP codec: library to encode and decode images in WebP format. This package
13 contains the library that can be used in other programs to add WebP support,
129 which will convert the input file to a WebP file using a quality factor of 80
144 assumed to be a PNG, JPEG, TIFF or WebP file.
255 Decodes the WebP image file to PNG format [Default]
285 a decoded WebP file. It's not yet integrated in the automake build system, but
290 Decodes the WebP image file and visualize it using OpenGL
334 Animated GIF files can be converted to WebP files with animation using the
383 They will convert raw RGB samples to a WebP data. The only control supplied
477 To detect a WebP file and gather the picture's dimensions, the function:
[all …]
DREADME.android17 The Android.mk file creates WebP decoder and encoder static libraries which
/external/zopfli/
DREADME.zopflipng18 The main compression algorithm in ZopfliPNG is ported from WebP lossless, but
20 modern compression codec like WebP
32 suitable plugins for other browsers, it is good to note that WebP lossless
/external/skia/tools/
Dtsan.supp5 # WebP races (harmlessly) choosing function pointers for SIMD versions of some of its functions.
/external/skia/tests/
DImageDecodingTest.cpp364 DEF_TEST(WebP, reporter) { in DEF_TEST() argument