lift              190 libavcodec/snow_dwt.c     lift(b + w2, temp + w2, temp,   1, 1, 1, width, -1, 0, 1, 1, 0);
lift              191 libavcodec/snow_dwt.c     lift(b,      temp,      b + w2, 1, 1, 1, width,  1, 2, 2, 0, 0);
lift              242 libavcodec/snow_dwt.c     lift(temp + w2, b + 1, b,         1, 2, 2, width, W_AM, W_AO, W_AS, 1, 1);
lift              244 libavcodec/snow_dwt.c     lift(b + w2, temp + w2, temp,     1, 1, 1, width, W_CM, W_CO, W_CS, 1, 0);
lift              245 libavcodec/snow_dwt.c     lift(b,      temp,      b + w2,   1, 1, 1, width, W_DM, W_DO, W_DS, 0, 0);
lift               69 libavcodec/snow_dwt.h #define liftS lift