Home
last modified time | relevance | path

Searched refs:coef_sp (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavfilter/
Dvf_bwdif.c49 static const uint16_t coef_sp[2] = { 5077, 981 }; variable
61 …interpol = (coef_sp[0] * (cur[mrefs] + cur[prefs]) - coef_sp[1] * (cur[mrefs3] + cur[prefs3])) >> …
99 … interpol = (coef_sp[0] * (c + e) - coef_sp[1] * (cur[mrefs3] + cur[prefs3])) >> 13; \