summaryrefslogtreecommitdiff
path: root/vp9/decoder/vp9_dequantize.h
diff options
context:
space:
mode:
authorYaowu Xu <yaowu@google.com>2013-02-20 07:27:35 -0800
committerYaowu Xu <yaowu@google.com>2013-02-20 07:54:28 -0800
commitd262e26cc748ae99b18cd151f794c575b1c8fc71 (patch)
tree9de10a3787010e0db438b3e3298ca99ff737cbd8 /vp9/decoder/vp9_dequantize.h
parent6b1b34177491351fb15613637bd1667ced34c5ac (diff)
downloadlibvpx-d262e26cc748ae99b18cd151f794c575b1c8fc71.tar
libvpx-d262e26cc748ae99b18cd151f794c575b1c8fc71.tar.gz
libvpx-d262e26cc748ae99b18cd151f794c575b1c8fc71.tar.bz2
libvpx-d262e26cc748ae99b18cd151f794c575b1c8fc71.zip
Merge lossless experiment
Change-Id: I7b7b8d4fda3a23699e0c920d727f8c15d37d43aa
Diffstat (limited to 'vp9/decoder/vp9_dequantize.h')
-rw-r--r--vp9/decoder/vp9_dequantize.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/vp9/decoder/vp9_dequantize.h b/vp9/decoder/vp9_dequantize.h
index b7efb44f1..0207e79d5 100644
--- a/vp9/decoder/vp9_dequantize.h
+++ b/vp9/decoder/vp9_dequantize.h
@@ -13,7 +13,7 @@
#define VP9_DECODER_VP9_DEQUANTIZE_H_
#include "vp9/common/vp9_blockd.h"
-#if CONFIG_LOSSLESS
+
extern void vp9_dequant_idct_add_lossless_c(int16_t *input, const int16_t *dq,
unsigned char *pred,
unsigned char *output,
@@ -40,7 +40,6 @@ extern void vp9_dequant_idct_add_uv_block_lossless_c(int16_t *q, const int16_t *
unsigned char *dst_v,
int stride,
uint16_t *eobs);
-#endif
void vp9_ht_dequant_idct_add_c(TX_TYPE tx_type, int16_t *input, const int16_t *dq,
unsigned char *pred, unsigned char *dest,