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

  /external/opencv3/3rdparty/libwebp/dsp/
dsp.h 182 typedef void (*WebPYUV444Converter)(const uint8_t* y,
186 extern const WebPYUV444Converter WebPYUV444Converters[/* MODE_LAST */];
upsampling.c 223 const WebPYUV444Converter WebPYUV444Converters[MODE_LAST] = {
  /external/webp/src/dsp/
dsp.h 310 typedef void (*WebPYUV444Converter)(const uint8_t* y,
314 extern WebPYUV444Converter WebPYUV444Converters[/* MODE_LAST */];
upsampling.c 174 WebPYUV444Converter WebPYUV444Converters[MODE_LAST];
upsampling_sse2.c 213 extern WebPYUV444Converter WebPYUV444Converters[/* MODE_LAST */];
  /external/opencv3/3rdparty/libwebp/dec/
io.c 86 const WebPYUV444Converter convert = WebPYUV444Converters[output->colorspace];
362 const WebPYUV444Converter convert =
  /external/webp/src/dec/
io.c 335 const WebPYUV444Converter convert =

Completed in 736 milliseconds