Searched refs:my1 (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | hevcdec.c | 1574 int my1 = mv1->y & 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() 1740 intptr_t my1 = av_mod_uintp2(mv1->y, 2 + vshift); in chroma_mc_bi() local 1744 intptr_t _my1 = my1 << (1 - vshift); 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