Searched refs:WebPSamplerRowFunc (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/libwebp/dsp/
H A Dyuv.c101 // Main call for processing a plane with a WebPSamplerRowFunc function:
105 int width, int height, WebPSamplerRowFunc func) {
121 WebPSamplerRowFunc WebPSamplers[MODE_LAST];
H A Ddsp.h205 typedef void (*WebPSamplerRowFunc)(const uint8_t* y, typedef
208 // Generic function to apply 'WebPSamplerRowFunc' to the whole plane:
212 int width, int height, WebPSamplerRowFunc func);
215 extern WebPSamplerRowFunc WebPSamplers[/* MODE_LAST */];
/external/webp/src/dsp/
H A Dyuv.c101 // Main call for processing a plane with a WebPSamplerRowFunc function:
105 int width, int height, WebPSamplerRowFunc func) {
121 WebPSamplerRowFunc WebPSamplers[MODE_LAST];
H A Ddsp.h205 typedef void (*WebPSamplerRowFunc)(const uint8_t* y, typedef
208 // Generic function to apply 'WebPSamplerRowFunc' to the whole plane:
212 int width, int height, WebPSamplerRowFunc func);
215 extern WebPSamplerRowFunc WebPSamplers[/* MODE_LAST */];

Completed in 297 milliseconds