Lines Matching defs:start
255 av_log(avctx, AV_LOG_DEBUG, "Slice %2d: (%2d, %2d) start at: %4d "
855 VAAPIEncodePicture *start,
865 av_assert0(start && end && start != end && start->next != end);
870 if (current_depth == ctx->max_b_depth || start->next->next == end) {
871 for (pic = start->next; pic; pic = pic->next) {
877 vaapi_encode_add_ref(avctx, pic, start, 1, 1, 0);
890 for (pic = start->next; pic != end; pic = pic->next)
892 for (pic = start->next, i = 1; 2 * i < len; pic = pic->next, i++);
900 vaapi_encode_add_ref(avctx, pic, start, 1, 1, 0);
908 vaapi_encode_set_b_pictures(avctx, start, pic, pic,
922 VAAPIEncodePicture *pic = NULL, *next, *start;
950 start = NULL;
957 start = pic;
960 // If the next available picture is force-IDR, encode it to start
1028 av_assert0(start);
1036 vaapi_encode_add_ref(avctx, pic, start,
1045 vaapi_encode_set_b_pictures(avctx, start, pic, pic, 1,