Home
last modified time | relevance | path

Searched refs:MODE_RGBA (Results 1 – 8 of 8) sorted by relevance

/external/webp/include/webp/
Ddecode.h142 MODE_RGB = 0, MODE_RGBA = 1, enumerator
163 return (mode == MODE_RGBA || mode == MODE_BGRA || mode == MODE_ARGB || in WebPIsAlphaMode()
/external/webp/src/dsp/
Dupsampling_sse2.c198 WebPUpsamplers[MODE_RGBA] = UpsampleRgbaLinePairSSE2; in WebPInitUpsamplersSSE2()
Dupsampling_neon.c277 WebPUpsamplers[MODE_RGBA] = UpsampleRgbaLinePairNEON; in WebPInitUpsamplersNEON()
Dupsampling.c317 WebPUpsamplers[MODE_RGBA] = UpsampleRgbaLinePair; in WebPInitUpsamplers()
Dlossless.c1289 case MODE_RGBA: in VP8LConvertFromBGRA()
/external/webp/src/dec/
Dwebp.c496 return DecodeIntoRGBABuffer(MODE_RGBA, data, data_size, output, stride, size); in WebPDecodeRGBAInto()
579 return Decode(MODE_RGBA, data, data_size, width, height, NULL); in WebPDecodeRGBA()
/external/skia/src/images/
DSkImageDecoder_libwebp.cpp155 mode = hasAlpha ? MODE_rgbA : MODE_RGBA; in webp_decode_mode()
/external/skia/legacy/src/images/
DSkImageDecoder_libwebp.cpp155 mode = hasAlpha ? MODE_rgbA : MODE_RGBA; in webp_decode_mode()