Mercurial > cgi-bin > hgwebdir.cgi > PR > Applications > VSs > VSs__H264__App
comparison libavcodec/h264.h @ 6:55fb61482128
VSs working
| author | Nina Engelhardt <nengel@mailbox.tu-berlin.de> |
|---|---|
| date | Wed, 06 Mar 2013 14:35:39 +0100 |
| parents | 897f711a7157 |
| children | c8259123d224 |
comparison
equal
deleted
inserted
replaced
| 0:c550ee61249e | 1:55b0a4c682e5 |
|---|---|
| 37 #include "h264_parser.h" | 37 #include "h264_parser.h" |
| 38 #include "h264_nal.h" | 38 #include "h264_nal.h" |
| 39 #include "h264_rec.h" | 39 #include "h264_rec.h" |
| 40 #include "h264_deblock.h" | 40 #include "h264_deblock.h" |
| 41 #include "h264_types.h" | 41 #include "h264_types.h" |
| 42 #include "VSs_impl/VSs.h" | |
| 42 | 43 |
| 43 typedef struct h264_options{ | 44 typedef struct h264_options{ |
| 44 int statsched; | 45 int statsched; |
| 45 int statmbd; | 46 int statmbd; |
| 46 int numamap; | 47 int numamap; |
| 61 }h264_options; | 62 }h264_options; |
| 62 | 63 |
| 63 int h264_decode_cell(H264Context *h); | 64 int h264_decode_cell(H264Context *h); |
| 64 int h264_decode_cell_seq(H264Context *h); | 65 int h264_decode_cell_seq(H264Context *h); |
| 65 | 66 |
| 66 int h264_decode_ompss(H264Context *h); | 67 void h264_decode_ompss(void *_params, SlaveVP *animSlv); |
| 67 | 68 |
| 68 int h264_decode_pthread(H264Context *h); | 69 int h264_decode_pthread(H264Context *h); |
| 69 int h264_decode_seq(H264Context *h); | 70 int h264_decode_seq(H264Context *h); |
| 70 | 71 |
| 71 | 72 |
