Home
last modified time | relevance | path

Searched refs:WebPPictureYUVAToARGB (Results 1 – 9 of 9) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/enc/
A Dpicture_psnr_enc.c199 if (p0.use_argb == 0 && !WebPPictureYUVAToARGB(&p0)) goto Error; in WebPPictureDistortion()
200 if (p1.use_argb == 0 && !WebPPictureYUVAToARGB(&p1)) goto Error; in WebPPictureDistortion()
A Dwebp_enc.c398 if (pic->argb == NULL && !WebPPictureYUVAToARGB(pic)) { in WebPEncode()
A Dpicture_csp_enc.c1031 int WebPPictureYUVAToARGB(WebPPicture* picture) { in WebPPictureYUVAToARGB() function
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/webp/
A Dencode.h507 WEBP_EXTERN int WebPPictureYUVAToARGB(WebPPicture* picture);
/AliOS-Things-master/components/SDL2/src/image/VisualC/external/include/webp/
A Dencode.h507 WEBP_EXTERN int WebPPictureYUVAToARGB(WebPPicture* picture);
/AliOS-Things-master/components/SDL2/src/image/Xcode/Frameworks/webp.framework/Versions/A/Headers/webp/
A Dencode.h507 WEBP_EXTERN int WebPPictureYUVAToARGB(WebPPicture* picture);
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/examples/
A Dcwebp.c70 return use_argb ? WebPPictureYUVAToARGB(pic) : 1; in ReadYUV()
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/mux/
A Danim_encode.c1383 if (!WebPPictureYUVAToARGB(frame)) { in WebPAnimEncoderAdd()
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/
A DChangeLog602 8f38c72e fix a typo in WebPPictureYUVAToARGB's doc
700 273d035a Merge "fix a typo in WebPPictureYUVAToARGB's doc"
703 dc789ada fix a typo in WebPPictureYUVAToARGB's doc
2269 cb637855 Merge "fix bug due to overzealous check in WebPPictureYUVAToARGB()"
2273 6f104034 fix bug due to overzealous check in WebPPictureYUVAToARGB()

Completed in 24 milliseconds