h264: Add add_pixels4/8() to h264dsp, and remove add_pixels4 from dsputil
authorRonald S. Bultje <rsbultje@gmail.com>
Tue, 12 Feb 2013 01:04:27 +0000 (17:04 -0800)
committerMartin Storsjö <martin@martin.st>
Tue, 19 Feb 2013 20:33:29 +0000 (22:33 +0200)
commit2ed008204d5467be03a0a3af1e293b2f7038d0a0
tree7293700d56b1e8b10eab3b4cf147d23b6a7aa049
parente5ffffe48d20642acc079166f0fa7d93a6a9f594
h264: Add add_pixels4/8() to h264dsp, and remove add_pixels4 from dsputil

These functions are mostly H264-specific (the only other user I can
spot is bink), and this allows us to special-case some functionality
for H264. Also remove the 16-bit-coeff with >8bpp versions (unused)
and merge the duplicate 32-bit-coeff for >8bpp (identical).

Signed-off-by: Martin Storsjö <martin@martin.st>
libavcodec/dsputil.c
libavcodec/dsputil.h
libavcodec/dsputil_template.c
libavcodec/h264.c
libavcodec/h264_mb_template.c
libavcodec/h264addpx_template.c [new file with mode: 0644]
libavcodec/h264dsp.c
libavcodec/h264dsp.h