Searched refs:prev_frame_num (Results 1 – 7 of 7) sorted by relevance
92 int prev_frame_num; ///< frame_num of the last pic for POC type 1/2 member
469 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 …]
351 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()
298 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()
233 h->poc.prev_frame_num = h->poc.frame_num; in ff_h264_field_end()
114 int prev_frame_num; member1470 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()
287 if (pc->frame_num < pc->prev_frame_num) in ff_h264_init_poc()