|
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, VP9TileData *td) |
| static void | find_ref_mvs (VP9TileData *td, VP56mv *pmv, int ref, int z, int idx, int sb) |
| static av_always_inline int | read_mv_component (VP9TileData *td, int idx, int hp) |
| void | ff_vp9_fill_mv (VP9TileData *td, 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 236 of file vp9mvs.c.
Referenced by ff_vp9_fill_mv().
| void ff_vp9_fill_mv | ( | VP9TileData * | td, |
| VP56mv * | mv, | ||
| int | mode, | ||
| int | sb | ||
| ) |
Definition at line 291 of file vp9mvs.c.
Referenced by decode_mode().
1.8.6