RefPicListTab 95 libavcodec/hevc_refs.c frame->rpl_buf = av_buffer_allocz(s->pkt.nb_nals * sizeof(RefPicListTab)); RefPicListTab 107 libavcodec/hevc_refs.c frame->rpl_tab = (RefPicListTab **)frame->rpl_tab_buf->data; RefPicListTab 110 libavcodec/hevc_refs.c frame->rpl_tab[j] = (RefPicListTab *)frame->rpl_buf->data; RefPicListTab 280 libavcodec/hevc_refs.c if (s->slice_idx >= frame->rpl_buf->size / sizeof(RefPicListTab)) RefPicListTab 284 libavcodec/hevc_refs.c frame->rpl_tab[i] = (RefPicListTab *)frame->rpl_buf->data + s->slice_idx; RefPicListTab 131 libavcodec/hevcdec.c s->rpl_tab_pool = av_buffer_pool_init(ctb_count * sizeof(RefPicListTab), RefPicListTab 400 libavcodec/hevcdec.h RefPicListTab **rpl_tab;