diff options
author | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2008-12-12 00:19:14 +0000 |
---|---|---|
committer | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2008-12-12 00:19:14 +0000 |
commit | 193ce3ab78b4b01bfab16194c27307e62db61d2f (patch) | |
tree | 3c3c2a8be36bf8ce8a3ea6d90fbc99f48e68771a /libavcodec/dnxhdenc.h | |
parent | e1b24cfddb46be1702317e665fbe776fe9fc8633 (diff) | |
download | ffmpeg-193ce3ab78b4b01bfab16194c27307e62db61d2f.tar.gz |
dnxhd get_pixels_8x4_sym sse2
Originally committed as revision 16072 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/dnxhdenc.h')
-rw-r--r-- | libavcodec/dnxhdenc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/dnxhdenc.h b/libavcodec/dnxhdenc.h index fb9c370d79..6f9f647ef0 100644 --- a/libavcodec/dnxhdenc.h +++ b/libavcodec/dnxhdenc.h @@ -81,6 +81,8 @@ typedef struct DNXHDEncContext { RCCMPEntry *mb_cmp; RCEntry (*mb_rc)[8160]; + + void (*get_pixels_8x4_sym)(DCTELEM */*align 16*/, const uint8_t *, int); } DNXHDEncContext; void ff_dnxhd_init_mmx(DNXHDEncContext *ctx); |