Home | History | Annotate | Download | only in dec

Lines Matching defs:Decode

482     // Decode bitstream header, update io->width/io->height.
489 if (status == VP8_STATUS_OK) { // Decode
511 if (status == VP8_STATUS_OK) { // Decode
611 static uint8_t* Decode(WEBP_CSP_MODE mode, const uint8_t* const data,
629 // Decode
642 return Decode(MODE_RGB, data, data_size, width, height, NULL);
647 return Decode(MODE_RGBA, data, data_size, width, height, NULL);
652 return Decode(MODE_ARGB, data, data_size, width, height, NULL);
657 return Decode(MODE_BGR, data, data_size, width, height, NULL);
662 return Decode(MODE_BGRA, data, data_size, width, height, NULL);
669 uint8_t* const out = Decode(MODE_YUV, data, data_size,