summaryrefslogtreecommitdiff
path: root/vp8/encoder/block.h
diff options
context:
space:
mode:
authorYaowu Xu <yaowu@google.com>2010-06-03 15:08:44 -0700
committerYaowu Xu <yaowu@google.com>2010-06-07 07:41:07 -0700
commit854c007a77b0e86b14caaf510f2e23f04e80fe1b (patch)
tree086f718b428b4c0add23e9e948fa6415b54a6716 /vp8/encoder/block.h
parent09202d80716ef7e2931de60c66b6fb2383f52613 (diff)
downloadlibvpx-854c007a77b0e86b14caaf510f2e23f04e80fe1b.tar
libvpx-854c007a77b0e86b14caaf510f2e23f04e80fe1b.tar.gz
libvpx-854c007a77b0e86b14caaf510f2e23f04e80fe1b.tar.bz2
libvpx-854c007a77b0e86b14caaf510f2e23f04e80fe1b.zip
Remove duplicate and unused functions
Change-Id: I944035e720ef834561a9da0d723879a4f787312c
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 b765cc069..36648cddc 100644
--- a/vp8/encoder/block.h
+++ b/vp8/encoder/block.h
@@ -106,7 +106,6 @@ typedef struct
void (*short_walsh4x4)(short *input, short *output, int pitch);
void (*quantize_b)(BLOCK *b, BLOCKD *d);
- void (*quantize_brd)(BLOCK *b, BLOCKD *d);