summaryrefslogtreecommitdiff
path: root/vp8/encoder/mcomp.h
diff options
context:
space:
mode:
authorYunqing Wang <yunqingwang@google.com>2011-06-02 14:47:06 -0400
committerYunqing Wang <yunqingwang@google.com>2011-06-06 19:11:05 -0400
commit03973017a7138e196a3e2a8aecf4877780de7fd8 (patch)
tree04016200d8246b64bfc319097a5c75cd405d3662 /vp8/encoder/mcomp.h
parent04edde2b114da4ac94cea13bbe9a6fe0ed474576 (diff)
downloadlibvpx-03973017a7138e196a3e2a8aecf4877780de7fd8.tar
libvpx-03973017a7138e196a3e2a8aecf4877780de7fd8.tar.gz
libvpx-03973017a7138e196a3e2a8aecf4877780de7fd8.tar.bz2
libvpx-03973017a7138e196a3e2a8aecf4877780de7fd8.zip
Remove hex search's variance calculation while in real-time mode
In real-time mode motion search, there is no need to calculate variance. This change improved encoding speed by 1% ~ 2%(speed=-5). Change-Id: I65b874901eb599ac38fe8cf9cad898c14138d431
Diffstat (limited to 'vp8/encoder/mcomp.h')
-rw-r--r--vp8/encoder/mcomp.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/vp8/encoder/mcomp.h b/vp8/encoder/mcomp.h
index bf9fa6f76..44ed055db 100644
--- a/vp8/encoder/mcomp.h
+++ b/vp8/encoder/mcomp.h
@@ -40,7 +40,6 @@ extern int vp8_hex_search
int_mv *best_mv,
int search_param,
int error_per_bit,
- int *num00,
const vp8_variance_fn_ptr_t *vf,
int *mvsadcost[2],
int *mvcost[2],