Home
last modified time | relevance | path

Searched refs:LIFTS (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dsnow_dwt.c156 #define LIFTS(src, ref, inv) \ in liftS() macro
161 dst[0] = LIFTS(src[0], mul * 2 * ref[0] + add, inverse); in liftS()
167 dst[i * dst_step] = LIFTS(src[i * src_step], in liftS()
173 dst[w * dst_step] = LIFTS(src[w * src_step], in liftS()

Completed in 3 milliseconds