Searched defs:VP8Idct (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libwebp/dsp/
H A Ddsp.h83 // 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, typedef
89 extern VP8Idct VP8ITransform;
/external/webp/src/dsp/
H A Ddsp.h83 // 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, typedef
89 extern VP8Idct VP8ITransform;

Completed in 164 milliseconds