Searched refs:RefPicListTab (Results 1 – 3 of 3) sorted by relevance
95 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()
246 typedef struct RefPicListTab { struct248 } RefPicListTab; typedef401 RefPicListTab **rpl_tab;
132 s->rpl_tab_pool = av_buffer_pool_init(ctb_count * sizeof(RefPicListTab), in pic_arrays_init()