Searched refs:pic_order_cnt_lsb (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_parser.c236 sh->pic_order_cnt_lsb = get_bits(gb, h->sps->log2_max_poc_lsb);
237 s->output_picture_number = h->poc = ff_hevc_compute_poc(h, sh->pic_order_cnt_lsb);
H A Dhevc.h572 int pic_order_cnt_lsb; member in struct:SliceHeader
H A Dhevc.c271 rps->poc[i] += s->poc - delta * max_poc_lsb - s->sh.pic_order_cnt_lsb;
472 sh->pic_order_cnt_lsb = get_bits(gb, s->sps->log2_max_poc_lsb);
473 poc = ff_hevc_compute_poc(s, sh->pic_order_cnt_lsb);

Completed in 80 milliseconds