Lines Matching defs:poc
48 pic->poc = pic->parent->field_poc[parity == PICT_BOTTOM_FIELD];
56 dst->poc = src->poc;
113 const int poc = src[i]->poc;
114 if (((poc > limit) ^ dir) && ((poc < best_poc) ^ dir)) {
115 best_poc = poc;
121 limit = sorted[out_i++]->poc - dir;
147 cur_poc = h->cur_pic_ptr->poc;
226 av_log(h->avctx, AV_LOG_DEBUG, "%"PRIu32" fn:%d poc:%d %p\n",
227 i, pic->frame_num, pic->poc, pic->f->data[0]);
243 av_log(h->avctx, AV_LOG_DEBUG, "%"PRIu32" fn:%d poc:%d %p\n",
244 i, pic->frame_num, pic->poc, pic->f->data[0]);
286 field[0].poc = field[0].parent->field_poc[0];
293 field[1].poc = field[1].parent->field_poc[1];
403 av_log(h->avctx, AV_LOG_ERROR, "Missing reference picture, default is %d\n", h->default_ref[list].poc);
728 h->poc.frame_num = h->cur_pic_ptr->frame_num = 0;