lift              896 libavcodec/snow.c     lift(b+w2, temp+w2, temp, 1, 1, 1, width, -1, 0, 1, 1, 0);
lift              897 libavcodec/snow.c     lift(b   , temp   , b+w2, 1, 1, 1, width,  1, 2, 2, 0, 0);
lift              941 libavcodec/snow.c     lift (temp+w2, b    +1, b      , 1, 2, 2, width,  W_AM, W_AO, W_AS, 1, 1);
lift              943 libavcodec/snow.c     lift (b   +w2, temp+w2, temp   , 1, 1, 1, width,  W_CM, W_CO, W_CS, 1, 0);
lift              944 libavcodec/snow.c     lift (b      , temp   , b   +w2, 1, 1, 1, width,  W_DM, W_DO, W_DS, 0, 0);
lift               54 libavcodec/snow.h #define liftS lift