Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/videolan/dav1d.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRonald S. Bultje <rsbultje@gmail.com>2018-11-18 04:55:44 +0300
committerRonald S. Bultje <rsbultje@gmail.com>2018-11-25 21:38:31 +0300
commit7cc54b91a4f5351a70149eb1e97ea2f71b0bf873 (patch)
tree1422d512897f3a2f4751caa84d0e7aa597a1f35b /src/ref_mvs.h
parent03d4ede0656490a384e2a2ffe10b16c5aabdc8ec (diff)
Move Av1FrameHeader and Av1SequenceHeader into public headers
Add DAV1D_/Dav1d prefix to everything.
Diffstat (limited to 'src/ref_mvs.h')
-rw-r--r--src/ref_mvs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ref_mvs.h b/src/ref_mvs.h
index 847e889..3ce06b4 100644
--- a/src/ref_mvs.h
+++ b/src/ref_mvs.h
@@ -45,7 +45,7 @@ int av1_init_ref_mv_common(AV1_COMMON *cm,
unsigned cur_poc,
const unsigned ref_poc[7],
const unsigned ref_ref_poc[7][7],
- const WarpedMotionParams gmv[7],
+ const Dav1dWarpedMotionParams gmv[7],
int allow_hp, int force_int_mv,
int allow_ref_frame_mvs, int order_hint);
@@ -156,7 +156,7 @@ static inline void splat_intraref(refmvs *r, const ptrdiff_t stride,
} while (--bh4);
}
-static inline void fix_mv_precision(const Av1FrameHeader *const hdr,
+static inline void fix_mv_precision(const Dav1dFrameHeader *const hdr,
mv *const mv)
{
if (hdr->force_integer_mv) {