Home
last modified time | relevance | path

Searched refs:WebPIsRGBMode (Results 1 – 6 of 6) sorted by relevance

/external/webp/src/dec/
Dbuffer_dec.c48 } else if (!WebPIsRGBMode(mode)) { // YUV checks in CheckDecBuffer()
110 if (!WebPIsRGBMode(mode)) { in AllocateBuffer()
127 if (!WebPIsRGBMode(mode)) { // YUVA initialization in AllocateBuffer()
157 if (WebPIsRGBMode(buffer->colorspace)) { in WebPFlipBuffer()
281 if (WebPIsRGBMode(src_buf->colorspace)) { in WebPCopyDecBufferPixels()
Dwebp_dec.c630 return WebPIsRGBMode(mode) ? output.u.RGBA.rgba : output.u.YUVA.y; in Decode()
801 if (!WebPIsRGBMode(src_colorspace)) { // only snap for YUV420 in WebPIoInitFromOptions()
Dio_dec.c548 const int is_rgb = WebPIsRGBMode(colorspace); in CustomSetup()
Dvp8l_dec.c797 if (WebPIsRGBMode(output->colorspace)) { // convert to RGBA in ProcessRows()
1706 if (!WebPIsRGBMode(dec->output_->colorspace)) { in VP8LDecodeImage()
/external/webp/include/webp/
Ddecode.h176 static WEBP_INLINE int WebPIsRGBMode(WEBP_CSP_MODE mode) { in WebPIsRGBMode() function
/external/webp/src/webp/
Ddecode.h176 static WEBP_INLINE int WebPIsRGBMode(WEBP_CSP_MODE mode) { in WebPIsRGBMode() function