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

  /external/webp/src/dsp/
dsp.h 207 typedef void (*WebPUpsampleLinePairFunc)(
216 extern WebPUpsampleLinePairFunc WebPUpsamplers[/* MODE_LAST */];
236 WebPUpsampleLinePairFunc WebPGetLinePairConverter(int alpha_is_last);
upsampling.c 25 WebPUpsampleLinePairFunc WebPUpsamplers[MODE_LAST];
142 WebPUpsampleLinePairFunc WebPGetLinePairConverter(int alpha_is_last) {