Searched refs:MODE_BGR (Results 1 – 19 of 19) sorted by relevance
/external/webp/src/dsp/ |
D | upsampling.c | 187 WebPYUV444Converters[MODE_BGR] = WebPYuv444ToBgrC; in WebPInitYUV444Converters() 228 WebPUpsamplers[MODE_BGR] = UpsampleBgrLinePair; in WebPInitUpsamplers()
|
D | upsampling_mips_dsp_r2.c | 224 WebPUpsamplers[MODE_BGR] = UpsampleBgrLinePair; 265 WebPYUV444Converters[MODE_BGR] = Yuv444ToBgr;
|
D | upsampling_sse2.c | 198 WebPUpsamplers[MODE_BGR] = UpsampleBgrLinePair; in WebPInitUpsamplersSSE2() 238 WebPYUV444Converters[MODE_BGR] = Yuv444ToBgr; in WebPInitYUV444ConvertersSSE2()
|
D | yuv_mips_dsp_r2.c | 127 WebPSamplers[MODE_BGR] = YuvToBgrRow;
|
D | yuv_mips32.c | 96 WebPSamplers[MODE_BGR] = YuvToBgrRow;
|
D | yuv.c | 135 WebPSamplers[MODE_BGR] = YuvToBgrRow; in WebPInitSamplers()
|
D | upsampling_neon.c | 283 WebPUpsamplers[MODE_BGR] = UpsampleBgrLinePair; in WebPInitUpsamplersNEON()
|
D | lossless.c | 526 case MODE_BGR: in VP8LConvertFromBGRA()
|
D | yuv_sse2.c | 454 WebPSamplers[MODE_BGR] = YuvToBgrRow; in WebPInitSamplersSSE2()
|
/external/opencv3/3rdparty/libwebp/dsp/ |
D | upsampling_sse2.c | 201 WebPUpsamplers[MODE_BGR] = UpsampleBgrLinePairSSE2; in WebPInitUpsamplersSSE2()
|
D | upsampling_neon.c | 280 WebPUpsamplers[MODE_BGR] = UpsampleBgrLinePairNEON; in WebPInitUpsamplersNEON()
|
D | upsampling.c | 320 WebPUpsamplers[MODE_BGR] = UpsampleBgrLinePair; in WebPInitUpsamplers()
|
D | lossless.c | 1330 case MODE_BGR: in VP8LConvertFromBGRA()
|
/external/webp/include/webp/ |
D | decode.h | 148 MODE_BGR = 2, MODE_BGRA = 3, enumerator
|
/external/opencv3/3rdparty/libwebp/webp/ |
D | decode.h | 145 MODE_BGR = 2, MODE_BGRA = 3, enumerator
|
/external/webp/src/webp/ |
D | decode.h | 148 MODE_BGR = 2, MODE_BGRA = 3, enumerator
|
/external/webp/src/dec/ |
D | webp.c | 566 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/ |
D | webp.c | 525 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/ |
D | README | 535 buffer.colorspace = MODE_BGR;
|