Searched refs:mmco_index (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dh264_refs.c558 int mmco_index = 0, i = 0; local
565 mmco_index = 1;
570 mmco_index = 2;
575 h->mmco_index = mmco_index;
576 } else if (!first_slice && mmco_index >= 0 &&
577 (mmco_index != h->mmco_index ||
578 (i = check_opcodes(h->mmco, mmco_temp, mmco_index)))) {
581 mmco_index,
793 int mmco_index = 0; local
[all...]
H A Dh264_picture.c167 err = ff_h264_execute_ref_pic_marking(h, h->mmco, h->mmco_index);
H A Dh264.h615 int mmco_index; member in struct:H264Context
H A Dh264_slice.c696 err = ff_h264_execute_ref_pic_marking(h, h->mmco, h->mmco_index);
1617 ret = ff_h264_execute_ref_pic_marking(h, h->mmco, h->mmco_index);
1787 // in a field. Subsequent slices can temporarily clobber h->mmco_index
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dh264_refs.c483 h->mmco_index= 0;
488 h->mmco_index= 1;
493 h->mmco_index= 2;
661 h->mmco_index= 0;
667 h->mmco_index= 1;
698 h->mmco_index= i;
H A Dh264.h500 int mmco_index; member in struct:H264Context
H A Dh264.c1268 err = ff_h264_execute_ref_pic_marking(h, h->mmco, h->mmco_index);
2533 err = ff_h264_execute_ref_pic_marking(h, h->mmco, h->mmco_index);
2994 if (ff_h264_execute_ref_pic_marking(h, h->mmco, h->mmco_index) < 0 &&

Completed in 126 milliseconds