Searched refs:mmco (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.c557 MMCO mmco_temp[MAX_MMCO_COUNT], *mmco = first_slice ? h->mmco : mmco_temp; local
563 mmco[0].opcode = MMCO_SHORT2UNUSED;
564 mmco[0].short_pic_num = h->short_ref[h->short_ref_count - 1]->frame_num;
567 mmco[0].short_pic_num *= 2;
568 mmco[1].opcode = MMCO_SHORT2UNUSED;
569 mmco[1].short_pic_num = mmco[0].short_pic_num + 1;
578 (i = check_opcodes(h->mmco, mmco_temp, mmco_index)))) {
587 int ff_h264_execute_ref_pic_marking(H264Context *h, MMCO *mmco, in argument
792 MMCO mmco_temp[MAX_MMCO_COUNT], *mmco = mmco_temp; local
[all...]
H A Dh264_picture.c167 err = ff_h264_execute_ref_pic_marking(h, h->mmco, h->mmco_index);
H A Dh264.h614 MMCO mmco[MAX_MMCO_COUNT]; member in struct:H264Context
831 int ff_h264_execute_ref_pic_marking(H264Context *h, MMCO *mmco, int mmco_count);
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);
1786 // If frame-mt is enabled, only update mmco tables for the first slice
1788 // or h->mmco, which will cause ref list mix-ups and decoding errors
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dh264_refs.c486 h->mmco[0].opcode= MMCO_SHORT2UNUSED;
487 h->mmco[0].short_pic_num= h->short_ref[ h->short_ref_count - 1 ]->frame_num;
490 h->mmco[0].short_pic_num *= 2;
491 h->mmco[1].opcode= MMCO_SHORT2UNUSED;
492 h->mmco[1].short_pic_num= h->mmco[0].short_pic_num + 1;
498 int ff_h264_execute_ref_pic_marking(H264Context *h, MMCO *mmco, int mmco_count){ argument
505 av_log(h->s.avctx, AV_LOG_DEBUG, "no mmco here\n");
510 av_log(h->s.avctx, AV_LOG_DEBUG, "mmco:%d %d %d\n", h->mmco[
[all...]
H A Dh264.h499 MMCO mmco[MAX_MMCO_COUNT]; member in struct:H264Context
645 int ff_h264_execute_ref_pic_marking(H264Context *h, MMCO *mmco, int mmco_count);
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 142 milliseconds