Searched refs:MODE_RGB (Results 1 – 5 of 5) sorted by relevance
/external/webp/src/dec/ |
D | io_sse2.c | 190 WebPUpsamplers[MODE_RGB] = UpsampleRgbLinePairSSE2; in WebPInitUpsamplersSSE2() 195 WebPUpsamplersKeepAlpha[MODE_RGB] = UpsampleRgbLinePairSSE2; in WebPInitUpsamplersSSE2()
|
D | webp.c | 141 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()
|
D | io.c | 118 WebPUpsamplers[MODE_RGB] = UpsampleRgbLinePair; in InitUpsamplers() 126 WebPUpsamplersKeepAlpha[MODE_RGB] = UpsampleRgbLinePair; in InitUpsamplers()
|
/external/webkit/Source/WebCore/platform/image-decoders/webp/ |
D | WEBPImageDecoder.cpp | 120 m_decoder = WebPINewRGB(MODE_RGB, m_rgbOutput.data(), m_rgbOutput.size(), stride); in decode()
|
/external/webp/include/webp/ |
D | decode.h | 112 typedef enum { MODE_RGB = 0, MODE_RGBA = 1, enumerator
|