summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_quantize.h
diff options
context:
space:
mode:
authorRonald S. Bultje <rbultje@google.com>2013-02-15 10:15:42 -0800
committerRonald S. Bultje <rbultje@google.com>2013-02-15 14:06:25 -0800
commit46dff5d23348ca1b5e3852a9f34ca0431c8eed10 (patch)
tree58eed1bd1a864675eef274d30b208a7b0b2583ff /vp9/encoder/vp9_quantize.h
parent7755657ea77d29a611f800f0637c6f88f419e8b2 (diff)
downloadlibvpx-46dff5d23348ca1b5e3852a9f34ca0431c8eed10.tar
libvpx-46dff5d23348ca1b5e3852a9f34ca0431c8eed10.tar.gz
libvpx-46dff5d23348ca1b5e3852a9f34ca0431c8eed10.tar.bz2
libvpx-46dff5d23348ca1b5e3852a9f34ca0431c8eed10.zip
Remove some Y2-related code.
Change-Id: I4f46d142c2a8d1e8a880cfac63702dcbfb999b78
Diffstat (limited to 'vp9/encoder/vp9_quantize.h')
-rw-r--r--vp9/encoder/vp9_quantize.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/vp9/encoder/vp9_quantize.h b/vp9/encoder/vp9_quantize.h
index ac44a751c..9a8e35d2c 100644
--- a/vp9/encoder/vp9_quantize.h
+++ b/vp9/encoder/vp9_quantize.h
@@ -50,11 +50,6 @@ extern prototype_quantize_block(vp9_quantize_quantb_8x8);
#endif
extern prototype_quantize_block(vp9_quantize_quantb_16x16);
-#ifndef vp9_quantize_quantb_2x2
-#define vp9_quantize_quantb_2x2 vp9_regular_quantize_b_2x2
-#endif
-extern prototype_quantize_block(vp9_quantize_quantb_2x2);
-
#ifndef vp9_quantize_mb_4x4
#define vp9_quantize_mb_4x4 vp9_quantize_mb_4x4_c
#endif