Searched refs:WebPPictureAllocYUVA (Results 1 – 3 of 3) sorted by relevance
89 int WebPPictureAllocYUVA(WebPPicture* const picture, int width, int height) { in WebPPictureAllocYUVA() function161 return WebPPictureAllocYUVA(picture, width, height); in WebPPictureAlloc()
506 int WebPPictureAllocYUVA(WebPPicture* const picture, int width, int height);
862 if (!WebPPictureAllocYUVA(picture, width, height)) { in ImportYUVAFromRGBA()