summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_subexp.h
diff options
context:
space:
mode:
authorYaowu Xu <yaowu@google.com>2014-03-02 20:36:32 -0800
committerYaowu Xu <yaowu@google.com>2014-03-02 20:36:32 -0800
commitb9d28e715fb1808751b9ed256b6c073cf2dc5e54 (patch)
treee7d4ee068c8442c5e7c8d164b8ea7d8241d9669c /vp9/encoder/vp9_subexp.h
parent673621c8ba5550e0cb7926af6f98fe1acef2aa21 (diff)
downloadlibvpx-b9d28e715fb1808751b9ed256b6c073cf2dc5e54.tar
libvpx-b9d28e715fb1808751b9ed256b6c073cf2dc5e54.tar.gz
libvpx-b9d28e715fb1808751b9ed256b6c073cf2dc5e54.tar.bz2
libvpx-b9d28e715fb1808751b9ed256b6c073cf2dc5e54.zip
vp9_prob_diff_update_savings_search_model(): remove params
Two paramemters are not in use, therefore are removed. Change-Id: I41eb601b7b4bf2feedb13b3f240315656d8694f9
Diffstat (limited to 'vp9/encoder/vp9_subexp.h')
-rw-r--r--vp9/encoder/vp9_subexp.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/vp9/encoder/vp9_subexp.h b/vp9/encoder/vp9_subexp.h
index ab5659bf7..8e9c0c62a 100644
--- a/vp9/encoder/vp9_subexp.h
+++ b/vp9/encoder/vp9_subexp.h
@@ -33,8 +33,7 @@ int vp9_prob_diff_update_savings_search(const unsigned int *ct,
int vp9_prob_diff_update_savings_search_model(const unsigned int *ct,
const vp9_prob *oldp,
vp9_prob *bestp,
- vp9_prob upd,
- int b, int r);
+ vp9_prob upd);
#ifdef __cplusplus
} // extern "C"