| FFmpeg
    | 
Go to the source code of this file.
| Macros | |
| #define | INVALID_MV 0x80008000U | 
| #define | RETURN_DIRECT_MV(mv) | 
| #define | RETURN_MV(mv) | 
| #define | RETURN_SCALE_MV(mv, scale) | 
| Functions | |
| static av_always_inline void | clamp_mv (VP56mv *dst, const VP56mv *src, VP9Context *s) | 
| static void | find_ref_mvs (VP9Context *s, VP56mv *pmv, int ref, int z, int idx, int sb) | 
| static av_always_inline int | read_mv_component (VP9Context *s, int idx, int hp) | 
| void | ff_vp9_fill_mv (VP9Context *s, VP56mv *mv, int mode, int sb) | 
| #define INVALID_MV 0x80008000U | 
Referenced by find_ref_mvs().
| #define RETURN_DIRECT_MV | ( | mv | ) | 
Referenced by find_ref_mvs().
| #define RETURN_MV | ( | mv | ) | 
Referenced by find_ref_mvs().
| #define RETURN_SCALE_MV | ( | mv, | |
| scale | |||
| ) | 
| 
 | static | 
Definition at line 30 of file vp9mvs.c.
Referenced by find_ref_mvs().
Definition at line 37 of file vp9mvs.c.
Referenced by ff_vp9_fill_mv().
| 
 | static | 
Definition at line 235 of file vp9mvs.c.
Referenced by ff_vp9_fill_mv().
| void ff_vp9_fill_mv | ( | VP9Context * | s, | 
| VP56mv * | mv, | ||
| int | mode, | ||
| int | sb | ||
| ) | 
Definition at line 289 of file vp9mvs.c.
Referenced by decode_mode().
 1.8.6
 1.8.6