Searched refs:WebPPictureYUVAToARGB (Results 1 – 9 of 9) sorted by relevance
199 if (p0.use_argb == 0 && !WebPPictureYUVAToARGB(&p0)) goto Error; in WebPPictureDistortion()200 if (p1.use_argb == 0 && !WebPPictureYUVAToARGB(&p1)) goto Error; in WebPPictureDistortion()
398 if (pic->argb == NULL && !WebPPictureYUVAToARGB(pic)) { in WebPEncode()
1031 int WebPPictureYUVAToARGB(WebPPicture* picture) { in WebPPictureYUVAToARGB() function
507 WEBP_EXTERN int WebPPictureYUVAToARGB(WebPPicture* picture);
70 return use_argb ? WebPPictureYUVAToARGB(pic) : 1; in ReadYUV()
1383 if (!WebPPictureYUVAToARGB(frame)) { in WebPAnimEncoderAdd()
602 8f38c72e fix a typo in WebPPictureYUVAToARGB's doc700 273d035a Merge "fix a typo in WebPPictureYUVAToARGB's doc"703 dc789ada fix a typo in WebPPictureYUVAToARGB's doc2269 cb637855 Merge "fix bug due to overzealous check in WebPPictureYUVAToARGB()"2273 6f104034 fix bug due to overzealous check in WebPPictureYUVAToARGB()
Completed in 24 milliseconds