Home
last modified time | relevance | path

Searched refs:expectedpoc (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dh264_parse.c307 int64_t expected_delta_per_poc_cycle, expectedpoc; in ff_h264_init_poc() local
327 expectedpoc = poc_cycle_cnt * expected_delta_per_poc_cycle; in ff_h264_init_poc()
329 expectedpoc = expectedpoc + sps->offset_for_ref_frame[i]; in ff_h264_init_poc()
331 expectedpoc = 0; in ff_h264_init_poc()
334 expectedpoc = expectedpoc + sps->offset_for_non_ref_pic; in ff_h264_init_poc()
336 field_poc[0] = expectedpoc + pc->delta_poc[0]; in ff_h264_init_poc()