summaryrefslogtreecommitdiff
path: root/vp8/common/onyxc_int.h
diff options
context:
space:
mode:
authorScott LaVarnway <slavarnway@google.com>2012-10-17 09:57:23 -0700
committerGerrit Code Review <gerrit@gerrit.golo.chromium.org>2012-10-17 09:57:23 -0700
commitedf099d27218b5f3dbd1c72fe20488dd24b638d2 (patch)
tree96c07cf9f9952d6419493dc63355c45b91542cbf /vp8/common/onyxc_int.h
parentffff2134636a3dc52b96542ea9a76e06a6b2877b (diff)
parent15ce6bd62e46b09b512a392411a3564755c0dd10 (diff)
downloadlibvpx-edf099d27218b5f3dbd1c72fe20488dd24b638d2.tar
libvpx-edf099d27218b5f3dbd1c72fe20488dd24b638d2.tar.gz
libvpx-edf099d27218b5f3dbd1c72fe20488dd24b638d2.tar.bz2
libvpx-edf099d27218b5f3dbd1c72fe20488dd24b638d2.zip
Merge "Removed the loopfilter rtcd invoke macro code" into experimental
Diffstat (limited to 'vp8/common/onyxc_int.h')
-rw-r--r--vp8/common/onyxc_int.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/vp8/common/onyxc_int.h b/vp8/common/onyxc_int.h
index e99f69bdc..0396a7087 100644
--- a/vp8/common/onyxc_int.h
+++ b/vp8/common/onyxc_int.h
@@ -171,7 +171,6 @@ typedef struct VP8_COMMON_RTCD {
#if CONFIG_RUNTIME_CPU_DETECT
vp8_idct_rtcd_vtable_t idct;
vp8_subpix_rtcd_vtable_t subpix;
- vp8_loopfilter_rtcd_vtable_t loopfilter;
#if CONFIG_POSTPROC
vp8_postproc_rtcd_vtable_t postproc;
#endif