summaryrefslogtreecommitdiff
path: root/vpx_dsp/variance.h
diff options
context:
space:
mode:
authorJames Zern <jzern@google.com>2016-06-17 15:22:11 -0700
committerJames Zern <jzern@google.com>2016-06-17 18:26:08 -0700
commit67edc5e83be285004804c67c5348bbc81503a04d (patch)
treef00adb277cd8e3de6afa36ebb764c59a8deeb720 /vpx_dsp/variance.h
parent1417ed28f362a21790ba59a55189d3486a81bff1 (diff)
downloadlibvpx-67edc5e83be285004804c67c5348bbc81503a04d.tar
libvpx-67edc5e83be285004804c67c5348bbc81503a04d.tar.gz
libvpx-67edc5e83be285004804c67c5348bbc81503a04d.tar.bz2
libvpx-67edc5e83be285004804c67c5348bbc81503a04d.zip
remove vp10
development has moved to the nextgenv2 branch and a snapshot from here was used to seed aomedia BUG=b/29457125 Change-Id: Iedaca11ec7870fb3a4e50b2c9ea0c2b056a0d3c0
Diffstat (limited to 'vpx_dsp/variance.h')
-rw-r--r--vpx_dsp/variance.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/vpx_dsp/variance.h b/vpx_dsp/variance.h
index cd0fd9878..c18d9b48f 100644
--- a/vpx_dsp/variance.h
+++ b/vpx_dsp/variance.h
@@ -74,7 +74,7 @@ typedef struct variance_vtable {
} vp8_variance_fn_ptr_t;
#endif // CONFIG_VP8
-#if CONFIG_VP9 || CONFIG_VP10
+#if CONFIG_VP9
typedef struct vp9_variance_vtable {
vpx_sad_fn_t sdf;
vpx_sad_avg_fn_t sdaf;
@@ -85,7 +85,7 @@ typedef struct vp9_variance_vtable {
vpx_sad_multi_fn_t sdx8f;
vpx_sad_multi_d_fn_t sdx4df;
} vp9_variance_fn_ptr_t;
-#endif // CONFIG_VP9 || CONFIG_VP10
+#endif // CONFIG_VP9
#ifdef __cplusplus
} // extern "C"