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

  /external/chromium_org/third_party/libwebp/dsp/
yuv_mips32.c 98 WebPSamplers[MODE_BGRA] = YuvToBgraRow;
upsampling.c 146 return WebPUpsamplers[alpha_is_last ? MODE_BGRA : MODE_ARGB];
176 Yuv444ToBgra, // MODE_BGRA
181 Yuv444ToBgra, // MODE_bgrA
197 WebPUpsamplers[MODE_BGRA] = UpsampleBgraLinePair;
202 WebPUpsamplers[MODE_bgrA] = UpsampleBgraLinePair;
yuv.c 130 WebPSamplers[MODE_BGRA] = YuvToBgraRow;
135 WebPSamplers[MODE_bgrA] = YuvToBgraRow;
upsampling_sse2.c 203 WebPUpsamplers[MODE_BGRA] = UpsampleBgraLinePair;
205 WebPUpsamplers[MODE_bgrA] = UpsampleBgraLinePair;
upsampling_neon.c 256 WebPUpsamplers[MODE_BGRA] = UpsampleBgraLinePair;
258 WebPUpsamplers[MODE_bgrA] = UpsampleBgraLinePair;
yuv_sse2.c 319 WebPSamplers[MODE_BGRA] = YuvToBgraRowSSE2;
lossless.c     [all...]
  /external/webp/src/dsp/
yuv_mips32.c 98 WebPSamplers[MODE_BGRA] = YuvToBgraRow;
upsampling.c 146 return WebPUpsamplers[alpha_is_last ? MODE_BGRA : MODE_ARGB];
176 Yuv444ToBgra, // MODE_BGRA
181 Yuv444ToBgra, // MODE_bgrA
197 WebPUpsamplers[MODE_BGRA] = UpsampleBgraLinePair;
202 WebPUpsamplers[MODE_bgrA] = UpsampleBgraLinePair;
yuv.c 130 WebPSamplers[MODE_BGRA] = YuvToBgraRow;
135 WebPSamplers[MODE_bgrA] = YuvToBgraRow;
upsampling_sse2.c 203 WebPUpsamplers[MODE_BGRA] = UpsampleBgraLinePair;
205 WebPUpsamplers[MODE_bgrA] = UpsampleBgraLinePair;
upsampling_neon.c 256 WebPUpsamplers[MODE_BGRA] = UpsampleBgraLinePair;
258 WebPUpsamplers[MODE_bgrA] = UpsampleBgraLinePair;
yuv_sse2.c 319 WebPSamplers[MODE_BGRA] = YuvToBgraRowSSE2;
lossless.c     [all...]
  /external/chromium_org/third_party/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 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/examples/
dwebp.c 144 const int has_alpha = (buffer->colorspace == MODE_BGRA);
473 output_buffer->colorspace = bitstream->has_alpha ? MODE_BGRA : MODE_BGR;
  /external/chromium_org/third_party/libwebp/dec/
webp.c 567 return DecodeIntoRGBABuffer(MODE_BGRA, data, data_size, output, stride, size);
650 return Decode(MODE_BGRA, data, data_size, width, height, NULL);
vp8l.c     [all...]
  /external/webp/src/dec/
webp.c 579 return DecodeIntoRGBABuffer(MODE_BGRA, data, data_size, output, stride, size);
662 return Decode(MODE_BGRA, data, data_size, width, height, NULL);
vp8l.c     [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/image-decoders/webp/
WEBPImageDecoder.cpp 46 inline WEBP_CSP_MODE outputMode(bool hasAlpha) { return hasAlpha ? MODE_bgrA : MODE_BGRA; }
  /external/chromium_org/third_party/skia/src/images/
SkImageDecoder_libwebp.cpp 176 mode = premultiply ? MODE_bgrA : MODE_BGRA;
  /external/skia/src/images/
SkImageDecoder_libwebp.cpp 187 mode = premultiply ? MODE_bgrA : MODE_BGRA;

Completed in 288 milliseconds