Home
last modified time | relevance | path

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

/external/webp/src/dsp/
Dupsampling.c171 return WebPUpsamplers[alpha_is_last ? MODE_BGRA : MODE_ARGB]; in DUAL_SAMPLE_FUNC()
224 WebPYUV444Converters[MODE_BGRA] = WebPYuv444ToBgra_C; in WEBP_DSP_INIT_FUNC()
267 WebPUpsamplers[MODE_BGRA] = UpsampleBgraLinePair_C; in WEBP_DSP_INIT_FUNC()
311 assert(WebPUpsamplers[MODE_BGRA] != NULL); in WEBP_DSP_INIT_FUNC()
Dupsampling_mips_dsp_r2.c224 WebPUpsamplers[MODE_BGRA] = UpsampleBgraLinePair; in WebPInitUpsamplersMIPSdspR2()
269 WebPYUV444Converters[MODE_BGRA] = Yuv444ToBgra; in WebPInitYUV444ConvertersMIPSdspR2()
Dyuv_mips_dsp_r2.c127 WebPSamplers[MODE_BGRA] = YuvToBgraRow_MIPSdspR2; in WebPInitSamplersMIPSdspR2()
Dupsampling_sse2.c196 WebPUpsamplers[MODE_BGRA] = UpsampleBgraLinePair_SSE2; in WebPInitUpsamplersSSE2()
245 WebPYUV444Converters[MODE_BGRA] = Yuv444ToBgra_SSE2; in WebPInitYUV444ConvertersSSE2()
Dyuv_mips32.c96 WebPSamplers[MODE_BGRA] = YuvToBgraRow_MIPS32; in WebPInitSamplersMIPS32()
Dyuv.c82 WebPSamplers[MODE_BGRA] = YuvToBgraRow; in WEBP_DSP_INIT_FUNC()
Dupsampling_neon.c265 WebPUpsamplers[MODE_BGRA] = UpsampleBgraLinePair_NEON; in WebPInitUpsamplersNEON()
Dlossless.c523 case MODE_BGRA: in VP8LConvertFromBGRA()
Dupsampling_msa.c668 WebPUpsamplers[MODE_BGRA] = UpsampleBgraLinePair; in WebPInitUpsamplersMSA()
Dyuv_sse2.c443 WebPSamplers[MODE_BGRA] = YuvToBgraRow_SSE2; in WebPInitSamplersSSE2()
/external/webp/include/webp/
Ddecode.h154 MODE_BGR = 2, MODE_BGRA = 3, enumerator
174 return (mode == MODE_RGBA || mode == MODE_BGRA || mode == MODE_ARGB || in WebPIsAlphaMode()
/external/webp/src/webp/
Ddecode.h154 MODE_BGR = 2, MODE_BGRA = 3, enumerator
174 return (mode == MODE_RGBA || mode == MODE_BGRA || mode == MODE_ARGB || in WebPIsAlphaMode()
/external/webp/src/demux/
Danim_decode.c70 if (mode != MODE_RGBA && mode != MODE_BGRA && in ApplyDecoderOptions()
74 dec->blend_func_ = (mode == MODE_RGBA || mode == MODE_BGRA) in ApplyDecoderOptions()
/external/webp/src/dec/
Dwebp_dec.c572 return DecodeIntoRGBABuffer(MODE_BGRA, data, data_size, output, stride, size); in WebPDecodeBGRAInto()
655 return Decode(MODE_BGRA, data, data_size, width, height, NULL); in WebPDecodeBGRA()
Dvp8l_dec.c1690 if (!WebPIoInitFromOptions(params->options, io, MODE_BGRA)) { in VP8LDecodeImage()
/external/skia/src/codec/
DSkWebpCodec.cpp197 return premultiply ? MODE_bgrA : MODE_BGRA; in webp_decode_mode()
/external/skqp/src/codec/
DSkWebpCodec.cpp197 return premultiply ? MODE_bgrA : MODE_BGRA; in webp_decode_mode()
/external/webp/src/mux/
Danim_encode.c1433 config.output.colorspace = MODE_BGRA; in DecodeFrameOntoCanvas()
/external/webp/
DREADME737 config.output.colorspace = MODE_BGRA;