summaryrefslogtreecommitdiff
path: root/vp9/decoder/x86
diff options
context:
space:
mode:
authorYunqing Wang <yunqingwang@google.com>2013-03-04 12:01:27 -0800
committerYunqing Wang <yunqingwang@google.com>2013-03-04 12:01:27 -0800
commite8bc9f4220016a52ae3147f87f134f066df2a6e4 (patch)
treef18ab5a311df48e371e4d6542a53617edb293781 /vp9/decoder/x86
parent67dbc8fe55b49fb78d8580af370d335516002923 (diff)
downloadlibvpx-e8bc9f4220016a52ae3147f87f134f066df2a6e4.tar
libvpx-e8bc9f4220016a52ae3147f87f134f066df2a6e4.tar.gz
libvpx-e8bc9f4220016a52ae3147f87f134f066df2a6e4.tar.bz2
libvpx-e8bc9f4220016a52ae3147f87f134f066df2a6e4.zip
Optimize vp9_short_idct4x4llm function
Wrote a SSE2 vp9_short_idct4x4llm to improve the decoder performance. Change-Id: I90b9d48c4bf37aaf47995bffe7e584e6d4a2c000
Diffstat (limited to 'vp9/decoder/x86')
-rw-r--r--vp9/decoder/x86/vp9_idct_mmx.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/vp9/decoder/x86/vp9_idct_mmx.h b/vp9/decoder/x86/vp9_idct_mmx.h
index c0e9bfd06..7d9829175 100644
--- a/vp9/decoder/x86/vp9_idct_mmx.h
+++ b/vp9/decoder/x86/vp9_idct_mmx.h
@@ -16,9 +16,6 @@ void vp9_dequant_dc_idct_add_mmx(short *input, const short *dq,
unsigned char *pred, unsigned char *dest,
int pitch, int stride, int Dc);
-void vp9_dc_only_idct_add_mmx(short input_dc, const unsigned char *pred_ptr,
- unsigned char *dst_ptr, int pitch, int stride);
-
void vp9_dequant_idct_add_mmx(short *input, const short *dq, unsigned char *pred,
unsigned char *dest, int pitch, int stride);