Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/x86/
Dvf_bwdif_init.c29 int mrefs2, int prefs3, int mrefs3, int prefs4,
33 int mrefs2, int prefs3, int mrefs3, int prefs4,
38 int mrefs2, int prefs3, int mrefs3, int prefs4,
42 int mrefs2, int prefs3, int mrefs3, int prefs4,
Dvf_bwdif.asm232 mrefs, prefs2, mrefs2, prefs3, mrefs3, \
236 mrefs, prefs2, mrefs2, prefs3, mrefs3, \
245 prefs3, mrefs3, prefs4, \
252 prefs3, mrefs3, prefs4, \
/third_party/ffmpeg/libavfilter/
Dvf_bwdif.c61 …interpol = (coef_sp[0] * (cur[mrefs] + cur[prefs]) - coef_sp[1] * (cur[mrefs3] + cur[prefs3])) >> …
97 + coef_lf[0] * (c + e) - coef_lf[1] * (cur[mrefs3] + cur[prefs3])) >> 13; \
99 … interpol = (coef_sp[0] * (c + e) - coef_sp[1] * (cur[mrefs3] + cur[prefs3])) >> 13; \
126 int prefs3, int mrefs3, int parity, int clip_max) in filter_intra() argument
137 int prefs3, int mrefs3, int prefs4, int mrefs4, in filter_line_c() argument
171 int prefs3, int mrefs3, int parity, int clip_max) in filter_intra_16bit() argument
182 int prefs3, int mrefs3, int prefs4, int mrefs4, in filter_line_c_16bit() argument
Dbwdif.h30 int prefs3, int mrefs3, int parity, int clip_max);
33 int prefs3, int mrefs3, int prefs4, int mrefs4,