Lines Matching refs:width3
177 #define mc_rep_mix_10(name, width1, width2, width3, opt1, opt2, width4) … argument
183 …ff_hevc_put_hevc_##name##width3##_10_##opt2(dst+ width2, src+ width4, _srcstride, height, mx, my, …
186 #define mc_bi_rep_mix_10(name, width1, width2, width3, opt1, opt2, width4) … argument
193 …ff_hevc_put_hevc_bi_##name##width3##_10_##opt2(dst+width4, dststride, src+width4, _srcstride, src2…
197 #define mc_uni_rep_mix_10(name, width1, width2, width3, opt1, opt2, width4) … argument
204 …ff_hevc_put_hevc_uni_##name##width3##_10_##opt2(dst+width4, dststride, src+width4, _srcstride, …
208 #define mc_rep_mixs_10(name, width1, width2, width3, opt1, opt2, width4) \ argument
209 mc_rep_mix_10(name, width1, width2, width3, opt1, opt2, width4) \
210 mc_bi_rep_mix_10(name, width1, width2, width3, opt1, opt2, width4) \
211 mc_uni_rep_mix_10(name, width1, width2, width3, opt1, opt2, width4)
213 #define mc_rep_mix_8(name, width1, width2, width3, opt1, opt2) … argument
219 …ff_hevc_put_hevc_##name##width3##_8_##opt2(dst+ width2, src+ width2, _srcstride, height, mx, my, w…
222 #define mc_bi_rep_mix_8(name, width1, width2, width3, opt1, opt2) … argument
229 …ff_hevc_put_hevc_bi_##name##width3##_8_##opt2(dst+width2, dststride, src+width2, _srcstride, …
233 #define mc_uni_rep_mix_8(name, width1, width2, width3, opt1, opt2) … argument
240 …ff_hevc_put_hevc_uni_##name##width3##_8_##opt2(dst+width2, dststride, src+width2, _srcstride, …
244 #define mc_rep_mixs_8(name, width1, width2, width3, opt1, opt2) \ argument
245 mc_rep_mix_8(name, width1, width2, width3, opt1, opt2) \
246 mc_bi_rep_mix_8(name, width1, width2, width3, opt1, opt2) \
247 mc_uni_rep_mix_8(name, width1, width2, width3, opt1, opt2)