Home
last modified time | relevance | path

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

/external/webp/src/enc/
Dpicture_enc.c89 int WebPPictureAllocYUVA(WebPPicture* const picture, int width, int height) { in WebPPictureAllocYUVA() function
161 return WebPPictureAllocYUVA(picture, width, height); in WebPPictureAlloc()
Dvp8i_enc.h506 int WebPPictureAllocYUVA(WebPPicture* const picture, int width, int height);
Dpicture_csp_enc.c862 if (!WebPPictureAllocYUVA(picture, width, height)) { in ImportYUVAFromRGBA()