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

/external/webp/src/dsp/
H A Ddsp.h99 typedef void (*VP8DecIdct)(const int16_t* coeffs, uint8_t* dst); typedef
103 extern VP8DecIdct VP8TransformUV;
104 extern VP8DecIdct VP8TransformDC;
105 extern VP8DecIdct VP8TransformDCUV;

Completed in 77 milliseconds