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

/external/chromium_org/third_party/libwebp/dsp/
H A Ddsp.h133 typedef void (*VP8DecIdct)(const int16_t* coeffs, uint8_t* dst); typedef
137 extern VP8DecIdct VP8TransformAC3;
138 extern VP8DecIdct VP8TransformUV;
139 extern VP8DecIdct VP8TransformDC;
140 extern VP8DecIdct VP8TransformDCUV;
H A Ddec.c669 VP8DecIdct VP8TransformAC3;
670 VP8DecIdct VP8TransformUV;
671 VP8DecIdct VP8TransformDC;
672 VP8DecIdct VP8TransformDCUV;
/external/webp/src/dsp/
H A Ddsp.h133 typedef void (*VP8DecIdct)(const int16_t* coeffs, uint8_t* dst); typedef
137 extern VP8DecIdct VP8TransformAC3;
138 extern VP8DecIdct VP8TransformUV;
139 extern VP8DecIdct VP8TransformDC;
140 extern VP8DecIdct VP8TransformDCUV;
H A Ddec.c669 VP8DecIdct VP8TransformAC3;
670 VP8DecIdct VP8TransformUV;
671 VP8DecIdct VP8TransformDC;
672 VP8DecIdct VP8TransformDCUV;

Completed in 1255 milliseconds