HomeSort by relevance Sort by last modified time
    Searched refs:MODE_bgrA (Results 1 - 16 of 16) sorted by null

  /external/opencv3/3rdparty/libwebp/webp/
decode.h 133 // For instance, MODE_BGRA relates to samples ordered as B,G,R,A,B,G,R,A,...
145 MODE_BGR = 2, MODE_BGRA = 3,
150 MODE_bgrA = 8,
160 return (mode == MODE_rgbA || mode == MODE_bgrA || mode == MODE_Argb ||
165 return (mode == MODE_RGBA || mode == MODE_BGRA || mode == MODE_ARGB ||
382 config.output.colorspace = MODE_BGRA;
  /external/webp/include/webp/
decode.h 136 // For instance, MODE_BGRA relates to samples ordered as B,G,R,A,B,G,R,A,...
148 MODE_BGR = 2, MODE_BGRA = 3,
153 MODE_bgrA = 8,
163 return (mode == MODE_rgbA || mode == MODE_bgrA || mode == MODE_Argb ||
168 return (mode == MODE_RGBA || mode == MODE_BGRA || mode == MODE_ARGB ||
385 config.output.colorspace = MODE_BGRA;
  /external/webp/src/webp/
decode.h 136 // For instance, MODE_BGRA relates to samples ordered as B,G,R,A,B,G,R,A,...
148 MODE_BGR = 2, MODE_BGRA = 3,
153 MODE_bgrA = 8,
163 return (mode == MODE_rgbA || mode == MODE_bgrA || mode == MODE_Argb ||
168 return (mode == MODE_RGBA || mode == MODE_BGRA || mode == MODE_ARGB ||
385 config.output.colorspace = MODE_BGRA;
  /external/webp/src/dsp/
upsampling_mips_dsp_r2.c 225 WebPUpsamplers[MODE_BGRA] = UpsampleBgraLinePair;
230 WebPUpsamplers[MODE_bgrA] = UpsampleBgraLinePair;
266 WebPYUV444Converters[MODE_BGRA] = Yuv444ToBgra;
271 WebPYUV444Converters[MODE_bgrA] = Yuv444ToBgra;
upsampling.c 146 return WebPUpsamplers[alpha_is_last ? MODE_BGRA : MODE_ARGB];
188 WebPYUV444Converters[MODE_BGRA] = WebPYuv444ToBgraC;
193 WebPYUV444Converters[MODE_bgrA] = WebPYuv444ToBgraC;
229 WebPUpsamplers[MODE_BGRA] = UpsampleBgraLinePair;
234 WebPUpsamplers[MODE_bgrA] = UpsampleBgraLinePair;
upsampling_sse2.c 199 WebPUpsamplers[MODE_BGRA] = UpsampleBgraLinePair;
202 WebPUpsamplers[MODE_bgrA] = UpsampleBgraLinePair;
236 WebPYUV444Converters[MODE_BGRA] = Yuv444ToBgra;
yuv.c 136 WebPSamplers[MODE_BGRA] = YuvToBgraRow;
141 WebPSamplers[MODE_bgrA] = YuvToBgraRow;
upsampling_neon.c 284 WebPUpsamplers[MODE_BGRA] = UpsampleBgraLinePair;
287 WebPUpsamplers[MODE_bgrA] = UpsampleBgraLinePair;
lossless.c 529 case MODE_BGRA:
532 case MODE_bgrA:
  /external/opencv3/3rdparty/libwebp/dsp/
upsampling_sse2.c 202 WebPUpsamplers[MODE_BGRA] = UpsampleBgraLinePairSSE2;
209 WebPUpsamplers[MODE_bgrA] = UpsampleBgraLinePairSSE2;
upsampling.c 151 SampleBgraLinePair, // MODE_BGRA
156 SampleBgraLinePair, // MODE_bgrA
197 return WebPUpsamplers[alpha_is_last ? MODE_BGRA : MODE_ARGB];
227 Yuv444ToBgra, // MODE_BGRA
232 Yuv444ToBgra, // MODE_bgrA
321 WebPUpsamplers[MODE_BGRA] = UpsampleBgraLinePair;
348 WebPUpsamplers[MODE_bgrA] = UpsampleBgraLinePair;
upsampling_neon.c 281 WebPUpsamplers[MODE_BGRA] = UpsampleBgraLinePairNEON;
288 WebPUpsamplers[MODE_bgrA] = UpsampleBgraLinePairNEON;
lossless.c     [all...]
  /external/skia/src/codec/
SkWebpCodec.cpp 127 return premultiply ? MODE_bgrA : MODE_BGRA;
  /external/webp/src/demux/
anim_decode.c 70 if (mode != MODE_RGBA && mode != MODE_BGRA &&
71 mode != MODE_rgbA && mode != MODE_bgrA) {
74 dec->blend_func_ = (mode == MODE_RGBA || mode == MODE_BGRA)
  /external/skia/src/images/
SkImageDecoder_libwebp.cpp 174 mode = premultiply ? MODE_bgrA : MODE_BGRA;

Completed in 510 milliseconds