Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
aom-rav1e
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Xiph.Org
aom-rav1e
Commits
9d5d4ef1
Commit
9d5d4ef1
authored
Mar 12, 2017
by
Debargha Mukherjee
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix a bug in encoding the restoration tilesize.
Change-Id: I841098396e4932913e41cfc729ef2ee3b7444477
parent
c3f5bd1c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
av1/encoder/bitstream.c
av1/encoder/bitstream.c
+0
-3
No files found.
av1/encoder/bitstream.c
View file @
9d5d4ef1
...
@@ -3396,9 +3396,6 @@ static void encode_restoration_mode(AV1_COMMON *cm,
...
@@ -3396,9 +3396,6 @@ static void encode_restoration_mode(AV1_COMMON *cm,
cm
->
rst_info
[
1
].
frame_restoration_type
!=
RESTORE_NONE
||
cm
->
rst_info
[
1
].
frame_restoration_type
!=
RESTORE_NONE
||
cm
->
rst_info
[
2
].
frame_restoration_type
!=
RESTORE_NONE
)
{
cm
->
rst_info
[
2
].
frame_restoration_type
!=
RESTORE_NONE
)
{
rsi
=
&
cm
->
rst_info
[
0
];
rsi
=
&
cm
->
rst_info
[
0
];
if
(
rsi
->
restoration_tilesize
==
RESTORATION_TILESIZE_MAX
)
{
aom_wb_write_bit
(
wb
,
0
);
}
aom_wb_write_bit
(
wb
,
rsi
->
restoration_tilesize
!=
RESTORATION_TILESIZE_MAX
);
aom_wb_write_bit
(
wb
,
rsi
->
restoration_tilesize
!=
RESTORATION_TILESIZE_MAX
);
if
(
rsi
->
restoration_tilesize
!=
RESTORATION_TILESIZE_MAX
)
{
if
(
rsi
->
restoration_tilesize
!=
RESTORATION_TILESIZE_MAX
)
{
aom_wb_write_bit
(
aom_wb_write_bit
(
...
...
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