FFmpeg
|
Go to the source code of this file.
Macros | |
#define | ROUNDED_DIV_MVx2(a, b) (VP9mv) { .x = ROUNDED_DIV(a.x + b.x, 2), .y = ROUNDED_DIV(a.y + b.y, 2) } |
#define | ROUNDED_DIV_MVx4(a, b, c, d) |
Functions | |
static void FN() | inter_pred (VP9TileData *td) |
#define ROUNDED_DIV_MVx2 | ( | a, | |
b | |||
) | (VP9mv) { .x = ROUNDED_DIV(a.x + b.x, 2), .y = ROUNDED_DIV(a.y + b.y, 2) } |
Definition at line 24 of file vp9_mc_template.c.
Definition at line 26 of file vp9_mc_template.c.
|
static |
Definition at line 30 of file vp9_mc_template.c.