Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dwebp.c117 enum PredictionMode { enum
899 static void inverse_prediction(AVFrame *frame, enum PredictionMode m, int x, int y) in inverse_prediction()
931 enum PredictionMode m = GET_PIXEL_COMP(pimg->frame, tx, ty, 2); in apply_predictor_transform()