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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dhevc_refs.c95 frame->rpl_buf = av_buffer_allocz(s->nb_nals * sizeof(RefPicListTab));
107 frame->rpl_tab = (RefPicListTab **)frame->rpl_tab_buf->data;
110 frame->rpl_tab[j] = (RefPicListTab *)frame->rpl_buf->data;
233 if (s->slice_idx >= frame->rpl_buf->size / sizeof(RefPicListTab))
237 frame->rpl_tab[i] = (RefPicListTab *)frame->rpl_buf->data + s->slice_idx;
H A Dhevc.h298 typedef struct RefPicListTab { struct
300 } RefPicListTab; typedef in typeref:struct:RefPicListTab
727 RefPicListTab **rpl_tab;
H A Dhevc.c126 s->rpl_tab_pool = av_buffer_pool_init(ctb_count * sizeof(RefPicListTab),

Completed in 42 milliseconds