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

  /external/chromium_org/third_party/libwebp/dsp/
yuv_mips32.c 97 WebPSamplers[MODE_BGR] = YuvToBgrRow;
yuv.c 129 WebPSamplers[MODE_BGR] = YuvToBgrRow;
upsampling.c 175 Yuv444ToBgr, // MODE_BGR
196 WebPUpsamplers[MODE_BGR] = UpsampleBgrLinePair;
upsampling_sse2.c 202 WebPUpsamplers[MODE_BGR] = UpsampleBgrLinePair;
upsampling_neon.c 255 WebPUpsamplers[MODE_BGR] = UpsampleBgrLinePair;
yuv_sse2.c 318 WebPSamplers[MODE_BGR] = YuvToBgrRowSSE2;
lossless.c     [all...]
  /external/webp/src/dsp/
yuv_mips32.c 97 WebPSamplers[MODE_BGR] = YuvToBgrRow;
yuv.c 129 WebPSamplers[MODE_BGR] = YuvToBgrRow;
upsampling.c 175 Yuv444ToBgr, // MODE_BGR
196 WebPUpsamplers[MODE_BGR] = UpsampleBgrLinePair;
upsampling_sse2.c 202 WebPUpsamplers[MODE_BGR] = UpsampleBgrLinePair;
upsampling_neon.c 255 WebPUpsamplers[MODE_BGR] = UpsampleBgrLinePair;
yuv_sse2.c 318 WebPSamplers[MODE_BGR] = YuvToBgrRowSSE2;
lossless.c     [all...]
  /external/chromium_org/third_party/libwebp/webp/
decode.h 145 MODE_BGR = 2, MODE_BGRA = 3,
  /external/webp/include/webp/
decode.h 145 MODE_BGR = 2, MODE_BGRA = 3,
  /external/chromium_org/third_party/libwebp/dec/
webp.c 562 return DecodeIntoRGBABuffer(MODE_BGR, data, data_size, output, stride, size);
645 return Decode(MODE_BGR, data, data_size, width, height, NULL);
  /external/webp/src/dec/
webp.c 574 return DecodeIntoRGBABuffer(MODE_BGR, data, data_size, output, stride, size);
657 return Decode(MODE_BGR, data, data_size, width, height, NULL);
  /external/webp/examples/
dwebp.c 473 output_buffer->colorspace = bitstream->has_alpha ? MODE_BGRA : MODE_BGR;

Completed in 761 milliseconds