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

/external/webp/src/dsp/
H A Ddsp.h111 typedef void (*VP8PredFunc)(uint8_t* dst); typedef
112 extern const VP8PredFunc VP8PredLuma16[/* NUM_B_DC_MODES */];
113 extern const VP8PredFunc VP8PredChroma8[/* NUM_B_DC_MODES */];
114 extern const VP8PredFunc VP8PredLuma4[/* NUM_BMODES */];

Completed in 17 milliseconds