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 374 typedef void (*WebPSamplerRowFunc)(const uint8_t* y,
377 // Generic function to apply 'WebPSamplerRowFunc' to the whole plane:
381 int width, int height, WebPSamplerRowFunc func);
384 extern WebPSamplerRowFunc WebPSamplers[/* MODE_LAST */];
yuv.c 103 // Main call for processing a plane with a WebPSamplerRowFunc function:
107 int width, int height, WebPSamplerRowFunc func) {
123 WebPSamplerRowFunc WebPSamplers[MODE_LAST];

Completed in 40 milliseconds