From 1e37b7e40701aa3f6b43f2fada32527aa808b1f6 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Tue, 21 Aug 2007 19:38:02 +0000 Subject: [PATCH] LL band prediction Originally committed as revision 10176 to svn://svn.ffmpeg.org/ffmpeg/trunk --- doc/snow.txt | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/doc/snow.txt b/doc/snow.txt index 9db271866..867867394 100644 --- a/doc/snow.txt +++ b/doc/snow.txt @@ -233,7 +233,20 @@ FIXME LL band prediction: =================== -FIXME +Each sample in the LL0 subband is predicted by the median of the left, top and +left+top-topleft samples, samples outside the subband shall be considered to +be 0. To reverse this prediction in the decoder apply the following. +for(y=0; y