Lines Matching full:decode
443 // Decode bitstream header, update io->width/io->height.
450 if (status == VP8_STATUS_OK) { // Decode
468 if (status == VP8_STATUS_OK) { // Decode
562 static uint8_t* Decode(WEBP_CSP_MODE mode, const uint8_t* const data,
580 // Decode
593 return Decode(MODE_RGB, data, data_size, width, height, NULL);
598 return Decode(MODE_RGBA, data, data_size, width, height, NULL);
603 return Decode(MODE_ARGB, data, data_size, width, height, NULL);
608 return Decode(MODE_BGR, data, data_size, width, height, NULL);
613 return Decode(MODE_BGRA, data, data_size, width, height, NULL);
620 uint8_t* const out = Decode(MODE_YUV, data, data_size,