Home | History | Annotate | Download | only in webp

Lines Matching refs:bitstream

126 //   bitstream - (in) the bitstream data in WebP RIFF format
132 static WEBP_INLINE WebPMux* WebPMuxCreate(const WebPData* bitstream,
134 return WebPMuxCreateInternal(bitstream, copy_data, WEBP_MUX_ABI_VERSION);
196 WebPData bitstream; // image data: can be a raw VP8/VP8L bitstream
213 // bitstream - (in) can be a raw VP8/VP8L bitstream or a single-image
218 // WEBP_MUX_INVALID_ARGUMENT - if mux is NULL or bitstream is NULL.
222 WebPMux* mux, const WebPData* bitstream, int copy_data);
245 // The content of 'frame->bitstream' is allocated using malloc(), and NOT