Home
last modified time | relevance | path

Searched refs:mx1 (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dhevcdec.c1573 int mx1 = mv1->x & 3; in luma_mc_bi() local
1623 s->hevcdsp.put_hevc_qpel_bi[idx][!!my1][!!mx1](dst, dststride, src1, src1stride, lc->tmp, in luma_mc_bi()
1624 block_h, mx1, my1, block_w); in luma_mc_bi()
1626 s->hevcdsp.put_hevc_qpel_bi_w[idx][!!my1][!!mx1](dst, dststride, src1, src1stride, lc->tmp, in luma_mc_bi()
1632 mx1, my1, block_w); in luma_mc_bi()
1739 intptr_t mx1 = av_mod_uintp2(mv1->x, 2 + hshift); in chroma_mc_bi() local
1743 intptr_t _mx1 = mx1 << (1 - hshift); in chroma_mc_bi()
1795 s->hevcdsp.put_hevc_epel_bi[idx][!!my1][!!mx1](dst0, s->frame->linesize[cidx+1], in chroma_mc_bi()
1799 s->hevcdsp.put_hevc_epel_bi_w[idx][!!my1][!!mx1](dst0, s->frame->linesize[cidx+1], in chroma_mc_bi()

Completed in 6 milliseconds