summaryrefslogtreecommitdiffstats
path: root/libavcodec/dnxhdenc.h
diff options
context:
space:
mode:
authorBaptiste Coudurier <baptiste.coudurier@gmail.com>2008-12-12 00:19:14 +0000
committerBaptiste Coudurier <baptiste.coudurier@gmail.com>2008-12-12 00:19:14 +0000
commit193ce3ab78b4b01bfab16194c27307e62db61d2f (patch)
tree3c3c2a8be36bf8ce8a3ea6d90fbc99f48e68771a /libavcodec/dnxhdenc.h
parente1b24cfddb46be1702317e665fbe776fe9fc8633 (diff)
downloadffmpeg-streaming-193ce3ab78b4b01bfab16194c27307e62db61d2f.zip
ffmpeg-streaming-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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/dnxhdenc.h b/libavcodec/dnxhdenc.h
index fb9c370..6f9f647 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);
OpenPOWER on IntegriCloud