]> granicus.if.org Git - libvpx/commit
Remove unused vp9_short_idct10_32x32_add
authorJingning Han <jingning@google.com>
Thu, 1 Aug 2013 19:45:16 +0000 (12:45 -0700)
committerJingning Han <jingning@google.com>
Thu, 1 Aug 2013 19:45:16 +0000 (12:45 -0700)
commit67719abde190ba7d585559df77d1bdc2a272a072
treea068a6dca74470bbaa0ec9ee8ac26d8caba296f9
parentff4bfa726b0294687fcdbb7a9790f1c2c4db3e7e
Remove unused vp9_short_idct10_32x32_add

The inverse 32x32 transform detects all zero entries and skips the
computations accordingly per 8 rows in the first 1-D operation. The
function vp9_short_idct10_32x32_add performs differently and is not
used anywhere, hence removed.

Change-Id: Ic4fad422debbde7b6b6ffed47c69fbd4268a906c
vp9/common/vp9_idct.c
vp9/common/vp9_rtcd_defs.sh