Home
last modified time | relevance | path

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

/external/webp/src/enc/
Dpicture.c65 int WebPPictureAllocARGB(WebPPicture* const picture, int width, int height) { in WebPPictureAllocARGB() function
162 return WebPPictureAllocARGB(picture, width, height); in WebPPictureAlloc()
Dvp8enci.h564 int WebPPictureAllocARGB(WebPPicture* const picture, int width, int height);
Dpicture_csp.c1002 if (!WebPPictureAllocARGB(picture, picture->width, picture->height)) return 0; in WebPPictureYUVAToARGB()