Searched refs:remove_short (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dh264_refs.c448 static H264Picture *remove_short(H264Context *h, int frame_num, int ref_mask) function
623 remove_short(h, frame_num, structure ^ PICT_FRAME);
686 remove_short(h, h->short_ref[0]->frame_num, 0);
718 pic = remove_short(h, h->cur_pic_ptr->frame_num, 0);
755 remove_short(h, pic->frame_num, 0);
764 remove_short(h, pic->frame_num, 0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dh264_refs.c394 static Picture * remove_short(H264Context *h, int frame_num, int ref_mask){ function
530 remove_short(h, frame_num, structure ^ PICT_FRAME);
580 remove_short(h, h->short_ref[0]->frame_num, 0);
611 pic= remove_short(h, s->current_picture_ptr->frame_num, 0);
648 remove_short(h, pic->frame_num, 0);

Completed in 90 milliseconds