Searched refs:mx0 (Results 1 – 2 of 2) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | zmbvenc.c | 124 int mx0, my0; in zmbv_me() local 126 mx0 = *mx; in zmbv_me() 137 if (mx0 || my0){ in zmbv_me() 138 … tv = block_cmp(c, src, sstride, prev + mx0 * c->bypp + my0 * pstride, pstride, bw, bh, &txored); in zmbv_me() 141 *mx = mx0; in zmbv_me() 152 if(dx == mx0 && dy == my0) continue; // this one too in zmbv_me()
|
D | hevcdec.c | 1550 int mx0 = mv0->x & 3; in luma_mc_bi() local 1599 s->hevcdsp.put_hevc_qpel[idx][!!my0][!!mx0](lc->tmp, src0, src0stride, in luma_mc_bi() 1600 block_h, mx0, my0, block_w); in luma_mc_bi() 1714 intptr_t mx0 = av_mod_uintp2(mv0->x, 2 + hshift); in chroma_mc_bi() local 1718 intptr_t _mx0 = mx0 << (1 - hshift); in chroma_mc_bi() 1769 s->hevcdsp.put_hevc_epel[idx][!!my0][!!mx0](lc->tmp, src1, src1stride, in chroma_mc_bi()
|