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

  /external/webp/src/dsp/
dsp.h 292 typedef void (*WebPSamplerRowFunc)(const uint8_t* y,
295 // Generic function to apply 'WebPSamplerRowFunc' to the whole plane:
299 int width, int height, WebPSamplerRowFunc func);
302 extern WebPSamplerRowFunc WebPSamplers[/* MODE_LAST */];
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];

Completed in 64 milliseconds