Lines Matching full:decode
95 // Decode bitstream header, update io->width/io->height.
103 // Decode
193 static uint8_t* Decode(WEBP_CSP_MODE mode, const uint8_t* data,
211 // Decode
224 return Decode(MODE_RGB, data, data_size, width, height, NULL);
229 return Decode(MODE_RGBA, data, data_size, width, height, NULL);
234 return Decode(MODE_ARGB, data, data_size, width, height, NULL);
239 return Decode(MODE_BGR, data, data_size, width, height, NULL);
244 return Decode(MODE_BGRA, data, data_size, width, height, NULL);
251 uint8_t* const out = Decode(MODE_YUV, data, data_size,