Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
external
libvpx
Commits
ad6a9d4e
Commit
ad6a9d4e
authored
May 24, 2010
by
Yunqing Wang
Browse files
Fixed minor bug for realtime-only building
parent
6cd4a10e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
vp8/encoder/mcomp.c
vp8/encoder/mcomp.c
+0
-2
No files found.
vp8/encoder/mcomp.c
View file @
ad6a9d4e
...
...
@@ -1137,7 +1137,6 @@ int vp8_diamond_search_sadx4
}
#if !(CONFIG_REALTIME_ONLY)
int
vp8_full_search_sad
(
MACROBLOCK
*
x
,
BLOCK
*
b
,
BLOCKD
*
d
,
MV
*
ref_mv
,
int
error_per_bit
,
int
distance
,
vp8_variance_fn_ptr_t
*
fn_ptr
,
int
*
mvcost
[
2
],
int
*
mvsadcost
[
2
])
{
unsigned
char
*
what
=
(
*
(
b
->
base_src
)
+
b
->
src
);
...
...
@@ -1350,7 +1349,6 @@ int vp8_full_search_sadx3(MACROBLOCK *x, BLOCK *b, BLOCKD *d, MV *ref_mv, int er
else
return
INT_MAX
;
}
#endif
#ifdef ENTROPY_STATS
void
print_mode_context
(
void
)
...
...
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