Lines Matching refs:decoding
208 decoding (dwebp) images.
289 -v ..................... verbose, e.g. print encoding/decoding times
330 There is a decoding sample in examples/dwebp.c which will take
366 -incremental . use incremental decoding (useful for tests)
368 -v ........... verbose (e.g. print encoding/decoding times)
655 There are variants for decoding in BGR/RGBA/ARGB/BGRA order, along with
656 decoding to raw Y'CbCr samples. One can also decode the image directly into a
662 is supplied. No decoding is involved when using it.
664 Incremental decoding API:
670 created with the purpose of decoding either RGB or Y'CbCr samples.
694 These functions will return the decoding status: either VP8_STATUS_SUSPENDED if
695 decoding is not finished yet or VP8_STATUS_OK when decoding is done. Any other
705 Lastly, note that decoding can also be performed into a pre-allocated pixel
714 WebP decoding supports an advanced API which provides on-the-fly cropping and
739 // well for decoding the image. This externally supplied memory buffer
746 // E) Decode the WebP image. There are two variants w.r.t decoding image.