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

  /external/webp/src/dsp/
upsampling.c 171 return WebPUpsamplers[alpha_is_last ? MODE_BGRA : MODE_ARGB];
228 WebPYUV444Converters[MODE_BGRA] = WebPYuv444ToBgra_C;
235 WebPYUV444Converters[MODE_bgrA] = WebPYuv444ToBgra_C;
271 WebPUpsamplers[MODE_BGRA] = UpsampleBgraLinePair_C;
273 WebPUpsamplers[MODE_bgrA] = UpsampleBgraLinePair_C;
310 assert(WebPUpsamplers[MODE_BGRA] != NULL);
312 assert(WebPUpsamplers[MODE_bgrA] != NULL);
yuv_mips_dsp_r2.c 127 WebPSamplers[MODE_BGRA] = YuvToBgraRow_MIPSdspR2;
yuv_mips32.c 96 WebPSamplers[MODE_BGRA] = YuvToBgraRow_MIPS32;
upsampling_mips_dsp_r2.c 224 WebPUpsamplers[MODE_BGRA] = UpsampleBgraLinePair;
226 WebPUpsamplers[MODE_bgrA] = UpsampleBgraLinePair;
269 WebPYUV444Converters[MODE_BGRA] = Yuv444ToBgra;
271 WebPYUV444Converters[MODE_bgrA] = Yuv444ToBgra;
upsampling_sse2.c 200 WebPUpsamplers[MODE_BGRA] = UpsampleBgraLinePair_SSE2;
202 WebPUpsamplers[MODE_bgrA] = UpsampleBgraLinePair_SSE2;
249 WebPYUV444Converters[MODE_BGRA] = Yuv444ToBgra_SSE2;
251 WebPYUV444Converters[MODE_bgrA] = Yuv444ToBgra_SSE2;
yuv.c 86 WebPSamplers[MODE_BGRA] = YuvToBgraRow;
91 WebPSamplers[MODE_bgrA] = YuvToBgraRow;
upsampling_neon.c 265 WebPUpsamplers[MODE_BGRA] = UpsampleBgraLinePair_NEON;
267 WebPUpsamplers[MODE_bgrA] = UpsampleBgraLinePair_NEON;
lossless.c 525 case MODE_BGRA:
528 case MODE_bgrA:
upsampling_msa.c 662 WebPUpsamplers[MODE_BGRA] = UpsampleBgraLinePair;
664 WebPUpsamplers[MODE_bgrA] = UpsampleBgraLinePair;
yuv_sse2.c 443 WebPSamplers[MODE_BGRA] = YuvToBgraRow_SSE2;
    [all...]
  /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 ||
389 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 ||
389 config.output.colorspace = 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/webp/src/dec/
webp_dec.c 572 return DecodeIntoRGBABuffer(MODE_BGRA, data, data_size, output, stride, size);
655 return Decode(MODE_BGRA, data, data_size, width, height, NULL);
vp8l_dec.c     [all...]
  /external/skia/src/codec/
SkWebpCodec.cpp 196 return premultiply ? MODE_bgrA : MODE_BGRA;
  /external/skqp/src/codec/
SkWebpCodec.cpp 196 return premultiply ? MODE_bgrA : MODE_BGRA;
  /external/webp/src/mux/
anim_encode.c     [all...]

Completed in 525 milliseconds