]> granicus.if.org Git - libvpx/commit
Added vp9_short_idct1_32x32_c
authorScott LaVarnway <slavarnway@google.com>
Tue, 5 Feb 2013 00:49:17 +0000 (16:49 -0800)
committerScott LaVarnway <slavarnway@google.com>
Tue, 5 Feb 2013 00:49:17 +0000 (16:49 -0800)
commit5780c4cbd592c92da567609f737dbf823b055cd6
tree2588e7cbb0e9d961d7eadddc84e8fe4a5bcbbac0
parentebd58089701345426a474e3288ff9484c85a85c4
Added vp9_short_idct1_32x32_c

and called this function in vp9_dequant_idct_add_32x32_c when
eob == 1.  For the test clip used, the decoder performance improved
by 21+%.  Based on Yaowu's 16 point idct work.

Change-Id: Ib579a90fed531d45777980e04bf0c9b23c093c43
vp9/common/vp9_idctllm.c
vp9/common/vp9_rtcd_defs.sh
vp9/decoder/vp9_dequantize.c