Searched defs:INTERP (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavfilter/ | ||
H A D | vf_fade.c | 198 #define INTERP(c_name, c_idx) av_clip_uint8(((c[c_idx]<<16) + ((int)p[c_name] - (int)c[c_idx]) * s->factor + (1<<15)) >> 16) in filter_rgb() macro |
Completed in 2 milliseconds