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>
Showing
- libavcodec/dsputil.c 22 additions, 2 deletionslibavcodec/dsputil.c
- libavcodec/dsputil.h 0 additions, 1 deletionlibavcodec/dsputil.h
- libavcodec/dsputil_template.c 0 additions, 42 deletionslibavcodec/dsputil_template.c
- libavcodec/h264.c 7 additions, 7 deletionslibavcodec/h264.c
- libavcodec/h264_mb_template.c 1 addition, 1 deletionlibavcodec/h264_mb_template.c
- libavcodec/h264addpx_template.c 68 additions, 0 deletionslibavcodec/h264addpx_template.c
- libavcodec/h264dsp.c 18 additions, 0 deletionslibavcodec/h264dsp.c
- libavcodec/h264dsp.h 4 additions, 0 deletionslibavcodec/h264dsp.h
Loading
Please register or sign in to comment