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

  /external/opencv3/3rdparty/libwebp/dsp/
dsp.h 55 // VP8Idct: Does one of two inverse transforms. If do_two is set, the transforms
57 typedef void (*VP8Idct)(const uint8_t* ref, const int16_t* in, uint8_t* dst,
61 extern VP8Idct VP8ITransform;
  /external/webp/src/dsp/
dsp.h 131 // VP8Idct: Does one of two inverse transforms. If do_two is set, the transforms
133 typedef void (*VP8Idct)(const uint8_t* ref, const int16_t* in, uint8_t* dst,
137 extern VP8Idct VP8ITransform;

Completed in 60 milliseconds