Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dsnow_dwt.c125 #define LIFT(src, ref, inv) ((src) + ((inv) ? -(ref) : +(ref))) in lift() macro
127 dst[0] = LIFT(src[0], ((mul * 2 * ref[0] + add) >> shift), inverse); in lift()
133 dst[i * dst_step] = LIFT(src[i * src_step], in lift()
140 dst[w * dst_step] = LIFT(src[w * src_step], in lift()

Completed in 2 milliseconds