Searched refs:VP8Idct (Results 1 - 4 of 4) sorted by relevance

/external/opencv3/3rdparty/libwebp/dsp/
H A Ddsp.h55 // 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, typedef
61 extern VP8Idct VP8ITransform;
H A Denc.c675 VP8Idct VP8ITransform;
/external/webp/src/dsp/
H A Ddsp.h131 // 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, typedef
137 extern VP8Idct VP8ITransform;
H A Denc.c710 VP8Idct VP8ITransform;

Completed in 92 milliseconds