Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dpixlet.c358 static void lowpass_prediction(int16_t *dst, int16_t *pred, in lowpass_prediction() function
593 lowpass_prediction(dst, ctx->prediction, ctx->band[plane][0].width, in decode_plane()