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

  /external/chromium_org/third_party/libwebp/dsp/
dsp.h 83 // VP8Idct: Does one of two inverse transforms. If do_two is set, the transforms
85 typedef void (*VP8Idct)(const uint8_t* ref, const int16_t* in, uint8_t* dst,
89 extern VP8Idct VP8ITransform;
  /external/webp/src/dsp/
dsp.h 83 // VP8Idct: Does one of two inverse transforms. If do_two is set, the transforms
85 typedef void (*VP8Idct)(const uint8_t* ref, const int16_t* in, uint8_t* dst,
89 extern VP8Idct VP8ITransform;

Completed in 787 milliseconds