Home
last modified time | relevance | path

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

/external/webp/src/dsp/
Dupsampling.c226 WebPYUV444Converters[MODE_BGR] = WebPYuv444ToBgr_C; in WEBP_DSP_INIT_FUNC()
271 WebPUpsamplers[MODE_BGR] = UpsampleBgrLinePair_C; in WEBP_DSP_INIT_FUNC()
316 assert(WebPUpsamplers[MODE_BGR] != NULL); in WEBP_DSP_INIT_FUNC()
Dupsampling_sse41.c193 WebPUpsamplers[MODE_BGR] = UpsampleBgrLinePair_SSE41; in WebPInitUpsamplersSSE41()
227 WebPYUV444Converters[MODE_BGR] = Yuv444ToBgr_SSE41; in WebPInitYUV444ConvertersSSE41()
Dupsampling_mips_dsp_r2.c229 WebPUpsamplers[MODE_BGR] = UpsampleBgrLinePair; in WebPInitUpsamplersMIPSdspR2()
274 WebPYUV444Converters[MODE_BGR] = Yuv444ToBgr; in WebPInitYUV444ConvertersMIPSdspR2()
Dyuv_mips_dsp_r2.c126 WebPSamplers[MODE_BGR] = YuvToBgrRow_MIPSdspR2; in WebPInitSamplersMIPSdspR2()
Dupsampling_sse2.c201 WebPUpsamplers[MODE_BGR] = UpsampleBgrLinePair_SSE2; in WebPInitUpsamplersSSE2()
250 WebPYUV444Converters[MODE_BGR] = Yuv444ToBgr_SSE2; in WebPInitYUV444ConvertersSSE2()
Dyuv_mips32.c95 WebPSamplers[MODE_BGR] = YuvToBgrRow_MIPS32; in WebPInitSamplersMIPS32()
Dyuv.c81 WebPSamplers[MODE_BGR] = YuvToBgrRow; in WEBP_DSP_INIT_FUNC()
Dupsampling_neon.c270 WebPUpsamplers[MODE_BGR] = UpsampleBgrLinePair_NEON; in WebPInitUpsamplersNEON()
Dlossless.c520 case MODE_BGR: in VP8LConvertFromBGRA()
Dyuv_sse41.c261 WebPSamplers[MODE_BGR] = YuvToBgrRow_SSE41; in WebPInitSamplersSSE41()
Dupsampling_msa.c673 WebPUpsamplers[MODE_BGR] = UpsampleBgrLinePair; in WebPInitUpsamplersMSA()
Dyuv_sse2.c442 WebPSamplers[MODE_BGR] = YuvToBgrRow_SSE2; in WebPInitSamplersSSE2()
/external/webp/include/webp/
Ddecode.h154 MODE_BGR = 2, MODE_BGRA = 3, enumerator
/external/webp/src/webp/
Ddecode.h154 MODE_BGR = 2, MODE_BGRA = 3, enumerator
/external/webp/src/dec/
Dwebp_dec.c567 return DecodeIntoRGBABuffer(MODE_BGR, data, data_size, output, stride, size); in WebPDecodeBGRInto()
650 return Decode(MODE_BGR, data, data_size, width, height, NULL); in WebPDecodeBGR()
/external/webp/
DREADME675 buffer.colorspace = MODE_BGR;