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

  /external/opencv3/3rdparty/libwebp/dsp/
dsp.h 59 typedef void (*VP8Fdct)(const uint8_t* src, const uint8_t* ref, int16_t* out);
62 extern VP8Fdct VP8FTransform;
  /external/webp/src/dsp/
dsp.h 135 typedef void (*VP8Fdct)(const uint8_t* src, const uint8_t* ref, int16_t* out);
138 extern VP8Fdct VP8FTransform;
139 extern VP8Fdct VP8FTransform2; // performs two transforms at a time

Completed in 39 milliseconds