summaryrefslogtreecommitdiff
path: root/vp9/common/vp9_blockd.h
diff options
context:
space:
mode:
authorYunqing Wang <yunqingwang@google.com>2013-02-28 13:01:41 -0800
committerYunqing Wang <yunqingwang@google.com>2013-02-28 14:18:46 -0800
commit6193bc3ba849667ff0c3320b0edeb128969ab465 (patch)
tree09ae27a04509f1a024132d905825aba1218840f0 /vp9/common/vp9_blockd.h
parent40fec9b5883f04b6f61a8bc187abf6d9be871211 (diff)
downloadlibvpx-6193bc3ba849667ff0c3320b0edeb128969ab465.tar
libvpx-6193bc3ba849667ff0c3320b0edeb128969ab465.tar.gz
libvpx-6193bc3ba849667ff0c3320b0edeb128969ab465.tar.bz2
libvpx-6193bc3ba849667ff0c3320b0edeb128969ab465.zip
Refactor vp9_dequant_idct_add function
Provided a wrapper and removed duplicate code. Change-Id: Iaef842226ec348422e459202793b001d0983ea30
Diffstat (limited to 'vp9/common/vp9_blockd.h')
-rw-r--r--vp9/common/vp9_blockd.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/vp9/common/vp9_blockd.h b/vp9/common/vp9_blockd.h
index c7429d553..b35c1c246 100644
--- a/vp9/common/vp9_blockd.h
+++ b/vp9/common/vp9_blockd.h
@@ -380,9 +380,7 @@ typedef struct macroblockd {
void (*inv_txm4x4_1)(int16_t *input, int16_t *output, int pitch);
void (*inv_txm4x4)(int16_t *input, int16_t *output, int pitch);
void (*itxm_add)(int16_t *input, const int16_t *dq,
- uint8_t *pred, uint8_t *output, int pitch, int stride);
- void (*dc_only_itxm_add)(int input_dc, uint8_t *pred_ptr,
- uint8_t *dst_ptr, int pitch, int stride);
+ uint8_t *pred, uint8_t *output, int pitch, int stride, int eob);
void (*itxm_add_y_block)(int16_t *q, const int16_t *dq,
uint8_t *pre, uint8_t *dst, int stride, struct macroblockd *xd);
void (*itxm_add_uv_block)(int16_t *q, const int16_t *dq,