Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
aom-rav1e
Commits
223b90e5
Commit
223b90e5
authored
Apr 04, 2017
by
Jingning Han
Browse files
Deprecate token check in level map coding scheme
Change-Id: I4038d971455626c4c8e93b9b83e9155c5170349e
parent
94652b89
Changes
1
Hide whitespace changes
Inline
Side-by-side
av1/encoder/bitstream.c
View file @
223b90e5
...
...
@@ -4135,7 +4135,9 @@ static uint32_t write_tiles(AV1_COMP *const cpi, uint8_t *const dst,
cpi
->
td
.
mb
.
pvq_q
=
&
this_tile
->
pvq_q
;
#endif
write_modes
(
cpi
,
&
tile_info
,
&
mode_bc
,
&
tok
,
tok_end
);
#if !CONFIG_LV_MAP
assert
(
tok
==
tok_end
);
#endif // !CONFIG_LV_MAP
aom_stop_encode
(
&
mode_bc
);
tile_size
=
mode_bc
.
pos
;
#endif // CONFIG_ANS
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment