Mercurial > cgi-bin > hgwebdir.cgi > PR > Applications > VSs > VSs__H264__App
view libavcodec/h264_mc.h @ 9:ea1ba68cf0ed
update to match api changes + add sscc produced source
| author | Nina Engelhardt <nengel@mailbox.tu-berlin.de> |
|---|---|
| date | Wed, 05 Jun 2013 14:43:26 +0200 |
| parents | |
| children |
line source
1 #ifndef H264_MC_H
2 #define H264_MC_H
4 #include "dsputil.h"
5 #include "h264_types.h"
7 void hl_motion(MBRecContext *d, MBRecState *mrs, H264Slice *s, H264Mb *m, uint8_t *dest_y, uint8_t *dest_cb, uint8_t *dest_cr,
8 qpel_mc_func (*qpix_put)[16], h264_chroma_mc_func (*chroma_put),
9 qpel_mc_func (*qpix_avg)[16], h264_chroma_mc_func (*chroma_avg),
10 h264_weight_func *weight_op, h264_biweight_func *weight_avg);
12 #endif
