Lines Matching refs:opt1
177 #define mc_rep_mix_10(name, width1, width2, width3, opt1, opt2, width4) … argument
178 void ff_hevc_put_hevc_##name##width1##_10_##opt1(int16_t *dst, uint8_t *src, ptrdiff_t _srcstride, …
182 …ff_hevc_put_hevc_##name##width2##_10_##opt1(dst, src, _srcstride, height, mx, my, width); …
186 #define mc_bi_rep_mix_10(name, width1, width2, width3, opt1, opt2, width4) … argument
187 void ff_hevc_put_hevc_bi_##name##width1##_10_##opt1(uint8_t *dst, ptrdiff_t dststride, uint8_t *src…
191 …ff_hevc_put_hevc_bi_##name##width2##_10_##opt1(dst, dststride, src, _srcstride, src2, …
197 #define mc_uni_rep_mix_10(name, width1, width2, width3, opt1, opt2, width4) … argument
198 void ff_hevc_put_hevc_uni_##name##width1##_10_##opt1(uint8_t *dst, ptrdiff_t dststride, …
202 …ff_hevc_put_hevc_uni_##name##width2##_10_##opt1(dst, dststride, src, _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
214 void ff_hevc_put_hevc_##name##width1##_8_##opt1(int16_t *dst, uint8_t *src, ptrdiff_t _srcstride, …
218 …ff_hevc_put_hevc_##name##width2##_8_##opt1(dst, src, _srcstride, height, mx, my, width); …
222 #define mc_bi_rep_mix_8(name, width1, width2, width3, opt1, opt2) … argument
223 void ff_hevc_put_hevc_bi_##name##width1##_8_##opt1(uint8_t *dst, ptrdiff_t dststride, uint8_t *src,…
227 …ff_hevc_put_hevc_bi_##name##width2##_8_##opt1(dst, dststride, src, _srcstride, …
233 #define mc_uni_rep_mix_8(name, width1, width2, width3, opt1, opt2) … argument
234 void ff_hevc_put_hevc_uni_##name##width1##_8_##opt1(uint8_t *dst, ptrdiff_t dststride, …
238 …ff_hevc_put_hevc_uni_##name##width2##_8_##opt1(dst, dststride, src, _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)