Home
last modified time | relevance | path

Searched refs:remove_short (Results 1 – 9 of 9) sorted by relevance

/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Dh264_refs.c526 static H264Picture *remove_short(H264Context *h, int frame_num, int ref_mask) in remove_short() function
658 remove_short(h, frame_num, structure ^ PICT_FRAME); in ff_h264_execute_ref_pic_marking()
724 remove_short(h, h->short_ref[0]->frame_num, 0); in ff_h264_execute_ref_pic_marking()
756 pic = remove_short(h, h->cur_pic_ptr->frame_num, 0); in ff_h264_execute_ref_pic_marking()
793 remove_short(h, pic->frame_num, 0); in ff_h264_execute_ref_pic_marking()
802 remove_short(h, pic->frame_num, 0); in ff_h264_execute_ref_pic_marking()
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavcodec/
H A Dh264_refs.c448 static H264Picture *remove_short(H264Context *h, int frame_num, int ref_mask) in remove_short() function
623 remove_short(h, frame_num, structure ^ PICT_FRAME); in ff_h264_execute_ref_pic_marking()
686 remove_short(h, h->short_ref[0]->frame_num, 0); in ff_h264_execute_ref_pic_marking()
718 pic = remove_short(h, h->cur_pic_ptr->frame_num, 0); in ff_h264_execute_ref_pic_marking()
755 remove_short(h, pic->frame_num, 0); in ff_h264_execute_ref_pic_marking()
764 remove_short(h, pic->frame_num, 0); in ff_h264_execute_ref_pic_marking()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Dh264_refs.c526 static H264Picture *remove_short(H264Context *h, int frame_num, int ref_mask) in remove_short() function
658 remove_short(h, frame_num, structure ^ PICT_FRAME); in ff_h264_execute_ref_pic_marking()
724 remove_short(h, h->short_ref[0]->frame_num, 0); in ff_h264_execute_ref_pic_marking()
756 pic = remove_short(h, h->cur_pic_ptr->frame_num, 0); in ff_h264_execute_ref_pic_marking()
793 remove_short(h, pic->frame_num, 0); in ff_h264_execute_ref_pic_marking()
802 remove_short(h, pic->frame_num, 0); in ff_h264_execute_ref_pic_marking()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/
H A Dh264_refs.c524 static H264Picture *remove_short(H264Context *h, int frame_num, int ref_mask) in remove_short() function
656 remove_short(h, frame_num, structure ^ PICT_FRAME); in ff_h264_execute_ref_pic_marking()
722 remove_short(h, h->short_ref[0]->frame_num, 0); in ff_h264_execute_ref_pic_marking()
754 pic = remove_short(h, h->cur_pic_ptr->frame_num, 0); in ff_h264_execute_ref_pic_marking()
791 remove_short(h, pic->frame_num, 0); in ff_h264_execute_ref_pic_marking()
800 remove_short(h, pic->frame_num, 0); in ff_h264_execute_ref_pic_marking()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Dh264_refs.c526 static H264Picture *remove_short(H264Context *h, int frame_num, int ref_mask) in remove_short() function
658 remove_short(h, frame_num, structure ^ PICT_FRAME); in ff_h264_execute_ref_pic_marking()
724 remove_short(h, h->short_ref[0]->frame_num, 0); in ff_h264_execute_ref_pic_marking()
756 pic = remove_short(h, h->cur_pic_ptr->frame_num, 0); in ff_h264_execute_ref_pic_marking()
793 remove_short(h, pic->frame_num, 0); in ff_h264_execute_ref_pic_marking()
802 remove_short(h, pic->frame_num, 0); in ff_h264_execute_ref_pic_marking()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavcodec/
H A Dh264_refs.c448 static H264Picture *remove_short(H264Context *h, int frame_num, int ref_mask) in remove_short() function
623 remove_short(h, frame_num, structure ^ PICT_FRAME); in ff_h264_execute_ref_pic_marking()
686 remove_short(h, h->short_ref[0]->frame_num, 0); in ff_h264_execute_ref_pic_marking()
718 pic = remove_short(h, h->cur_pic_ptr->frame_num, 0); in ff_h264_execute_ref_pic_marking()
755 remove_short(h, pic->frame_num, 0); in ff_h264_execute_ref_pic_marking()
764 remove_short(h, pic->frame_num, 0); in ff_h264_execute_ref_pic_marking()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Dh264_refs.c526 static H264Picture *remove_short(H264Context *h, int frame_num, int ref_mask) in remove_short() function
658 remove_short(h, frame_num, structure ^ PICT_FRAME); in ff_h264_execute_ref_pic_marking()
724 remove_short(h, h->short_ref[0]->frame_num, 0); in ff_h264_execute_ref_pic_marking()
756 pic = remove_short(h, h->cur_pic_ptr->frame_num, 0); in ff_h264_execute_ref_pic_marking()
793 remove_short(h, pic->frame_num, 0); in ff_h264_execute_ref_pic_marking()
802 remove_short(h, pic->frame_num, 0); in ff_h264_execute_ref_pic_marking()
/dports/textproc/py-gensim/gensim-4.0.1/gensim/corpora/
H A Dtextcorpus.py72 def remove_short(tokens, minsize=3): function
257 self.token_filters = [remove_short, remove_stopwords]
/dports/sysutils/xvidcap/xvidcap-1.1.7/ffmpeg/libavcodec/
H A Dh264.c3364 static Picture * remove_short(H264Context *h, int frame_num){ in remove_short() function
3474 h->long_ref[ mmco[i].long_arg ]= remove_short(h, frame_num); in execute_ref_pic_marking()
3533 pic= remove_short(h, h->short_ref[0]->frame_num); in execute_ref_pic_marking()
3574 pic= remove_short(h, s->current_picture_ptr->frame_num); in execute_ref_pic_marking()