summaryrefslogtreecommitdiff
path: root/vp9/decoder/vp9_dequantize.c
diff options
context:
space:
mode:
authorScott LaVarnway <slavarnway@google.com>2013-02-28 11:05:00 -0800
committerScott LaVarnway <slavarnway@google.com>2013-02-28 14:08:12 -0800
commitaa8fb070b85e29f23d16fc204c10927aa97ed34a (patch)
treed4662ea45ef40c48f6f71e797f2de8864ad9c9a3 /vp9/decoder/vp9_dequantize.c
parent40fec9b5883f04b6f61a8bc187abf6d9be871211 (diff)
downloadlibvpx-aa8fb070b85e29f23d16fc204c10927aa97ed34a.tar
libvpx-aa8fb070b85e29f23d16fc204c10927aa97ed34a.tar.gz
libvpx-aa8fb070b85e29f23d16fc204c10927aa97ed34a.tar.bz2
libvpx-aa8fb070b85e29f23d16fc204c10927aa97ed34a.zip
Removed vp9_dequantize_b
Change-Id: Ie89bd00d58e30bf4094cb748a282f1dfa81a31d8
Diffstat (limited to 'vp9/decoder/vp9_dequantize.c')
-rw-r--r--vp9/decoder/vp9_dequantize.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/vp9/decoder/vp9_dequantize.c b/vp9/decoder/vp9_dequantize.c
index 1da87a3e1..c2d42ea4a 100644
--- a/vp9/decoder/vp9_dequantize.c
+++ b/vp9/decoder/vp9_dequantize.c
@@ -43,14 +43,6 @@ static void add_constant_residual(const int16_t diff, const uint8_t *pred,
}
}
-void vp9_dequantize_b_c(BLOCKD *b) {
- int i;
-
- for (i = 0; i < 16; i++)
- b->dqcoeff[i] = b->qcoeff[i] * b->dequant[i];
-}
-
-
void vp9_ht_dequant_idct_add_c(TX_TYPE tx_type, int16_t *input,
const int16_t *dq,
uint8_t *pred, uint8_t *dest,