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
355db167
Commit
355db167
authored
Oct 15, 2013
by
Jingning Han
Committed by
Gerrit Code Review
Oct 15, 2013
Browse files
Merge "Remove unused variable vp9_64x64_zeros"
parents
bf187d1b
9115d845
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp9/encoder/vp9_encodeframe.c
View file @
355db167
...
...
@@ -123,7 +123,6 @@ static unsigned int tt_activity_measure(MACROBLOCK *x) {
static
unsigned
int
alt_activity_measure
(
MACROBLOCK
*
x
,
int
use_dc_pred
)
{
return
vp9_encode_intra
(
x
,
use_dc_pred
);
}
DECLARE_ALIGNED
(
16
,
static
const
uint8_t
,
vp9_64x64_zeros
[
64
*
64
])
=
{
0
};
// Measure the activity of the current macroblock
// What we measure here is TBD so abstracted to this function
...
...
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