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

  /external/chromium_org/third_party/libwebp/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 205 typedef void (*WebPSamplerRowFunc)(const uint8_t* y,
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/
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 205 typedef void (*WebPSamplerRowFunc)(const uint8_t* y,
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 162 milliseconds