summaryrefslogtreecommitdiff
path: root/vp8/encoder/encodeintra.c
diff options
context:
space:
mode:
authorYaowu Xu <yaowu@google.com>2011-12-07 13:03:57 -0800
committerYaowu Xu <yaowu@google.com>2011-12-07 13:48:53 -0800
commitd37cd9768258aa976bfd0df69a5ae9dded04a30c (patch)
tree3d035334d7372da6e0bb40904ea43c590c6dafa1 /vp8/encoder/encodeintra.c
parent76feb965d3340cfe38a06ee017ff02e4a493cecf (diff)
downloadlibvpx-d37cd9768258aa976bfd0df69a5ae9dded04a30c.tar
libvpx-d37cd9768258aa976bfd0df69a5ae9dded04a30c.tar.gz
libvpx-d37cd9768258aa976bfd0df69a5ae9dded04a30c.tar.bz2
libvpx-d37cd9768258aa976bfd0df69a5ae9dded04a30c.zip
Removed #if CONFIG_I8X8
This commit removed the macro CONFIG_I8X8, which was used to indicate the 8x8 intra prediction experiment, made the change fully merged in. Change-Id: Iafa4443781ce6e83f5591c12ba615a0e92ce0ea0
Diffstat (limited to 'vp8/encoder/encodeintra.c')
-rw-r--r--vp8/encoder/encodeintra.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/vp8/encoder/encodeintra.c b/vp8/encoder/encodeintra.c
index 3bd52c9b7..2064491a6 100644
--- a/vp8/encoder/encodeintra.c
+++ b/vp8/encoder/encodeintra.c
@@ -250,7 +250,6 @@ void vp8_encode_intra16x16mbuv(const VP8_ENCODER_RTCD *rtcd, MACROBLOCK *x)
vp8_recon_intra_mbuv(IF_RTCD(&rtcd->common->recon), &x->e_mbd);
}
-#if CONFIG_I8X8
void vp8_encode_intra8x8(const VP8_ENCODER_RTCD *rtcd,
MACROBLOCK *x, int ib)
{
@@ -328,4 +327,3 @@ void vp8_encode_intra8x8mbuv(const VP8_ENCODER_RTCD *rtcd, MACROBLOCK *x)
vp8_encode_intra_uv4x4(rtcd, x, i+20, mode);
}
}
-#endif