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
path: root/src/cdf.c
diff options
context:
space:
mode:
authorRonald S. Bultje <rsbultje@gmail.com>2018-11-24 04:45:09 +0300
committerRonald S. Bultje <rsbultje@gmail.com>2018-11-25 21:38:31 +0300
commit9c4bf181e0871d73cceb6e166447cfc3c6c7ca42 (patch)
tree966d4e8493c2c22f4b41e021de3f93bb1cb5fae9 /src/cdf.c
parent144063388dbd11c5b95d0ec128238bff401f5b95 (diff)
Add some more constants from section 3
Diffstat (limited to 'src/cdf.c')
-rw-r--r--src/cdf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cdf.c b/src/cdf.c
index aadafaa..3fc50ae 100644
--- a/src/cdf.c
+++ b/src/cdf.c
@@ -4138,7 +4138,7 @@ void dav1d_update_tile_cdf(const Dav1dFrameHeader *const hdr,
update_cdf_4d(N_TX_SIZES, 2, 41 /*42*/, 4, coef.base_tok);
update_bit_2d(2, 3, coef.dc_sign);
update_cdf_4d(4, 2, 21, 4, coef.br_tok);
- update_cdf_2d(3, DAV1D_NUM_SEGMENTS, m.seg_id);
+ update_cdf_2d(3, DAV1D_MAX_SEGMENTS, m.seg_id);
update_cdf_1d(8, m.cfl_sign);
update_cdf_2d(6, 16, m.cfl_alpha);
update_bit_0d(m.restore_wiener);