Home
last modified time | relevance | path

Searched refs:new_picture (Results 1 – 7 of 7) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dmpegvideo_enc.c939 av_frame_free(&s->new_picture); in ff_mpv_encode_end()
1487 av_frame_unref(s->new_picture); in select_input_picture()
1494 if ((ret = av_frame_ref(s->new_picture, in select_input_picture()
1526 if (s->new_picture->data[i]) in select_input_picture()
1527 s->new_picture->data[i] += INPLACE_OFFSET; in select_input_picture()
1530 s->picture_number = s->new_picture->display_picture_number; in select_input_picture()
1683 if (s->new_picture->data[0]) { in ff_mpv_encode_picture()
1688 ret = ff_mjpeg_add_icc_profile_size(avctx, s->new_picture, &pkt_size); in ff_mpv_encode_picture()
1712 s->pict_type = s->new_picture->pict_type; in ff_mpv_encode_picture()
2078 ptr_y = s->new_picture->data[0] + in encode_mb_internal()
[all …]
Dmotion_est.c686 s->new_picture->data[0] + in h263_mv4_search()
710 …dmin_sum += s->mecc.mb_cmp[1](s, s->new_picture->data[1] + s->mb_x * 8 + s->mb_y * 8 * s->uvlinesi… in h263_mv4_search()
711 …dmin_sum += s->mecc.mb_cmp[1](s, s->new_picture->data[2] + s->mb_x * 8 + s->mb_y * 8 * s->uvlinesi… in h263_mv4_search()
900 init_ref(c, s->new_picture->data, s->last_picture.f->data, NULL, 16*mb_x, 16*mb_y, 0); in ff_estimate_p_frame_motion()
1071 init_ref(c, s->new_picture->data, s->last_picture.f->data, NULL, 16*mb_x, 16*mb_y, 0); in ff_pre_estimate_p_frame_motion()
1500 init_ref(c, s->new_picture->data, s->last_picture.f->data, in ff_estimate_b_frame_motion()
Dmpegvideo.h157 AVFrame *new_picture; member
Dsvq1enc.c280 s->m.new_picture->linesize[0] = in svq1_encode_plane()
330 s->m.new_picture->data[0] = src - y * 16 * stride; // ugly in svq1_encode_plane()
Dmpegvideo.c666 memset(&s->new_picture, 0, sizeof(s->new_picture)); in clear_context()
796 !(s->new_picture = av_frame_alloc())) in ff_mpv_common_init()
907 av_frame_free(&s->new_picture); in ff_mpv_common_end()
Dmpeg4videoenc.c648 p_pic = s->new_picture->data[0] + offset; in ff_mpeg4_encode_mb()
Dsnowenc.c1656 s->m. new_picture = s->input_picture; in encode_frame()