Chromium Code Reviews| Index: source/libvpx/vp8/encoder/block.h |
| =================================================================== |
| --- source/libvpx/vp8/encoder/block.h (revision 293081) |
| +++ source/libvpx/vp8/encoder/block.h (working copy) |
| @@ -160,7 +160,6 @@ |
| 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; |