Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
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()
Dhevcdec.h246 typedef struct RefPicListTab { struct
248 } RefPicListTab; typedef
401 RefPicListTab **rpl_tab;
Dhevcdec.c132 s->rpl_tab_pool = av_buffer_pool_init(ctb_count * sizeof(RefPicListTab), in pic_arrays_init()