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

  /external/webp/src/dsp/
yuv_mips32.c 96 WebPSamplers[MODE_BGR] = YuvToBgrRow;
yuv_mips_dsp_r2.c 127 WebPSamplers[MODE_BGR] = YuvToBgrRow;
upsampling_mips_dsp_r2.c 224 WebPUpsamplers[MODE_BGR] = UpsampleBgrLinePair;
265 WebPYUV444Converters[MODE_BGR] = Yuv444ToBgr;
upsampling.c 187 WebPYUV444Converters[MODE_BGR] = WebPYuv444ToBgrC;
228 WebPUpsamplers[MODE_BGR] = UpsampleBgrLinePair;
upsampling_sse2.c 198 WebPUpsamplers[MODE_BGR] = UpsampleBgrLinePair;
238 WebPYUV444Converters[MODE_BGR] = Yuv444ToBgr;
yuv.c 135 WebPSamplers[MODE_BGR] = YuvToBgrRow;
upsampling_neon.c 283 WebPUpsamplers[MODE_BGR] = UpsampleBgrLinePair;
lossless.c 526 case MODE_BGR:
yuv_sse2.c 454 WebPSamplers[MODE_BGR] = YuvToBgrRow;
  /external/opencv3/3rdparty/libwebp/dsp/
upsampling_sse2.c 201 WebPUpsamplers[MODE_BGR] = UpsampleBgrLinePairSSE2;
upsampling.c 150 SampleBgrLinePair, // MODE_BGR
226 Yuv444ToBgr, // MODE_BGR
320 WebPUpsamplers[MODE_BGR] = UpsampleBgrLinePair;
upsampling_neon.c 280 WebPUpsamplers[MODE_BGR] = UpsampleBgrLinePairNEON;
lossless.c     [all...]
  /external/opencv3/3rdparty/libwebp/webp/
decode.h 145 MODE_BGR = 2, MODE_BGRA = 3,
  /external/webp/include/webp/
decode.h 148 MODE_BGR = 2, MODE_BGRA = 3,
  /external/webp/src/webp/
decode.h 148 MODE_BGR = 2, MODE_BGRA = 3,
  /external/opencv3/3rdparty/libwebp/dec/
webp.c 525 return DecodeIntoRGBABuffer(MODE_BGR, data, data_size, output, stride, size);
608 return Decode(MODE_BGR, data, data_size, width, height, NULL);
  /external/webp/src/dec/
webp.c 566 return DecodeIntoRGBABuffer(MODE_BGR, data, data_size, output, stride, size);
649 return Decode(MODE_BGR, data, data_size, width, height, NULL);

Completed in 260 milliseconds