Lines Matching refs:decoding
108 variants for decoding in BGR/RGBA/ARGB/BGRA order, along with decoding to raw
119 is supplied. No decoding is involved when using it.
121 ### Incremental decoding API
126 with the purpose of decoding either RGB or Y'CbCr samples. For instance:
155 These functions will return the decoding status: either VP8_STATUS_SUSPENDED if
156 decoding is not finished yet or VP8_STATUS_OK when decoding is done. Any other
166 Lastly, note that decoding can also be performed into a pre-allocated pixel
174 WebP decoding supports an advanced API which provides on-the-fly cropping and
199 // well for decoding the image. This externally supplied memory buffer
206 // E) Decode the WebP image. There are two variants w.r.t decoding image.
358 This AnimDecoder API allows decoding (possibly) animated WebP images.