Lines Matching defs:cur
1163 H264Picture *cur = h->cur_pic_ptr;
1164 AVFrame *out = cur->f;
1224 if (cur->field_poc[0] != cur->field_poc[1]) {
1226 out->top_field_first = cur->field_poc[0] < cur->field_poc[1];
1359 fgp->seed = cur->poc + (h->poc_offset << 5);
1441 H264Picture *cur = h->cur_pic_ptr;
1444 cur->mmco_reset = h->mmco_reset;
1453 if(i == H264_MAX_DPB_FRAMES || cur->poc < h->last_pocs[i]){
1455 h->last_pocs[i-1] = cur->poc;
1462 if( cur->f->pict_type == AV_PICTURE_TYPE_B
1466 av_log(h->avctx, AV_LOG_VERBOSE, "Invalid POC %d<%d\n", cur->poc, h->last_pocs[0]);
1469 h->last_pocs[0] = cur->poc;
1470 cur->mmco_reset = 1;
1483 h->delayed_pic[pics++] = cur;
1484 if (cur->reference == 0)
1485 cur->reference = DELAYED_PIC_REF;