Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xiph.Org
aom-rav1e
Commits
13f0d9cd
Commit
13f0d9cd
authored
Oct 22, 2017
by
Soo-Chul Han
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix mismatch when obu and loop_restoration are both enabled
Change-Id: Ib1ec44f6276b78543296e7dae2f4f8d1b6dc303f
parent
4f2e0943
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
av1/encoder/bitstream.c
av1/encoder/bitstream.c
+7
-0
No files found.
av1/encoder/bitstream.c
View file @
13f0d9cd
...
...
@@ -5167,6 +5167,13 @@ static uint32_t write_tiles_in_tg_obus(AV1_COMP *const cpi, uint8_t *const dst,
#if CONFIG_ANS
mode_bc
.
size
=
1
<<
cpi
->
common
.
ans_window_size_log2
;
#endif // CONFIG_ANS
#if CONFIG_LOOP_RESTORATION
for
(
int
p
=
0
;
p
<
MAX_MB_PLANE
;
++
p
)
{
set_default_wiener
(
cpi
->
td
.
mb
.
e_mbd
.
wiener_info
+
p
);
set_default_sgrproj
(
cpi
->
td
.
mb
.
e_mbd
.
sgrproj_info
+
p
);
}
#endif // CONFIG_LOOP_RESTORATION
aom_start_encode
(
&
mode_bc
,
dst
+
total_size
);
write_modes
(
cpi
,
&
tile_info
,
&
mode_bc
,
&
tok
,
tok_end
);
#if !CONFIG_LV_MAP
...
...
Write
Preview
Markdown
is supported
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