Skip to content
GitLab
Menu
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
6e02947e
Commit
6e02947e
authored
Nov 29, 2012
by
Jim Bankoski
Browse files
unused variable
Change-Id: I1302a6eaa840d419e8bb9ad0673e42ef139d3fee
parent
705220ee
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp9/encoder/vp9_encodeintra.c
View file @
6e02947e
...
...
@@ -92,7 +92,6 @@ void vp9_encode_intra16x16mby(MACROBLOCK *x) {
MACROBLOCKD
*
xd
=
&
x
->
e_mbd
;
BLOCK
*
b
=
&
x
->
block
[
0
];
TX_SIZE
tx_size
=
xd
->
mode_info_context
->
mbmi
.
txfm_size
;
TX_TYPE
tx_type
;
#if CONFIG_COMP_INTRA_PRED
if
(
xd
->
mode_info_context
->
mbmi
.
second_mode
==
(
MB_PREDICTION_MODE
)(
DC_PRED
-
1
))
...
...
Write
Preview
Supports
Markdown
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