Lines Matching refs:out_of_order
1442 int i, pics, out_of_order, out_idx;
1461 out_of_order = H264_MAX_DPB_FRAMES - i;
1464 out_of_order = FFMAX(out_of_order, 1);
1465 if (out_of_order == H264_MAX_DPB_FRAMES) {
1471 } else if(h->avctx->has_b_frames < out_of_order && !sps->bitstream_restriction_flag){
1473 av_log(h->avctx, loglevel, "Increasing reorder buffer to %d\n", out_of_order);
1474 h->avctx->has_b_frames = out_of_order;
1500 out_of_order = out->poc < h->next_outputed_poc;
1502 if (out_of_order || pics > h->avctx->has_b_frames) {
1507 if (!out_of_order && pics > h->avctx->has_b_frames) {
1530 av_log(h->avctx, AV_LOG_DEBUG, "no picture %s\n", out_of_order ? "ooo" : "");