Lines Matching refs:dststride
1489 * @param dststride stride of the dst buffer
1500 static void luma_mc_uni(HEVCContext *s, uint8_t *dst, ptrdiff_t dststride,
1538 s->hevcdsp.put_hevc_qpel_uni[idx][!!my][!!mx](dst, dststride, src, srcstride,
1541 s->hevcdsp.put_hevc_qpel_uni_w[idx][!!my][!!mx](dst, dststride, src, srcstride,
1551 * @param dststride stride of the dst buffer
1562 static void luma_mc_bi(HEVCContext *s, uint8_t *dst, ptrdiff_t dststride,
1623 s->hevcdsp.put_hevc_qpel_bi[idx][!!my1][!!mx1](dst, dststride, src1, src1stride, lc->tmp,
1626 s->hevcdsp.put_hevc_qpel_bi_w[idx][!!my1][!!mx1](dst, dststride, src1, src1stride, lc->tmp,
1642 * @param dststride stride of the dst1 and dst2 buffers
1654 ptrdiff_t dststride, uint8_t *src0, ptrdiff_t srcstride, int reflist,
1695 s->hevcdsp.put_hevc_epel_uni[idx][!!my][!!mx](dst0, dststride, src0, srcstride,
1698 s->hevcdsp.put_hevc_epel_uni_w[idx][!!my][!!mx](dst0, dststride, src0, srcstride,
1708 * @param dststride stride of the dst buffer
1720 static void chroma_mc_bi(HEVCContext *s, uint8_t *dst0, ptrdiff_t dststride, AVFrame *ref0, AVFrame *ref1,