Home
last modified time | relevance | path

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

/external/webp/src/dsp/
Dupsampling.c193 WebPYUV444Converters[MODE_bgrA] = WebPYuv444ToBgraC; in WebPInitYUV444Converters()
234 WebPUpsamplers[MODE_bgrA] = UpsampleBgraLinePair; in WebPInitUpsamplers()
Dupsampling_mips_dsp_r2.c230 WebPUpsamplers[MODE_bgrA] = UpsampleBgraLinePair;
271 WebPYUV444Converters[MODE_bgrA] = Yuv444ToBgra;
Dyuv.c141 WebPSamplers[MODE_bgrA] = YuvToBgraRow; in WebPInitSamplers()
Dupsampling_sse2.c202 WebPUpsamplers[MODE_bgrA] = UpsampleBgraLinePair; in WebPInitUpsamplersSSE2()
Dupsampling_neon.c287 WebPUpsamplers[MODE_bgrA] = UpsampleBgraLinePair; in WebPInitUpsamplersNEON()
Dlossless.c532 case MODE_bgrA: in VP8LConvertFromBGRA()
/external/webp/include/webp/
Ddecode.h153 MODE_bgrA = 8, enumerator
163 return (mode == MODE_rgbA || mode == MODE_bgrA || mode == MODE_Argb || in WebPIsPremultipliedMode()
/external/opencv3/3rdparty/libwebp/webp/
Ddecode.h150 MODE_bgrA = 8, enumerator
160 return (mode == MODE_rgbA || mode == MODE_bgrA || mode == MODE_Argb || in WebPIsPremultipliedMode()
/external/webp/src/webp/
Ddecode.h153 MODE_bgrA = 8, enumerator
163 return (mode == MODE_rgbA || mode == MODE_bgrA || mode == MODE_Argb || in WebPIsPremultipliedMode()
/external/skia/src/codec/
DSkWebpCodec.cpp127 return premultiply ? MODE_bgrA : MODE_BGRA; in webp_decode_mode()
/external/opencv3/3rdparty/libwebp/dsp/
Dupsampling_sse2.c209 WebPUpsamplers[MODE_bgrA] = UpsampleBgraLinePairSSE2; in WebPInitPremultiplySSE2()
Dupsampling_neon.c288 WebPUpsamplers[MODE_bgrA] = UpsampleBgraLinePairNEON; in WebPInitPremultiplyNEON()
Dupsampling.c348 WebPUpsamplers[MODE_bgrA] = UpsampleBgraLinePair; in WebPInitPremultiply()
Dlossless.c1336 case MODE_bgrA: in VP8LConvertFromBGRA()
/external/webp/src/demux/
Danim_decode.c71 mode != MODE_rgbA && mode != MODE_bgrA) { in ApplyDecoderOptions()
/external/skia/src/images/
DSkImageDecoder_libwebp.cpp174 mode = premultiply ? MODE_bgrA : MODE_BGRA; in webp_decode_mode()