Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dh264_parse.h92 int prev_frame_num; ///< frame_num of the last pic for POC type 1/2 member
Dh264_slice.c469 h->poc.prev_frame_num = h->poc.frame_num; in ff_h264_update_thread_context()
1577 if (h->poc.frame_num != h->poc.prev_frame_num) { in h264_field_start()
1578 int unwrap_prev_frame_num = h->poc.prev_frame_num; in h264_field_start()
1589 h->poc.prev_frame_num = unwrap_prev_frame_num; in h264_field_start()
1650 while (h->poc.frame_num != h->poc.prev_frame_num && !h->first_field && in h264_field_start()
1651 h->poc.frame_num != (h->poc.prev_frame_num + 1) % (1 << sps->log2_max_frame_num)) { in h264_field_start()
1654 h->poc.frame_num, h->poc.prev_frame_num); in h264_field_start()
1664 h->poc.prev_frame_num++; in h264_field_start()
1665 h->poc.prev_frame_num %= 1 << sps->log2_max_frame_num; in h264_field_start()
1666 h->cur_pic_ptr->frame_num = h->poc.prev_frame_num; in h264_field_start()
[all …]
Dh264_parser.c351 p->poc.prev_frame_num = 0; in parse_nal_units()
472 p->poc.prev_frame_num = got_reset ? 0 : p->poc.frame_num; in parse_nal_units()
Dh264dec.c298 h->poc.prev_frame_num = -1; in h264_init_context()
436 h->poc.prev_frame_num = in idr()
453 h->poc.prev_frame_num = -1; in ff_h264_flush_change()
Dh264_picture.c233 h->poc.prev_frame_num = h->poc.frame_num; in ff_h264_field_end()
Dsvq3.c114 int prev_frame_num; member
1470 s->frame_num_offset = s->slice_num - s->prev_frame_num; in svq3_decode_frame()
1480 s->prev_frame_num = s->frame_num; in svq3_decode_frame()
1482 s->prev_frame_num_offset = s->frame_num - s->prev_frame_num; in svq3_decode_frame()
Dh264_parse.c287 if (pc->frame_num < pc->prev_frame_num) in ff_h264_init_poc()