VP56mv 87 libavcodec/vp5.c static void vp5_parse_vector_adjustment(VP56Context *s, VP56mv *vect) VP56mv 47 libavcodec/vp56.c VP56mv vect[2] = {{0,0}, {0,0}}; VP56mv 49 libavcodec/vp56.c VP56mv mvp; VP56mv 166 libavcodec/vp56.c VP56mv mv = {0,0}; VP56mv 181 libavcodec/vp56.c s->mv[b] = (VP56mv) {0,0}; VP56mv 207 libavcodec/vp56.c VP56mv *mv, vect = {0,0}; VP56mv 264 libavcodec/vp56.c VP56mv *mv, vect = {0,0}; VP56mv 74 libavcodec/vp56.h VP56mv *vect); VP56mv 77 libavcodec/vp56.h VP56mv mv, int mask, int select, int luma); VP56mv 103 libavcodec/vp56.h VP56mv mv; VP56mv 165 libavcodec/vp56.h VP56mv mv[6]; /* vectors for each block in MB */ VP56mv 166 libavcodec/vp56.h VP56mv vector_candidate[2]; VP56mv 351 libavcodec/vp6.c static void vp6_parse_vector_adjustment(VP56Context *s, VP56mv *vect) VP56mv 357 libavcodec/vp6.c *vect = (VP56mv) {0,0}; VP56mv 590 libavcodec/vp6.c VP56mv mv, int mask, int select, int luma) VP56mv 846 libavcodec/vp8.c void clamp_mv(VP8mvbounds *s, VP56mv *dst, const VP56mv *src) VP56mv 922 libavcodec/vp8.c VP56mv *top_mv; VP56mv 923 libavcodec/vp8.c VP56mv *left_mv = left_mb->bmv; VP56mv 924 libavcodec/vp8.c VP56mv *cur_mv = mb->bmv; VP56mv 1008 libavcodec/vp8.c static const VP56mv *get_bmv_ptr(const VP8Macroblock *mb, int subblock) VP56mv 1021 libavcodec/vp8.c VP56mv near_mv[3]; VP56mv 1116 libavcodec/vp8.c VP56mv near_mv[4]; VP56mv 1170 libavcodec/vp8.c FFSWAP( VP56mv, near_mv[CNT_NEAREST], near_mv[CNT_NEAR]); VP56mv 1806 libavcodec/vp8.c ThreadFrame *ref, const VP56mv *mv, VP56mv 1864 libavcodec/vp8.c uint8_t *dst2, ThreadFrame *ref, const VP56mv *mv, VP56mv 1916 libavcodec/vp8.c int width, int height, VP56mv *mv) VP56mv 1918 libavcodec/vp8.c VP56mv uvmv = *mv; VP56mv 1980 libavcodec/vp8.c VP56mv *bmv = mb->bmv; VP56mv 1989 libavcodec/vp8.c VP56mv uvmv; VP56mv 92 libavcodec/vp8.h VP56mv mv; VP56mv 93 libavcodec/vp8.h VP56mv bmv[16]; VP56mv 277 libavcodec/vp9.c assign(s->above_mv_ctx, VP56mv(*)[2], 16); VP56mv 25 libavcodec/vp9_mc_template.c (VP56mv) { .x = ROUNDED_DIV(a.x + b.x, 2), .y = ROUNDED_DIV(a.y + b.y, 2) } VP56mv 27 libavcodec/vp9_mc_template.c (VP56mv) { .x = ROUNDED_DIV(a.x + b.x + c.x + d.x, 4), \ VP56mv 54 libavcodec/vp9_mc_template.c VP56mv uvmv; VP56mv 84 libavcodec/vp9dec.h VP56mv mv[4 /* b_idx */][2 /* ref */]; VP56mv 147 libavcodec/vp9dec.h VP56mv (*above_mv_ctx)[2]; VP56mv 210 libavcodec/vp9dec.h DECLARE_ALIGNED(16, VP56mv, left_mv_ctx)[16][2]; VP56mv 238 libavcodec/vp9dec.h void ff_vp9_fill_mv(VP9TileData *td, VP56mv *mv, int mode, int sb); VP56mv 30 libavcodec/vp9mvs.c static av_always_inline void clamp_mv(VP56mv *dst, const VP56mv *src, VP56mv 38 libavcodec/vp9mvs.c VP56mv *pmv, int ref, int z, int idx, int sb) VP56mv 102 libavcodec/vp9mvs.c VP56mv tmp; \ VP56mv 188 libavcodec/vp9mvs.c VP56mv mv_temp = { -mv.x, -mv.y }; \ VP56mv 291 libavcodec/vp9mvs.c void ff_vp9_fill_mv(VP9TileData *td, VP56mv *mv, int mode, int sb) VP56mv 302 libavcodec/vp9recon.c ptrdiff_t y, ptrdiff_t x, const VP56mv *mv, VP56mv 340 libavcodec/vp9recon.c ptrdiff_t y, ptrdiff_t x, const VP56mv *mv, VP56mv 411 libavcodec/vp9recon.c ptrdiff_t y, ptrdiff_t x, const VP56mv *in_mv, VP56mv 426 libavcodec/vp9recon.c VP56mv mv; VP56mv 471 libavcodec/vp9recon.c ptrdiff_t y, ptrdiff_t x, const VP56mv *in_mv, VP56mv 486 libavcodec/vp9recon.c VP56mv mv; VP56mv 55 libavcodec/vp9shared.h VP56mv mv[2];