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

  /external/opencv3/3rdparty/libwebp/dsp/
dsp.h 80 typedef void (*VP8BlockCopy)(const uint8_t* src, uint8_t* dst);
81 extern VP8BlockCopy VP8Copy4x4;
  /external/webp/src/dsp/
dsp.h 156 typedef void (*VP8BlockCopy)(const uint8_t* src, uint8_t* dst);
157 extern VP8BlockCopy VP8Copy4x4;
158 extern VP8BlockCopy VP8Copy16x8;

Completed in 2427 milliseconds