Lines Matching refs:current_picture_ptr
604 s->current_picture_ptr = REBASE_PICTURE(s1->current_picture_ptr, s, s1); in ff_mpeg_update_thread_context()
663 if (s1->current_picture_ptr) in ff_mpeg_update_thread_context()
664 s->last_lambda_for[s1->pict_type] = s1->current_picture_ptr->f->quality; in ff_mpeg_update_thread_context()
1071 s->current_picture_ptr = NULL; in ff_mpv_common_frame_size_change()
1156 s->current_picture_ptr = NULL; in ff_mpv_common_end()
1219 if (s->current_picture_ptr && !s->current_picture_ptr->f->buf[0]) { in ff_mpv_frame_start()
1222 pic = s->current_picture_ptr; in ff_mpv_frame_start()
1243 s->current_picture_ptr = pic; in ff_mpv_frame_start()
1245 s->current_picture_ptr->f->top_field_first = s->top_field_first; in ff_mpv_frame_start()
1249 s->current_picture_ptr->f->top_field_first = in ff_mpv_frame_start()
1252 s->current_picture_ptr->f->interlaced_frame = !s->progressive_frame && in ff_mpv_frame_start()
1254 s->current_picture_ptr->field_picture = s->picture_structure != PICT_FRAME; in ff_mpv_frame_start()
1256 s->current_picture_ptr->f->pict_type = s->pict_type; in ff_mpv_frame_start()
1259 s->current_picture_ptr->f->key_frame = s->pict_type == AV_PICTURE_TYPE_I; in ff_mpv_frame_start()
1262 s->current_picture_ptr)) < 0) in ff_mpv_frame_start()
1268 s->next_picture_ptr = s->current_picture_ptr; in ff_mpv_frame_start()
1271 s->last_picture_ptr, s->next_picture_ptr,s->current_picture_ptr, in ff_mpv_frame_start()
1274 s->current_picture_ptr ? s->current_picture_ptr->f->data[0] : NULL, in ff_mpv_frame_start()
1398 gray_frame(s->current_picture_ptr->f); in ff_mpv_frame_start()
1410 ff_thread_report_progress(&s->current_picture_ptr->tf, INT_MAX, 0); in ff_mpv_frame_end()
1766 ref_picture = s->current_picture_ptr->f->data; in MPV_motion_lowres()
1784 ref2picture = s->current_picture_ptr->f->data; in MPV_motion_lowres()
1826 ref_picture = s->current_picture_ptr->f->data; in MPV_motion_lowres()
2262 ff_draw_horiz_band(s->avctx, s->current_picture_ptr->f, in ff_mpeg_draw_horiz_band()
2309 s->current_picture_ptr = s->last_picture_ptr = s->next_picture_ptr = NULL; in ff_mpeg_flush()
2348 ff_thread_report_progress(&s->current_picture_ptr->tf, s->mb_y, 0); in ff_mpv_report_decode_progress()