aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/h264.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2011-04-10 17:04:13 +0200
committerMichael Niedermayer <michaelni@gmx.at>2011-04-10 22:33:42 +0200
commita50f0bea25a3da605cd547fe3bdfd36c8764b847 (patch)
tree4f0babca53336d46d717b445a5d2a5ea6f778d92 /libavcodec/h264.h
parente7077f5e7b509c4fec62620d136a80b676428bb1 (diff)
downloadffmpeg-a50f0bea25a3da605cd547fe3bdfd36c8764b847.tar.gz
H264: Split out hl_motion and template it, this seems a bit faster
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/h264.h')
-rw-r--r--libavcodec/h264.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/libavcodec/h264.h b/libavcodec/h264.h
index c9a2f0073b..ab02de1dfb 100644
--- a/libavcodec/h264.h
+++ b/libavcodec/h264.h
@@ -717,6 +717,12 @@ void ff_h264_filter_mb( H264Context *h, int mb_x, int mb_y, uint8_t *img_y, uint
void ff_h264_reset_sei(H264Context *h);
+void ff_hl_motion(H264Context *h, uint8_t *dest_y, uint8_t *dest_cb, uint8_t *dest_cr,
+ qpel_mc_func (*qpix_put)[16], h264_chroma_mc_func (*chroma_put),
+ qpel_mc_func (*qpix_avg)[16], h264_chroma_mc_func (*chroma_avg),
+ h264_weight_func *weight_op, h264_biweight_func *weight_avg);
+
+
/*
o-o o-o
/ / /