HomeSort by relevance Sort by last modified time
    Searched refs:MODE_BGR (Results 1 - 9 of 9) 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/chromium_org/third_party/libwebp/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);

Completed in 1108 milliseconds