Mv               1287 libavcodec/hevc.c                         AVFrame *ref, const Mv *mv, int x_off, int y_off,
Mv               1348 libavcodec/hevc.c                        AVFrame *ref0, const Mv *mv0, int x_off, int y_off,
Mv               1349 libavcodec/hevc.c                        int block_w, int block_h, AVFrame *ref1, const Mv *mv1, struct MvField *current_mv)
Mv               1445 libavcodec/hevc.c     const Mv *mv         = &current_mv->mv[reflist];
Mv               1515 libavcodec/hevc.c     Mv *mv0              = &current_mv->mv[0];
Mv               1516 libavcodec/hevc.c     Mv *mv1              = &current_mv->mv[1];
Mv               1594 libavcodec/hevc.c                                 const Mv *mv, int y0, int height)
Mv                655 libavcodec/hevc.h     DECLARE_ALIGNED(4, Mv, mv)[2];
Mv                673 libavcodec/hevc.h     Mv mvd;
Mv                684 libavcodec/hevc_filter.c         Mv A, B;
Mv                114 libavcodec/hevc_mvs.c static av_always_inline void mv_scale(Mv *dst, Mv *src, int td, int tb)
Mv                128 libavcodec/hevc_mvs.c static int check_mvset(Mv *mvLXCol, Mv *mvCol,
Mv                163 libavcodec/hevc_mvs.c                                          int refIdxLx, Mv *mvLXCol, int X,
Mv                219 libavcodec/hevc_mvs.c                                        Mv *mvLXCol, int X)
Mv                411 libavcodec/hevc_mvs.c         Mv mv_l0_col = { 0 }, mv_l1_col = { 0 };
Mv                511 libavcodec/hevc_mvs.c static av_always_inline void dist_scale(HEVCContext *s, Mv *mv,
Mv                529 libavcodec/hevc_mvs.c                          Mv *mv, int ref_idx_curr, int ref_idx)
Mv                545 libavcodec/hevc_mvs.c                             Mv *mv, int ref_idx_curr, int ref_idx)
Mv                605 libavcodec/hevc_mvs.c     Mv mvpcand_list[2] = { { 0 } };
Mv                606 libavcodec/hevc_mvs.c     Mv mxA;
Mv                607 libavcodec/hevc_mvs.c     Mv mxB;
Mv                764 libavcodec/hevc_mvs.c         Mv mv_col;