Lines Matching refs:decode
12 WebP codec: library to encode and decode images in WebP format. This package
72 /usr/local/include/webp/decode.h
81 Note: A decode-only library, libwebpdecoder, is available using the
331 a .webp file and decode it to a PNG image file (amongst other formats).
650 #include "webp/decode.h"
654 Please have a look at the file src/webp/decode.h for the details.
656 decoding to raw Y'CbCr samples. One can also decode the image directly into a
680 can be used to decode the picture further. There are two (mutually exclusive)
709 Please have a look at the src/webp/decode.h header for further details.
736 // Optionally the external image decode buffer can also be specified.
748 // used to incrementally decode the image using small input buffers.
749 // Any one of these steps can be used to decode the WebP image.