Home
last modified time | relevance | path

Searched refs:VP8LPredictorFunc (Results 1 – 3 of 3) 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];
33 extern VP8LPredictorFunc VP8LPredictors_C[16];
Dlossless.c556 VP8LPredictorFunc VP8LPredictors[16];
560 VP8LPredictorFunc VP8LPredictors_C[16];
/external/webp/src/enc/
Dpredictor_enc.c242 const VP8LPredictorFunc pred_func = VP8LPredictors[mode]; in GetResidual()