Searched refs:first_slice (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dh264_refs.c555 int ff_generate_sliding_window_mmcos(H264Context *h, int first_slice) argument
557 MMCO mmco_temp[MAX_MMCO_COUNT], *mmco = first_slice ? h->mmco : mmco_temp;
574 if (first_slice) {
576 } else if (!first_slice && mmco_index >= 0 &&
789 int first_slice)
848 if (first_slice) {
849 ret = ff_generate_sliding_window_mmcos(h, first_slice);
857 if (first_slice && mmco_index != -1) {
860 } else if (!first_slice && mmco_index >= 0 &&
788 ff_h264_decode_ref_pic_marking(H264Context *h, GetBitContext *gb, int first_slice) argument
H A Dh264.h834 int first_slice);
836 int ff_generate_sliding_window_mmcos(H264Context *h, int first_slice);
H A Dh264.c1395 int first_slice = 0; local
1441 !first_slice ||
1442 first_slice != h->nal_unit_type)
1444 if (!first_slice)
1445 first_slice = h->nal_unit_type;
H A Dmpeg12dec.c65 int first_slice; member in struct:Mpeg1Context
2033 if (/* s->mb_y << field_pic == s->mb_height && */ !s->first_field && !s1->first_slice) {
2463 s->first_slice = 1;
2619 if (s->first_slice) {
2621 s->first_slice = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dmpegvideo.h639 int first_slice; member in struct:MpegEncContext
H A Dmpeg12.c2313 s2->first_slice = 1;
2416 if (s2->first_slice) {
2417 s2->first_slice = 0;

Completed in 207 milliseconds