]> granicus.if.org Git - libvpx/commit
Use fdct8x4 instead of fdct4x4 where the block size allows it.
authorRonald S. Bultje <rbultje@google.com>
Wed, 6 Feb 2013 22:13:05 +0000 (14:13 -0800)
committerRonald S. Bultje <rbultje@google.com>
Thu, 7 Feb 2013 00:13:02 +0000 (16:13 -0800)
commit5cfd82bcaf666c1b9cacd8a4899fc703598aa5b0
tree96d107dfec3e185d4e36d2eff08109c6e41c4ce4
parentaac73df1a7b2e84e1930fa63ac6d7983cfdba543
Use fdct8x4 instead of fdct4x4 where the block size allows it.

This allows for faster SIMD implementations in the future (currently
there is no speed impact).

Change-Id: I732647e9148b5dcb44e6bc8728138f0141218329
vp9/encoder/vp9_encodeintra.c
vp9/encoder/vp9_encodemb.c
vp9/encoder/vp9_rdopt.c