Home
last modified time | relevance | path

Searched refs:MODE_BGR (Results 1 – 19 of 19) sorted by relevance

/external/webp/src/dsp/
Dupsampling.c187 WebPYUV444Converters[MODE_BGR] = WebPYuv444ToBgrC; in WebPInitYUV444Converters()
228 WebPUpsamplers[MODE_BGR] = UpsampleBgrLinePair; in WebPInitUpsamplers()
Dupsampling_mips_dsp_r2.c224 WebPUpsamplers[MODE_BGR] = UpsampleBgrLinePair;
265 WebPYUV444Converters[MODE_BGR] = Yuv444ToBgr;
Dupsampling_sse2.c198 WebPUpsamplers[MODE_BGR] = UpsampleBgrLinePair; in WebPInitUpsamplersSSE2()
238 WebPYUV444Converters[MODE_BGR] = Yuv444ToBgr; in WebPInitYUV444ConvertersSSE2()
Dyuv_mips_dsp_r2.c127 WebPSamplers[MODE_BGR] = YuvToBgrRow;
Dyuv_mips32.c96 WebPSamplers[MODE_BGR] = YuvToBgrRow;
Dyuv.c135 WebPSamplers[MODE_BGR] = YuvToBgrRow; in WebPInitSamplers()
Dupsampling_neon.c283 WebPUpsamplers[MODE_BGR] = UpsampleBgrLinePair; in WebPInitUpsamplersNEON()
Dlossless.c526 case MODE_BGR: in VP8LConvertFromBGRA()
Dyuv_sse2.c454 WebPSamplers[MODE_BGR] = YuvToBgrRow; in WebPInitSamplersSSE2()
/external/opencv3/3rdparty/libwebp/dsp/
Dupsampling_sse2.c201 WebPUpsamplers[MODE_BGR] = UpsampleBgrLinePairSSE2; in WebPInitUpsamplersSSE2()
Dupsampling_neon.c280 WebPUpsamplers[MODE_BGR] = UpsampleBgrLinePairNEON; in WebPInitUpsamplersNEON()
Dupsampling.c320 WebPUpsamplers[MODE_BGR] = UpsampleBgrLinePair; in WebPInitUpsamplers()
Dlossless.c1330 case MODE_BGR: in VP8LConvertFromBGRA()
/external/webp/include/webp/
Ddecode.h148 MODE_BGR = 2, MODE_BGRA = 3, enumerator
/external/opencv3/3rdparty/libwebp/webp/
Ddecode.h145 MODE_BGR = 2, MODE_BGRA = 3, enumerator
/external/webp/src/webp/
Ddecode.h148 MODE_BGR = 2, MODE_BGRA = 3, enumerator
/external/webp/src/dec/
Dwebp.c566 return DecodeIntoRGBABuffer(MODE_BGR, data, data_size, output, stride, size); in WebPDecodeBGRInto()
649 return Decode(MODE_BGR, data, data_size, width, height, NULL); in WebPDecodeBGR()
/external/opencv3/3rdparty/libwebp/dec/
Dwebp.c525 return DecodeIntoRGBABuffer(MODE_BGR, data, data_size, output, stride, size); in WebPDecodeBGRInto()
608 return Decode(MODE_BGR, data, data_size, width, height, NULL); in WebPDecodeBGR()
/external/webp/
DREADME535 buffer.colorspace = MODE_BGR;