Lines Matching refs:width2

175 #define mc_rep_mix_10(name, width1, width2, width3, opt1, opt2, width4)                                       \
180 ff_hevc_put_hevc_##name##width2##_10_##opt1(dst, src, _srcstride, height, mx, my, width); \
181 ff_hevc_put_hevc_##name##width3##_10_##opt2(dst+ width2, src+ width4, _srcstride, height, mx, my, width); \
184 #define mc_bi_rep_mix_10(name, width1, width2, width3, opt1, opt2, width4) \
189 ff_hevc_put_hevc_bi_##name##width2##_10_##opt1(dst, dststride, src, _srcstride, src2, \
191 ff_hevc_put_hevc_bi_##name##width3##_10_##opt2(dst+width4, dststride, src+width4, _srcstride, src2+width2,\
195 #define mc_uni_rep_mix_10(name, width1, width2, width3, opt1, opt2, width4) \
200 ff_hevc_put_hevc_uni_##name##width2##_10_##opt1(dst, dststride, src, _srcstride, \
206 #define mc_rep_mixs_10(name, width1, width2, width3, opt1, opt2, width4) \
207 mc_rep_mix_10(name, width1, width2, width3, opt1, opt2, width4) \
208 mc_bi_rep_mix_10(name, width1, width2, width3, opt1, opt2, width4) \
209 mc_uni_rep_mix_10(name, width1, width2, width3, opt1, opt2, width4)
211 #define mc_rep_mix_8(name, width1, width2, width3, opt1, opt2) \
216 ff_hevc_put_hevc_##name##width2##_8_##opt1(dst, src, _srcstride, height, mx, my, width); \
217 ff_hevc_put_hevc_##name##width3##_8_##opt2(dst+ width2, src+ width2, _srcstride, height, mx, my, width); \
220 #define mc_bi_rep_mix_8(name, width1, width2, width3, opt1, opt2) \
225 ff_hevc_put_hevc_bi_##name##width2##_8_##opt1(dst, dststride, src, _srcstride, \
227 ff_hevc_put_hevc_bi_##name##width3##_8_##opt2(dst+width2, dststride, src+width2, _srcstride, \
228 src2+width2, height, mx, my, width); \
231 #define mc_uni_rep_mix_8(name, width1, width2, width3, opt1, opt2) \
236 ff_hevc_put_hevc_uni_##name##width2##_8_##opt1(dst, dststride, src, _srcstride, \
238 ff_hevc_put_hevc_uni_##name##width3##_8_##opt2(dst+width2, dststride, src+width2, _srcstride, \
242 #define mc_rep_mixs_8(name, width1, width2, width3, opt1, opt2) \
243 mc_rep_mix_8(name, width1, width2, width3, opt1, opt2) \
244 mc_bi_rep_mix_8(name, width1, width2, width3, opt1, opt2) \
245 mc_uni_rep_mix_8(name, width1, width2, width3, opt1, opt2)