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
ad67d795
Commit
ad67d795
authored
Feb 02, 2017
by
Ryan Lei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
set loop_filter_across_tiles_enabled flag to 1 in default case
Change-Id: I907976619a433a92d671c5cce25f3e8806638e80
parent
13754540
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
aom/aomcx.h
aom/aomcx.h
+1
-1
av1/av1_cx_iface.c
av1/av1_cx_iface.c
+1
-1
No files found.
aom/aomcx.h
View file @
ad67d795
...
...
@@ -296,7 +296,7 @@ enum aome_enc_control_id {
* 0 = disable loop filter across tile boundary
* 1 = enable loop filter across tile boundary
*
* By default, the value is
0
, i.e.
dis
able loop filter across tile boundary.
* By default, the value is
1
, i.e.
en
able loop filter across tile boundary.
*
* Supported in codecs: AV1
*/
...
...
av1/av1_cx_iface.c
View file @
ad67d795
...
...
@@ -91,7 +91,7 @@ static struct av1_extracfg default_extra_cfg = {
0
,
// tile_rows
#endif // CONFIG_EXT_TILE
#if CONFIG_LOOPFILTERING_ACROSS_TILES
0
,
// loop_filter_across_tiles_enabled
1
,
// loop_filter_across_tiles_enabled
#endif // CONFIG_LOOPFILTERING_ACROSS_TILES
7
,
// arnr_max_frames
5
,
// arnr_strength
...
...
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