summaryrefslogtreecommitdiff
path: root/vp8/encoder/block.h
diff options
context:
space:
mode:
authorJohann <johannkoenig@google.com>2014-10-31 13:42:55 -0700
committerJohann <johannkoenig@google.com>2014-10-31 13:42:55 -0700
commit2134eb2f054baaec9a796784aeeafb0b669ff601 (patch)
treee2816daadf199792fd563257fc67c72e1df275a0 /vp8/encoder/block.h
parent7ae75c3d525d79b9b28652fb34082cf81a5de9ab (diff)
downloadlibvpx-2134eb2f054baaec9a796784aeeafb0b669ff601.tar
libvpx-2134eb2f054baaec9a796784aeeafb0b669ff601.tar.gz
libvpx-2134eb2f054baaec9a796784aeeafb0b669ff601.tar.bz2
libvpx-2134eb2f054baaec9a796784aeeafb0b669ff601.zip
Remove pair quantization
The intrinsics version of the pair quant is slower than running it individually. Change-Id: I7b4ea8599d4aab04be0a5a0c59b8b29a7fc283f4
Diffstat (limited to 'vp8/encoder/block.h')
-rw-r--r--vp8/encoder/block.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/vp8/encoder/block.h b/vp8/encoder/block.h
index 1f212cae8..dbdcab957 100644
--- a/vp8/encoder/block.h
+++ b/vp8/encoder/block.h
@@ -160,7 +160,6 @@ typedef struct macroblock
void (*short_fdct8x4)(short *input, short *output, int pitch);
void (*short_walsh4x4)(short *input, short *output, int pitch);
void (*quantize_b)(BLOCK *b, BLOCKD *d);
- void (*quantize_b_pair)(BLOCK *b1, BLOCK *b2, BLOCKD *d0, BLOCKD *d1);
} MACROBLOCK;