Searched refs:next_picture_ptr (Results 1 – 13 of 13) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | mpegvideo_dec.c | 136 s->next_picture_ptr = REBASE_PICTURE(s1->next_picture_ptr, s, s1); in ff_mpeg_update_thread_context() 208 s->next_picture_ptr = in ff_mpv_common_frame_size_change() 290 s->last_picture_ptr != s->next_picture_ptr && in ff_mpv_frame_start() 299 &s->picture[i] != s->next_picture_ptr && in ff_mpv_frame_start() 360 s->last_picture_ptr = s->next_picture_ptr; in ff_mpv_frame_start() 362 s->next_picture_ptr = s->current_picture_ptr; in ff_mpv_frame_start() 365 s->last_picture_ptr, s->next_picture_ptr,s->current_picture_ptr, in ff_mpv_frame_start() 367 s->next_picture_ptr ? s->next_picture_ptr->f->data[0] : NULL, in ff_mpv_frame_start() 376 … if (s->pict_type == AV_PICTURE_TYPE_B && s->next_picture_ptr && s->next_picture_ptr->f->buf[0]) in ff_mpv_frame_start() 423 if ((!s->next_picture_ptr || !s->next_picture_ptr->f->buf[0]) && in ff_mpv_frame_start() [all …]
|
D | rv34.c | 706 ThreadFrame *f = dir ? &s->next_picture_ptr->tf : &s->last_picture_ptr->tf; in rv34_mc() 711 srcY = dir ? s->next_picture_ptr->f->data[0] : s->last_picture_ptr->f->data[0]; in rv34_mc() 712 srcU = dir ? s->next_picture_ptr->f->data[1] : s->last_picture_ptr->f->data[1]; in rv34_mc() 713 srcV = dir ? s->next_picture_ptr->f->data[2] : s->last_picture_ptr->f->data[2]; in rv34_mc() 886 ff_thread_await_progress(&s->next_picture_ptr->tf, FFMAX(0, s->mb_y-1), 0); in rv34_decode_mv() 888 next_bt = s->next_picture_ptr->mb_type[s->mb_x + s->mb_y * s->mb_stride]; in rv34_decode_mv() 897 …otion_val[l][mv_pos + i + j*s->b8_stride][k] = calc_add_mv(r, l, s->next_picture_ptr->motion_val[0… in rv34_decode_mv() 1617 if (s->low_delay==0 && s->next_picture_ptr) { in ff_rv34_decode_frame() 1618 if ((ret = av_frame_ref(pict, s->next_picture_ptr->f)) < 0) in ff_rv34_decode_frame() 1620 s->next_picture_ptr = NULL; in ff_rv34_decode_frame()
|
D | h263dec.c | 440 if (s->low_delay == 0 && s->next_picture_ptr) { in ff_h263_decode_frame() 441 if ((ret = av_frame_ref(pict, s->next_picture_ptr->f)) < 0) in ff_h263_decode_frame() 443 s->next_picture_ptr = NULL; in ff_h263_decode_frame()
|
D | vdpau_vc1.c | 50 if (s->next_picture_ptr) { in vdpau_vc1_start_frame()
|
D | mpeg_er.c | 51 set_erpic(&er->next_pic, s->next_picture_ptr); in ff_mpeg_er_frame_start()
|
D | mpegvideo.h | 166 Picture *next_picture_ptr; ///< pointer to the next picture (for bidir pred) member
|
D | vc1dec.c | 652 if (s->low_delay == 0 && s->next_picture_ptr) { in vc1_decode_frame() 653 if ((ret = av_frame_ref(pict, s->next_picture_ptr->f)) < 0) in vc1_decode_frame() 655 s->next_picture_ptr = NULL; in vc1_decode_frame()
|
D | mpegvideo_enc.c | 1245 s->next_picture_ptr; in estimate_best_b_count() 1374 s->next_picture_ptr && in select_input_picture() 1375 skip_check(s, s->input_picture[0], s->next_picture_ptr)) { in select_input_picture() 1386 !s->next_picture_ptr || s->intra_only) { in select_input_picture() 1599 s->last_picture_ptr != s->next_picture_ptr && in frame_start() 1613 s->last_picture_ptr = s->next_picture_ptr; in frame_start() 1614 s->next_picture_ptr = s->current_picture_ptr; in frame_start() 1624 if (s->next_picture_ptr) { in frame_start() 1626 if (s->next_picture_ptr->f->buf[0] && in frame_start() 1628 s->next_picture_ptr)) < 0) in frame_start()
|
D | mpeg12dec.c | 2675 if (!s2->next_picture_ptr) { in decode_chunks() 2778 if (s2->low_delay == 0 && s2->next_picture_ptr) { in mpeg_decode_frame() 2779 int ret = av_frame_ref(picture, s2->next_picture_ptr->f); in mpeg_decode_frame() 2783 s2->next_picture_ptr = NULL; in mpeg_decode_frame()
|
D | mpegvideo.c | 912 s->next_picture_ptr = in ff_mpv_common_end() 1488 ff_thread_await_progress(&s->next_picture_ptr->tf, in mpv_reconstruct_mb_internal()
|
D | vc1_pred.c | 724 if (direct && s->next_picture_ptr->field_picture) in ff_vc1_pred_b_mv()
|
D | vc1_block.c | 2114 if (!s->next_picture_ptr->field_picture) { in vc1_decode_b_mb_intfi() 2280 if (s->next_picture_ptr->field_picture) in vc1_decode_b_mb_intfr()
|
D | mpeg4videodec.c | 1633 ff_thread_await_progress(&s->next_picture_ptr->tf, s->mb_y, 0); in mpeg4_decode_mb() 1839 ff_thread_await_progress(&s->next_picture_ptr->tf, in mpeg4_decode_mb()
|