Home
last modified time | relevance | path

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

/external/webp/src/dec/
Dio.c256 if (WebPIsAlphaMode(p->output->colorspace) && io->a != NULL) { in EmitRescaledYUV()
288 const int has_alpha = WebPIsAlphaMode(p->output->colorspace); in InitYUVRescaler()
462 const int has_alpha = WebPIsAlphaMode(p->output->colorspace); in InitRGBRescaler()
520 const int is_alpha = WebPIsAlphaMode(colorspace); in CustomSetup()
/external/opencv3/3rdparty/libwebp/dec/
Dio.c310 const int has_alpha = WebPIsAlphaMode(p->output->colorspace); in InitYUVRescaler()
483 const int has_alpha = WebPIsAlphaMode(p->output->colorspace); in InitRGBRescaler()
542 const int is_alpha = WebPIsAlphaMode(colorspace); in CustomSetup()
/external/webp/include/webp/
Ddecode.h167 static WEBP_INLINE int WebPIsAlphaMode(WEBP_CSP_MODE mode) { in WebPIsAlphaMode() function
/external/opencv3/3rdparty/libwebp/webp/
Ddecode.h164 static WEBP_INLINE int WebPIsAlphaMode(WEBP_CSP_MODE mode) { in WebPIsAlphaMode() function
/external/webp/src/webp/
Ddecode.h167 static WEBP_INLINE int WebPIsAlphaMode(WEBP_CSP_MODE mode) { in WebPIsAlphaMode() function