summaryrefslogtreecommitdiff
path: root/vp9/common/vp9_rtcd_defs.pl
diff options
context:
space:
mode:
authorYaowu Xu <yaowu@google.com>2014-11-17 11:25:43 -0800
committerYaowu Xu <yaowu@google.com>2014-11-17 11:30:17 -0800
commit1687c47bfdff2a4a6d2a07fb143be3f9b21824ff (patch)
treecb617fcfc6a55a1c106c0f670855fdf8c568da69 /vp9/common/vp9_rtcd_defs.pl
parent4539c496bcfaf54a16d3ed5668bbe174a3ed5ad2 (diff)
downloadlibvpx-1687c47bfdff2a4a6d2a07fb143be3f9b21824ff.tar
libvpx-1687c47bfdff2a4a6d2a07fb143be3f9b21824ff.tar.gz
libvpx-1687c47bfdff2a4a6d2a07fb143be3f9b21824ff.tar.bz2
libvpx-1687c47bfdff2a4a6d2a07fb143be3f9b21824ff.zip
change to call vp9_refining_search_sad() directly
The function pointer in compressor instance does not change, so this commit changes to call the function directly. Change-Id: I9c9c460e3475711c384b74c9842f0b4f3d037cc5
Diffstat (limited to 'vp9/common/vp9_rtcd_defs.pl')
-rw-r--r--vp9/common/vp9_rtcd_defs.pl3
1 files changed, 0 insertions, 3 deletions
diff --git a/vp9/common/vp9_rtcd_defs.pl b/vp9/common/vp9_rtcd_defs.pl
index dcc6a1793..d4bbc25c9 100644
--- a/vp9/common/vp9_rtcd_defs.pl
+++ b/vp9/common/vp9_rtcd_defs.pl
@@ -1267,9 +1267,6 @@ specialize qw/vp9_full_search_sad sse3 sse4_1/;
$vp9_full_search_sad_sse3=vp9_full_search_sadx3;
$vp9_full_search_sad_sse4_1=vp9_full_search_sadx8;
-add_proto qw/int vp9_refining_search_sad/, "const struct macroblock *x, struct mv *ref_mv, int sad_per_bit, int distance, const struct vp9_variance_vtable *fn_ptr, const struct mv *center_mv";
-specialize qw/vp9_refining_search_sad/;
-
add_proto qw/int vp9_diamond_search_sad/, "const struct macroblock *x, const struct search_site_config *cfg, struct mv *ref_mv, struct mv *best_mv, int search_param, int sad_per_bit, int *num00, const struct vp9_variance_vtable *fn_ptr, const struct mv *center_mv";
specialize qw/vp9_diamond_search_sad/;