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
535cc6d8
Commit
535cc6d8
authored
Jul 08, 2015
by
Jingning Han
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Format fixes in vp9_encodeframe.c and vp9_encodemb.c
Change-Id: Ib1303dac9043ab1b1f8fce54611cf4ea8a208038
parent
8783a8a9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
vp9/encoder/vp9_encodeframe.c
vp9/encoder/vp9_encodeframe.c
+0
-1
vp9/encoder/vp9_encodemb.c
vp9/encoder/vp9_encodemb.c
+1
-1
No files found.
vp9/encoder/vp9_encodeframe.c
View file @
535cc6d8
...
...
@@ -194,7 +194,6 @@ static void set_offsets(VP9_COMP *cpi, const TileInfo *const tile,
set_mode_info_offsets
(
cm
,
x
,
xd
,
mi_row
,
mi_col
);
mbmi
=
&
xd
->
mi
[
0
]
->
mbmi
;
// Set up destination pointers.
...
...
vp9/encoder/vp9_encodemb.c
View file @
535cc6d8
...
...
@@ -763,7 +763,7 @@ void vp9_encode_sb(MACROBLOCK *x, BLOCK_SIZE bsize) {
}
void
vp9_encode_block_intra
(
int
plane
,
int
block
,
BLOCK_SIZE
plane_bsize
,
TX_SIZE
tx_size
,
void
*
arg
)
{
TX_SIZE
tx_size
,
void
*
arg
)
{
struct
encode_b_args
*
const
args
=
arg
;
MACROBLOCK
*
const
x
=
args
->
x
;
MACROBLOCKD
*
const
xd
=
&
x
->
e_mbd
;
...
...
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