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

  /external/webp/src/dsp/
yuv.c 101 // Main call for processing a plane with a WebPSamplerRowFunc function:
105 int width, int height, WebPSamplerRowFunc func) {
121 WebPSamplerRowFunc WebPSamplers[MODE_LAST];
dsp.h 221 typedef void (*WebPSamplerRowFunc)(const uint8_t* y,
224 // Generic function to apply 'WebPSamplerRowFunc' to the whole plane:
228 int width, int height, WebPSamplerRowFunc func);
231 extern WebPSamplerRowFunc WebPSamplers[/* MODE_LAST */];

Completed in 59 milliseconds