Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dh264_slice.c1578 int unwrap_prev_frame_num = h->poc.prev_frame_num; in h264_field_start() local
1581 if (unwrap_prev_frame_num > h->poc.frame_num) in h264_field_start()
1582 unwrap_prev_frame_num -= max_frame_num; in h264_field_start()
1584 if ((h->poc.frame_num - unwrap_prev_frame_num) > sps->ref_frame_count) { in h264_field_start()
1585 unwrap_prev_frame_num = (h->poc.frame_num - sps->ref_frame_count) - 1; in h264_field_start()
1586 if (unwrap_prev_frame_num < 0) in h264_field_start()
1587 unwrap_prev_frame_num += max_frame_num; in h264_field_start()
1589 h->poc.prev_frame_num = unwrap_prev_frame_num; in h264_field_start()

Completed in 4 milliseconds