prores: extract idct into its own dspcontext and merge with put_pixels.
authorRonald S. Bultje <rsbultje@gmail.com>
Thu, 6 Oct 2011 15:03:38 +0000 (08:03 -0700)
committerRonald S. Bultje <rsbultje@gmail.com>
Tue, 11 Oct 2011 14:50:48 +0000 (07:50 -0700)
commit92fb52d9060a146f31da6f07ea9ce7867294e153
treed3467aa987fd7dbb8c32041611805532bca73ce1
parent8babfc033ecb6332155c1f8879e54dee41d16952
prores: extract idct into its own dspcontext and merge with put_pixels.
libavcodec/Makefile
libavcodec/dsputil.c
libavcodec/dsputil.h
libavcodec/proresdec.c
libavcodec/proresdsp.c [new file with mode: 0644]
libavcodec/proresdsp.h [new file with mode: 0644]
libavcodec/simple_idct.c
libavcodec/simple_idct.h