Home
last modified time | relevance | path

Searched refs:WebPPictureAllocARGB (Results 1 – 3 of 3) sorted by relevance

/external/webp/src/enc/
Dpicture_enc.c66 int WebPPictureAllocARGB(WebPPicture* const picture, int width, int height) { in WebPPictureAllocARGB() function
163 return WebPPictureAllocARGB(picture, width, height); in WebPPictureAlloc()
Dvp8i_enc.h500 int WebPPictureAllocARGB(WebPPicture* const picture, int width, int height);
Dpicture_csp_enc.c1047 if (!WebPPictureAllocARGB(picture, picture->width, picture->height)) return 0; in WebPPictureYUVAToARGB()