Searched refs:ff_hevc_compute_poc (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dhevc_parser.c237 s->output_picture_number = h->poc = ff_hevc_compute_poc(h, sh->pic_order_cnt_lsb);
H A Dhevc.h957 int ff_hevc_compute_poc(HEVCContext *s, int poc_lsb);
H A Dhevc_refs.c460 int ff_hevc_compute_poc(HEVCContext *s, int poc_lsb) function
H A Dhevc.c473 poc = ff_hevc_compute_poc(s, sh->pic_order_cnt_lsb);

Completed in 43 milliseconds