Searched refs:VP8LPredictorFunc (Results 1 – 3 of 3) sorted by relevance
31 typedef uint32_t (*VP8LPredictorFunc)(uint32_t left, const uint32_t* const top); typedef32 extern VP8LPredictorFunc VP8LPredictors[16];
561 VP8LPredictorFunc VP8LPredictors[16];
242 const VP8LPredictorFunc pred_func = VP8LPredictors[mode]; in GetResidual()