Home
last modified time | relevance | path

Searched refs:VP8DecIdct (Results 1 – 4 of 4) sorted by relevance

/external/opencv3/3rdparty/libwebp/dsp/
Ddsp.h101 typedef void (*VP8DecIdct)(const int16_t* coeffs, uint8_t* dst); typedef
105 extern VP8DecIdct VP8TransformUV;
106 extern VP8DecIdct VP8TransformDC;
107 extern VP8DecIdct VP8TransformDCUV;
Ddec.c682 VP8DecIdct VP8TransformUV;
683 VP8DecIdct VP8TransformDC;
684 VP8DecIdct VP8TransformDCUV;
/external/webp/src/dsp/
Ddsp.h219 typedef void (*VP8DecIdct)(const int16_t* coeffs, uint8_t* dst); typedef
223 extern VP8DecIdct VP8TransformAC3;
224 extern VP8DecIdct VP8TransformUV;
225 extern VP8DecIdct VP8TransformDC;
226 extern VP8DecIdct VP8TransformDCUV;
Ddec.c658 VP8DecIdct VP8TransformAC3;
659 VP8DecIdct VP8TransformUV;
660 VP8DecIdct VP8TransformDC;
661 VP8DecIdct VP8TransformDCUV;