Home
last modified time | relevance | path

Searched refs:RefPicListTab (Results 1 – 24 of 24) sorted by relevance

/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Dhevc_refs.c95 frame->rpl_buf = av_buffer_allocz(s->pkt.nb_nals * sizeof(RefPicListTab)); in alloc_frame()
107 frame->rpl_tab = (RefPicListTab **)frame->rpl_tab_buf->data; in alloc_frame()
110 frame->rpl_tab[j] = (RefPicListTab *)frame->rpl_buf->data; in alloc_frame()
280 if (s->slice_idx >= frame->rpl_buf->size / sizeof(RefPicListTab)) in init_slice_rpl()
284 frame->rpl_tab[i] = (RefPicListTab *)frame->rpl_buf->data + s->slice_idx; in init_slice_rpl()
H A Dhevcdec.h246 typedef struct RefPicListTab { struct
248 } RefPicListTab; typedef
401 RefPicListTab **rpl_tab;
H A Dhevcdec.c132 s->rpl_tab_pool = av_buffer_pool_init(ctb_count * sizeof(RefPicListTab), in pic_arrays_init()
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavcodec/
H A Dhevc_refs.c90 frame->rpl_buf = av_buffer_allocz(s->nb_nals * sizeof(RefPicListTab)); in alloc_frame()
102 frame->rpl_tab = (RefPicListTab **)frame->rpl_tab_buf->data; in alloc_frame()
105 frame->rpl_tab[j] = (RefPicListTab *)frame->rpl_buf->data; in alloc_frame()
273 if (s->slice_idx >= frame->rpl_buf->size / sizeof(RefPicListTab)) in init_slice_rpl()
277 frame->rpl_tab[i] = (RefPicListTab *)frame->rpl_buf->data + s->slice_idx; in init_slice_rpl()
H A Dhevc.h296 typedef struct RefPicListTab { struct
298 } RefPicListTab; argument
717 RefPicListTab **rpl_tab;
H A Dhevc.c126 s->rpl_tab_pool = av_buffer_pool_init(ctb_count * sizeof(RefPicListTab), in pic_arrays_init()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/
H A Dhevc_refs.c95 frame->rpl_buf = av_buffer_allocz(s->pkt.nb_nals * sizeof(RefPicListTab)); in alloc_frame()
107 frame->rpl_tab = (RefPicListTab **)frame->rpl_tab_buf->data; in alloc_frame()
110 frame->rpl_tab[j] = (RefPicListTab *)frame->rpl_buf->data; in alloc_frame()
280 if (s->slice_idx >= frame->rpl_buf->size / sizeof(RefPicListTab)) in init_slice_rpl()
284 frame->rpl_tab[i] = (RefPicListTab *)frame->rpl_buf->data + s->slice_idx; in init_slice_rpl()
H A Dhevcdec.h238 typedef struct RefPicListTab { struct
240 } RefPicListTab; typedef
316 RefPicListTab **rpl_tab;
H A Dhevcdec.c131 s->rpl_tab_pool = av_buffer_pool_init(ctb_count * sizeof(RefPicListTab), in pic_arrays_init()
/dports/graphics/libbpg/libbpg-0.9.8/libavcodec/
H A Dhevc_refs.c95 frame->rpl_buf = av_buffer_allocz(s->nb_nals * sizeof(RefPicListTab)); in alloc_frame()
107 frame->rpl_tab = (RefPicListTab **)frame->rpl_tab_buf->data; in alloc_frame()
109 frame->rpl_tab[j] = (RefPicListTab *)frame->rpl_buf->data; in alloc_frame()
281 if (s->slice_idx >= frame->rpl_buf->size / sizeof(RefPicListTab)) in init_slice_rpl()
285 frame->rpl_tab[i] = (RefPicListTab *)frame->rpl_buf->data + s->slice_idx; in init_slice_rpl()
H A Dhevc.h307 typedef struct RefPicListTab { struct
309 } RefPicListTab; typedef
724 RefPicListTab **rpl_tab;
H A Dhevc.c127 s->rpl_tab_pool = av_buffer_pool_init(ctb_count * sizeof(RefPicListTab), in pic_arrays_init()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Dhevc_refs.c95 frame->rpl_buf = av_buffer_allocz(s->pkt.nb_nals * sizeof(RefPicListTab)); in alloc_frame()
107 frame->rpl_tab = (RefPicListTab **)frame->rpl_tab_buf->data; in alloc_frame()
110 frame->rpl_tab[j] = (RefPicListTab *)frame->rpl_buf->data; in alloc_frame()
280 if (s->slice_idx >= frame->rpl_buf->size / sizeof(RefPicListTab)) in init_slice_rpl()
284 frame->rpl_tab[i] = (RefPicListTab *)frame->rpl_buf->data + s->slice_idx; in init_slice_rpl()
H A Dhevcdec.h246 typedef struct RefPicListTab { struct
248 } RefPicListTab; typedef
401 RefPicListTab **rpl_tab;
H A Dhevcdec.c132 s->rpl_tab_pool = av_buffer_pool_init(ctb_count * sizeof(RefPicListTab), in pic_arrays_init()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Dhevc_refs.c95 frame->rpl_buf = av_buffer_allocz(s->pkt.nb_nals * sizeof(RefPicListTab)); in alloc_frame()
107 frame->rpl_tab = (RefPicListTab **)frame->rpl_tab_buf->data; in alloc_frame()
110 frame->rpl_tab[j] = (RefPicListTab *)frame->rpl_buf->data; in alloc_frame()
280 if (s->slice_idx >= frame->rpl_buf->size / sizeof(RefPicListTab)) in init_slice_rpl()
284 frame->rpl_tab[i] = (RefPicListTab *)frame->rpl_buf->data + s->slice_idx; in init_slice_rpl()
H A Dhevcdec.h238 typedef struct RefPicListTab { struct
240 } RefPicListTab; typedef
316 RefPicListTab **rpl_tab;
H A Dhevcdec.c131 s->rpl_tab_pool = av_buffer_pool_init(ctb_count * sizeof(RefPicListTab), in pic_arrays_init()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavcodec/
H A Dhevc_refs.c90 frame->rpl_buf = av_buffer_allocz(s->nb_nals * sizeof(RefPicListTab)); in alloc_frame()
102 frame->rpl_tab = (RefPicListTab **)frame->rpl_tab_buf->data; in alloc_frame()
105 frame->rpl_tab[j] = (RefPicListTab *)frame->rpl_buf->data; in alloc_frame()
273 if (s->slice_idx >= frame->rpl_buf->size / sizeof(RefPicListTab)) in init_slice_rpl()
277 frame->rpl_tab[i] = (RefPicListTab *)frame->rpl_buf->data + s->slice_idx; in init_slice_rpl()
H A Dhevc.h296 typedef struct RefPicListTab { struct
298 } RefPicListTab; argument
717 RefPicListTab **rpl_tab;
H A Dhevc.c126 s->rpl_tab_pool = av_buffer_pool_init(ctb_count * sizeof(RefPicListTab), in pic_arrays_init()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Dhevc_refs.c95 frame->rpl_buf = av_buffer_allocz(s->pkt.nb_nals * sizeof(RefPicListTab)); in alloc_frame()
107 frame->rpl_tab = (RefPicListTab **)frame->rpl_tab_buf->data; in alloc_frame()
110 frame->rpl_tab[j] = (RefPicListTab *)frame->rpl_buf->data; in alloc_frame()
280 if (s->slice_idx >= frame->rpl_buf->size / sizeof(RefPicListTab)) in init_slice_rpl()
284 frame->rpl_tab[i] = (RefPicListTab *)frame->rpl_buf->data + s->slice_idx; in init_slice_rpl()
H A Dhevcdec.h245 typedef struct RefPicListTab { struct
247 } RefPicListTab; typedef
400 RefPicListTab **rpl_tab;
H A Dhevcdec.c132 s->rpl_tab_pool = av_buffer_pool_init(ctb_count * sizeof(RefPicListTab), in pic_arrays_init()