Home
last modified time | relevance | path

Searched defs:pred_func (Results 1 – 5 of 5) sorted by relevance

/external/opencv3/3rdparty/libwebp/dec/
Dframe.c629 const int pred_func = CheckMode(dec, dec->imodes_[0]); in VP8ReconstructBlock() local
644 const int pred_func = CheckMode(dec, dec->uvmode_); in VP8ReconstructBlock() local
/external/webp/src/dec/
Dframe.c150 const int pred_func = CheckMode(mb_x, mb_y, block->imodes_[0]); in ReconstructRow() local
161 const int pred_func = CheckMode(mb_x, mb_y, block->uvmode_); in ReconstructRow() local
/external/webp/src/dsp/
Dlossless_enc.c541 static WEBP_INLINE uint32_t Predict(VP8LPredictorFunc pred_func, in Predict()
578 const VP8LPredictorFunc pred_func = VP8LPredictors[mode]; in GetBestPredictorForTile() local
630 VP8LPredictorFunc pred_func = in CopyImageWithPrediction() local
Dlossless.c206 VP8LPredictorFunc pred_func; in PredictorInverseTransform() local
/external/opencv3/3rdparty/libwebp/dsp/
Dlossless.c540 const PredictorFunc pred_func = kPredictors[mode]; in GetBestPredictorForTile() local
588 const PredictorFunc pred_func = kPredictors[mode]; in CopyTileWithPrediction() local
695 PredictorFunc pred_func; in PredictorInverseTransform() local