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

  /external/opencv3/3rdparty/libwebp/dsp/
dsp.h 149 typedef void (*WebPUpsampleLinePairFunc)(
158 extern WebPUpsampleLinePairFunc WebPUpsamplers[/* MODE_LAST */];
179 WebPUpsampleLinePairFunc WebPGetLinePairConverter(int alpha_is_last);
upsampling.c 27 WebPUpsampleLinePairFunc WebPUpsamplers[MODE_LAST];
193 WebPUpsampleLinePairFunc WebPGetLinePairConverter(int alpha_is_last) {
upsampling_sse2.c 195 extern WebPUpsampleLinePairFunc WebPUpsamplers[/* MODE_LAST */];
upsampling_neon.c 274 extern WebPUpsampleLinePairFunc WebPUpsamplers[/* MODE_LAST */];
  /external/webp/src/dsp/
dsp.h 278 typedef void (*WebPUpsampleLinePairFunc)(
287 extern WebPUpsampleLinePairFunc WebPUpsamplers[/* MODE_LAST */];
307 WebPUpsampleLinePairFunc WebPGetLinePairConverter(int alpha_is_last);
upsampling.c 25 WebPUpsampleLinePairFunc WebPUpsamplers[MODE_LAST];
142 WebPUpsampleLinePairFunc WebPGetLinePairConverter(int alpha_is_last) {
upsampling_sse2.c 191 extern WebPUpsampleLinePairFunc WebPUpsamplers[/* MODE_LAST */];
upsampling_neon.c 276 extern WebPUpsampleLinePairFunc WebPUpsamplers[/* MODE_LAST */];
  /external/opencv3/3rdparty/libwebp/dec/
io.c 109 WebPUpsampleLinePairFunc upsample = WebPUpsamplers[p->output->colorspace];
  /external/webp/src/dec/
io.c 66 WebPUpsampleLinePairFunc upsample = WebPUpsamplers[p->output->colorspace];
  /external/opencv3/3rdparty/libwebp/enc/
picture.c 786 WebPUpsampleLinePairFunc upsample = WebPGetLinePairConverter(ALPHA_IS_LAST);
    [all...]
  /external/webp/src/enc/
picture_csp.c     [all...]

Completed in 556 milliseconds