VP56mv             80 libavcodec/vp5.c static void vp5_parse_vector_adjustment(VP56Context *s, VP56mv *vect)
VP56mv             45 libavcodec/vp56.c     VP56mv vect[2] = {{0,0}, {0,0}};
VP56mv             47 libavcodec/vp56.c     VP56mv mvp;
VP56mv            164 libavcodec/vp56.c     VP56mv mv = {0,0};
VP56mv            179 libavcodec/vp56.c                 s->mv[b] = (VP56mv) {0,0};
VP56mv            203 libavcodec/vp56.c         s->mv[4] = s->mv[5] = (VP56mv) {mv.x/4, mv.y/4};
VP56mv            209 libavcodec/vp56.c     VP56mv *mv, vect = {0,0};
VP56mv             73 libavcodec/vp56.h                                           VP56mv *vect);
VP56mv             76 libavcodec/vp56.h                            VP56mv mv, int mask, int select, int luma);
VP56mv            101 libavcodec/vp56.h     VP56mv mv;
VP56mv            161 libavcodec/vp56.h     VP56mv mv[6];  /* vectors for each block in MB */
VP56mv            162 libavcodec/vp56.h     VP56mv vector_candidate[2];
VP56mv            329 libavcodec/vp6.c static void vp6_parse_vector_adjustment(VP56Context *s, VP56mv *vect)
VP56mv            335 libavcodec/vp6.c     *vect = (VP56mv) {0,0};
VP56mv            559 libavcodec/vp6.c                        VP56mv mv, int mask, int select, int luma)
VP56mv            758 libavcodec/vp8.c void clamp_mv(VP8Context *s, VP56mv *dst, const VP56mv *src)
VP56mv            832 libavcodec/vp8.c     VP56mv *top_mv;
VP56mv            833 libavcodec/vp8.c     VP56mv *left_mv = left_mb->bmv;
VP56mv            834 libavcodec/vp8.c     VP56mv *cur_mv  = mb->bmv;
VP56mv            918 libavcodec/vp8.c static const VP56mv *get_bmv_ptr(const VP8Macroblock *mb, int subblock)
VP56mv            931 libavcodec/vp8.c     VP56mv near_mv[3];
VP56mv           1026 libavcodec/vp8.c     VP56mv near_mv[4];
VP56mv           1080 libavcodec/vp8.c             FFSWAP( VP56mv, near_mv[CNT_NEAREST], near_mv[CNT_NEAR]);
VP56mv           1714 libavcodec/vp8.c                  ThreadFrame *ref, const VP56mv *mv,
VP56mv           1772 libavcodec/vp8.c                    uint8_t *dst2, ThreadFrame *ref, const VP56mv *mv,
VP56mv           1824 libavcodec/vp8.c                  int width, int height, VP56mv *mv)
VP56mv           1826 libavcodec/vp8.c     VP56mv uvmv = *mv;
VP56mv           1888 libavcodec/vp8.c     VP56mv *bmv = mb->bmv;
VP56mv           1897 libavcodec/vp8.c         VP56mv uvmv;
VP56mv             97 libavcodec/vp8.h     VP56mv mv;
VP56mv             98 libavcodec/vp8.h     VP56mv bmv[16];
VP56mv            155 libavcodec/vp8.h     VP56mv mv_min;
VP56mv            156 libavcodec/vp8.h     VP56mv mv_max;
VP56mv             68 libavcodec/vp9.c     VP56mv mv[2];
VP56mv             88 libavcodec/vp9.c     VP56mv mv[4 /* b_idx */][2 /* ref */];
VP56mv            216 libavcodec/vp9.c     DECLARE_ALIGNED(16, VP56mv, left_mv_ctx)[16][2];
VP56mv            238 libavcodec/vp9.c     VP56mv (*above_mv_ctx)[2];
VP56mv            340 libavcodec/vp9.c     assign(s->above_mv_ctx,        VP56mv(*)[2],          16);
VP56mv            949 libavcodec/vp9.c static av_always_inline void clamp_mv(VP56mv *dst, const VP56mv *src,
VP56mv            957 libavcodec/vp9.c                          VP56mv *pmv, int ref, int z, int idx, int sb)
VP56mv           1020 libavcodec/vp9.c             VP56mv tmp; \
VP56mv           1099 libavcodec/vp9.c             VP56mv mv_temp = { -mv.x, -mv.y }; \
VP56mv           1201 libavcodec/vp9.c                     VP56mv *mv, int mode, int sb)
VP56mv           2543 libavcodec/vp9.c                                          ptrdiff_t y, ptrdiff_t x, const VP56mv *mv,
VP56mv           2577 libavcodec/vp9.c                                            ptrdiff_t y, ptrdiff_t x, const VP56mv *mv,
VP56mv           2728 libavcodec/vp9.c         VP56mv mvuv;