D | hevcdsp_init.c | 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) [all …]
|