Home
last modified time | relevance | path

Searched refs:WebPIsAlphaMode (Results 1 – 4 of 4) sorted by relevance

/external/webp/src/dec/
Dio_dec.c262 if (WebPIsAlphaMode(p->output->colorspace) && io->a != NULL) { in EmitRescaledYUV()
298 const int has_alpha = WebPIsAlphaMode(p->output->colorspace); in InitYUVRescaler()
483 const int has_alpha = WebPIsAlphaMode(p->output->colorspace); in InitRGBRescaler()
554 const int is_alpha = WebPIsAlphaMode(colorspace); in CustomSetup()
Dbuffer_dec.c296 if (WebPIsAlphaMode(src_buf->colorspace)) { in WebPCopyDecBufferPixels()
/external/webp/include/webp/
Ddecode.h173 static WEBP_INLINE int WebPIsAlphaMode(WEBP_CSP_MODE mode) { in WebPIsAlphaMode() function
/external/webp/src/webp/
Ddecode.h173 static WEBP_INLINE int WebPIsAlphaMode(WEBP_CSP_MODE mode) { in WebPIsAlphaMode() function