Skip to content
GitLab
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
a0219240
Commit
a0219240
authored
Oct 03, 2014
by
Jingning Han
Committed by
Gerrit Code Review
Oct 03, 2014
Browse files
Merge "Fix indent in encode_rd_sb_row"
parents
a1088e0b
ef622333
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp9/encoder/vp9_encodeframe.c
View file @
a0219240
...
...
@@ -2608,8 +2608,8 @@ static void encode_rd_sb_row(VP9_COMP *cpi, const TileInfo *const tile,
mi_row
,
mi_col
,
BLOCK_16X16
);
else
copy_partitioning
(
cm
,
mi
,
prev_mi
);
rd_use_partition
(
cpi
,
tile
,
mi
,
tp
,
mi_row
,
mi_col
,
BLOCK_64X64
,
&
dummy_rate
,
&
dummy_dist
,
1
,
cpi
->
pc_root
);
rd_use_partition
(
cpi
,
tile
,
mi
,
tp
,
mi_row
,
mi_col
,
BLOCK_64X64
,
&
dummy_rate
,
&
dummy_dist
,
1
,
cpi
->
pc_root
);
}
else
{
// If required set upper and lower partition size limits
if
(
sf
->
auto_min_max_partition_size
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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