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
Guillaume Martres
aom-rav1e
Commits
6214038b
Commit
6214038b
authored
Jul 07, 2014
by
Jingning Han
Committed by
Gerrit Code Review
Jul 07, 2014
Browse files
Merge "Remove an empty line"
parents
f60a1178
3316918b
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp9/encoder/vp9_encodeframe.c
View file @
6214038b
...
...
@@ -869,6 +869,7 @@ static void restore_context(VP9_COMP *cpi, int mi_row, int mi_col,
vpx_memcpy
(
xd
->
left_seg_context
+
(
mi_row
&
MI_MASK
),
sl
,
sizeof
(
xd
->
left_seg_context
[
0
])
*
mi_height
);
}
static
void
save_context
(
VP9_COMP
*
cpi
,
int
mi_row
,
int
mi_col
,
ENTROPY_CONTEXT
a
[
16
*
MAX_MB_PLANE
],
ENTROPY_CONTEXT
l
[
16
*
MAX_MB_PLANE
],
...
...
@@ -906,7 +907,6 @@ static void encode_b(VP9_COMP *cpi, const TileInfo *const tile,
TOKENEXTRA
**
tp
,
int
mi_row
,
int
mi_col
,
int
output_enabled
,
BLOCK_SIZE
bsize
,
PICK_MODE_CONTEXT
*
ctx
)
{
set_offsets
(
cpi
,
tile
,
mi_row
,
mi_col
,
bsize
);
update_state
(
cpi
,
ctx
,
mi_row
,
mi_col
,
bsize
,
output_enabled
);
encode_superblock
(
cpi
,
tp
,
output_enabled
,
mi_row
,
mi_col
,
bsize
,
ctx
);
...
...
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