Lines Matching defs:end
603 av_log(avctx, AV_LOG_ERROR, "Failed to end picture encode issue: "
856 VAAPIEncodePicture *end,
865 av_assert0(start && end && start != end && start->next != end);
870 if (current_depth == ctx->max_b_depth || start->next->next == end) {
872 if (pic == end)
878 vaapi_encode_add_ref(avctx, pic, end, 1, 1, 0);
881 for (ref = end->refs[1]; ref; ref = ref->refs[1])
890 for (pic = start->next; pic != end; pic = pic->next)
901 vaapi_encode_add_ref(avctx, pic, end, 1, 1, 0);
904 for (ref = end->refs[1]; ref; ref = ref->refs[1])
913 vaapi_encode_set_b_pictures(avctx, pic, end, next,
977 // At the end of the stream the last picture must be in the top layer.
1021 av_log(avctx, AV_LOG_DEBUG, "Pick group-end P-picture to "
1172 // Fix timestamps if we hit end-of-stream before the initial decode