Searched refs:mv0 (Results 1 - 6 of 6) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | argo.c | 40 int mv0[128][2]; member 532 dst[0] = src[av_clip(l * (dy + s->mv0[v][1]) + pos + in decode_mad1_24() 533 s->mv0[v][0], 0, src_size)]; in decode_mad1_24() 702 s->mv0[n][0] = j; in decode_init() 703 s->mv0[n++][1] = i; in decode_init()
|
H A D | h264_direct.c | 645 int ref, mv0, mv1; in pred_temp_direct_motion() local 649 ref = mv0 = mv1 = 0; in pred_temp_direct_motion() 659 mv0 = pack16to32(mv_l0[0], mv_l0[1]); in pred_temp_direct_motion() 663 fill_rectangle(&sl->mv_cache[0][scan8[0]], 4, 4, 8, mv0, 4); in pred_temp_direct_motion()
|
H A D | vp9block.c | 750 int mv0 = AV_RN32A(&b->mv[3][0]), mv1 = AV_RN32A(&b->mv[3][1]); in decode_mode() local 754 AV_WN32A(&td->left_mv_ctx[row7 * 2 + 1][0], mv0); in decode_mode() 758 AV_WN32A(&s->above_mv_ctx[col * 2 + 1][0], mv0); in decode_mode() 761 int n, mv0 = AV_RN32A(&b->mv[3][0]), mv1 = AV_RN32A(&b->mv[3][1]); in decode_mode() local 764 AV_WN32A(&s->above_mv_ctx[col * 2 + n][0], mv0); in decode_mode() 768 AV_WN32A(&td->left_mv_ctx[row7 * 2 + n][0], mv0); in decode_mode()
|
H A D | hevcdec.c | 1553 * @param mv0 motion vector0 (relative to block position) to get pixel data from 1563 AVFrame *ref0, const Mv *mv0, int x_off, int y_off, in luma_mc_bi() 1571 int mx0 = mv0->x & 3; in luma_mc_bi() 1572 int my0 = mv0->y & 3; in luma_mc_bi() 1577 int x_off0 = x_off + (mv0->x >> 2); in luma_mc_bi() 1578 int y_off0 = y_off + (mv0->y >> 2); in luma_mc_bi() 1710 * @param mv0 motion vector0 (relative to block position) to get pixel data from 1732 Mv *mv0 = ¤t_mv->mv[0]; in chroma_mc_bi() local 1737 intptr_t mx0 = av_mod_uintp2(mv0->x, 2 + hshift); in chroma_mc_bi() 1738 intptr_t my0 = av_mod_uintp2(mv0 in chroma_mc_bi() 1562 luma_mc_bi(HEVCContext *s, uint8_t *dst, ptrdiff_t dststride, AVFrame *ref0, const Mv *mv0, int x_off, int y_off, int block_w, int block_h, AVFrame *ref1, const Mv *mv1, struct MvField *current_mv) luma_mc_bi() argument [all...] |
/third_party/ffmpeg/tests/fate/ |
H A D | vcodec.mak | 264 -mpv_flags +qp_rd+mv0 \ 273 -mpv_flags +qp_rd+mv0 \ 302 -mpv_flags +mv0 323 -flags +mv4 -mpv_flags +qp_rd+mv0 \
|
/third_party/mesa3d/src/gallium/drivers/r600/sb/ |
H A D | sb_expr.cpp | 1007 value *mv0 = md->src[0]->gvalue(); in fold_alu_op3() local 1012 if (v0 == mv0) { in fold_alu_op3() 1018 } else if (v1 == mv0) { in fold_alu_op3() 1027 value *va1 = es1 == 0 ? mv1 : mv0; in fold_alu_op3()
|
Completed in 12 milliseconds