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

  /external/webp/include/webp/
decode.h 131 // For instance, MODE_BGRA relates to samples ordered as B,G,R,A,B,G,R,A,...
143 MODE_BGR = 2, MODE_BGRA = 3,
148 MODE_bgrA = 8,
158 return (mode == MODE_rgbA || mode == MODE_bgrA || mode == MODE_Argb ||
163 return (mode == MODE_RGBA || mode == MODE_BGRA || mode == MODE_ARGB ||
374 config.output.colorspace = MODE_BGRA;
  /external/webp/src/dsp/
upsampling.c 149 SampleBgraLinePair, // MODE_BGRA
154 SampleBgraLinePair, // MODE_bgrA
195 return WebPUpsamplers[alpha_is_last ? MODE_BGRA : MODE_ARGB];
225 Yuv444ToBgra, // MODE_BGRA
230 Yuv444ToBgra, // MODE_bgrA
319 WebPUpsamplers[MODE_BGRA] = UpsampleBgraLinePair;
346 WebPUpsamplers[MODE_bgrA] = UpsampleBgraLinePair;
upsampling_sse2.c 200 WebPUpsamplers[MODE_BGRA] = UpsampleBgraLinePairSSE2;
207 WebPUpsamplers[MODE_bgrA] = UpsampleBgraLinePairSSE2;
upsampling_neon.c 279 WebPUpsamplers[MODE_BGRA] = UpsampleBgraLinePairNEON;
286 WebPUpsamplers[MODE_bgrA] = UpsampleBgraLinePairNEON;
lossless.c     [all...]
  /external/webp/src/dec/
webp.c 511 return DecodeIntoRGBABuffer(MODE_BGRA, data, data_size, output, stride, size);
594 return Decode(MODE_BGRA, data, data_size, width, height, NULL);
vp8l.c     [all...]

Completed in 134 milliseconds