Home
last modified time | relevance | path

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

/external/webp/src/dec/
Dio_sse2.c190 WebPUpsamplers[MODE_RGB] = UpsampleRgbLinePairSSE2; in WebPInitUpsamplersSSE2()
195 WebPUpsamplersKeepAlpha[MODE_RGB] = UpsampleRgbLinePairSSE2; in WebPInitUpsamplersSSE2()
Dwebp.c141 return DecodeIntoRGBABuffer(MODE_RGB, data, data_size, output, stride, size); in WebPDecodeRGBInto()
224 return Decode(MODE_RGB, data, data_size, width, height, NULL); in WebPDecodeRGB()
Dio.c118 WebPUpsamplers[MODE_RGB] = UpsampleRgbLinePair; in InitUpsamplers()
126 WebPUpsamplersKeepAlpha[MODE_RGB] = UpsampleRgbLinePair; in InitUpsamplers()
/external/webkit/Source/WebCore/platform/image-decoders/webp/
DWEBPImageDecoder.cpp120 m_decoder = WebPINewRGB(MODE_RGB, m_rgbOutput.data(), m_rgbOutput.size(), stride); in decode()
/external/webp/include/webp/
Ddecode.h112 typedef enum { MODE_RGB = 0, MODE_RGBA = 1, enumerator