Home
last modified time | relevance | path

Searched refs:VP8LPredictorFunc (Results 1 – 2 of 2) sorted by relevance

/external/webp/src/dsp/
Dlossless.h31 typedef uint32_t (*VP8LPredictorFunc)(uint32_t left, const uint32_t* const top); typedef
32 extern VP8LPredictorFunc VP8LPredictors[16];
Dlossless.c540 static const VP8LPredictorFunc kPredictorsC[16] = {
617 const VP8LPredictorFunc pred_func = VP8LPredictors[mode]; in GetBestPredictorForTile()
660 const VP8LPredictorFunc pred_func = VP8LPredictors[mode]; in CopyTileWithPrediction()
765 VP8LPredictorFunc pred_func; in PredictorInverseTransform()
1567 VP8LPredictorFunc VP8LPredictors[16];