RefPicListTab     126 libavcodec/hevc.c     s->rpl_tab_pool = av_buffer_pool_init(ctb_count * sizeof(RefPicListTab),
RefPicListTab     710 libavcodec/hevc.h     RefPicListTab **rpl_tab;
RefPicListTab      94 libavcodec/hevc_refs.c         frame->rpl_buf = av_buffer_allocz(s->nb_nals * sizeof(RefPicListTab));
RefPicListTab     106 libavcodec/hevc_refs.c         frame->rpl_tab   = (RefPicListTab **)frame->rpl_tab_buf->data;
RefPicListTab     109 libavcodec/hevc_refs.c             frame->rpl_tab[j] = (RefPicListTab *)frame->rpl_buf->data;
RefPicListTab     287 libavcodec/hevc_refs.c     if (s->slice_idx >= frame->rpl_buf->size / sizeof(RefPicListTab))
RefPicListTab     291 libavcodec/hevc_refs.c         frame->rpl_tab[i] = (RefPicListTab *)frame->rpl_buf->data + s->slice_idx;