Picture 43 libavcodec/dxva2_mpeg2.c const Picture *current_picture = s->current_picture_ptr; Picture 41 libavcodec/dxva2_vc1.c const Picture *current_picture = s->current_picture_ptr; Picture 260 libavcodec/dxva2_vc1.c const Picture *current_picture = v->s.current_picture_ptr; Picture 898 libavcodec/motion_est.c Picture * const pic= &s->current_picture; Picture 680 libavcodec/mpeg4videoenc.c Picture *pic = s->reordered_input_picture[i + 1]; Picture 23 libavcodec/mpeg_er.c static void set_erpic(ERPicture *dst, Picture *src) Picture 482 libavcodec/mpegvideo.c static int alloc_frame_buffer(MpegEncContext *s, Picture *pic) Picture 561 libavcodec/mpegvideo.c void ff_free_picture_tables(Picture *pic) Picture 581 libavcodec/mpegvideo.c static int alloc_picture_tables(MpegEncContext *s, Picture *pic) Picture 623 libavcodec/mpegvideo.c static int make_tables_writable(Picture *pic) Picture 652 libavcodec/mpegvideo.c int ff_alloc_picture(MpegEncContext *s, Picture *pic, int shared) Picture 709 libavcodec/mpegvideo.c void ff_mpeg_unref_picture(MpegEncContext *s, Picture *pic) Picture 711 libavcodec/mpegvideo.c int off = offsetof(Picture, mb_mean) + sizeof(pic->mb_mean); Picture 731 libavcodec/mpegvideo.c static int update_picture_tables(Picture *dst, Picture *src) Picture 776 libavcodec/mpegvideo.c int ff_mpeg_ref_picture(MpegEncContext *s, Picture *dst, Picture *src) Picture 1343 libavcodec/mpegvideo.c MAX_PICTURE_COUNT * sizeof(Picture), fail); Picture 1691 libavcodec/mpegvideo.c static inline int pic_is_unused(MpegEncContext *s, Picture *pic) Picture 1772 libavcodec/mpegvideo.c Picture *pic; Picture 2527 libavcodec/mpegvideo.c void ff_print_debug_info(MpegEncContext *s, Picture *p, AVFrame *pict) Picture 2534 libavcodec/mpegvideo.c int ff_mpv_export_qp_table(MpegEncContext *s, AVFrame *f, Picture *p, int qp_type) Picture 270 libavcodec/mpegvideo.h Picture *picture; ///< main picture buffer Picture 271 libavcodec/mpegvideo.h Picture **input_picture; ///< next pictures on display order for encoding Picture 272 libavcodec/mpegvideo.h Picture **reordered_input_picture; ///< pointer to the next pictures in codedorder for encoding Picture 296 libavcodec/mpegvideo.h Picture last_picture; Picture 302 libavcodec/mpegvideo.h Picture next_picture; Picture 308 libavcodec/mpegvideo.h Picture new_picture; Picture 314 libavcodec/mpegvideo.h Picture current_picture; ///< buffer to store the decompressed current picture Picture 316 libavcodec/mpegvideo.h Picture *last_picture_ptr; ///< pointer to the previous picture. Picture 317 libavcodec/mpegvideo.h Picture *next_picture_ptr; ///< pointer to the next picture (for bidir pred) Picture 318 libavcodec/mpegvideo.h Picture *current_picture_ptr; ///< pointer to the current picture Picture 778 libavcodec/mpegvideo.h void ff_print_debug_info(MpegEncContext *s, Picture *p, AVFrame *pict); Picture 784 libavcodec/mpegvideo.h int ff_mpv_export_qp_table(MpegEncContext *s, AVFrame *f, Picture *p, int qp_type); Picture 811 libavcodec/mpegvideo.h int ff_alloc_picture(MpegEncContext *s, Picture *pic, int shared); Picture 909 libavcodec/mpegvideo.h int ff_mpeg_ref_picture(MpegEncContext *s, Picture *dst, Picture *src); Picture 910 libavcodec/mpegvideo.h void ff_mpeg_unref_picture(MpegEncContext *s, Picture *picture); Picture 911 libavcodec/mpegvideo.h void ff_free_picture_tables(Picture *pic); Picture 868 libavcodec/mpegvideo_enc.c MAX_PICTURE_COUNT * sizeof(Picture *), fail); Picture 870 libavcodec/mpegvideo_enc.c MAX_PICTURE_COUNT * sizeof(Picture *), fail); Picture 1081 libavcodec/mpegvideo_enc.c Picture *pic = NULL; Picture 1216 libavcodec/mpegvideo_enc.c s->input_picture[encoding_delay] = (Picture*) pic; Picture 1221 libavcodec/mpegvideo_enc.c static int skip_check(MpegEncContext *s, Picture *p, Picture *ref) Picture 1314 libavcodec/mpegvideo_enc.c Picture pre_input, *pre_input_ptr = i ? s->input_picture[i - 1] : Picture 1532 libavcodec/mpegvideo_enc.c Picture *pic; Picture 667 libavcodec/mpegvideo_motion.c Picture *cur_frame = &s->current_picture; Picture 628 libavcodec/ratecontrol.c Picture *const pic = &s->current_picture; Picture 758 libavcodec/ratecontrol.c Picture * const pic = &s->current_picture; Picture 791 libavcodec/ratecontrol.c Picture *dts_pic; Picture 558 libavcodec/rv34.c Picture *cur_pic = s->current_picture_ptr; Picture 326 libavcodec/vdpau.c Picture *pic = s->current_picture_ptr; Picture 35 libavcodec/vdpau_mpeg12.c Picture *pic = s->current_picture_ptr; Picture 86 libavcodec/vdpau_mpeg12.c Picture *pic = s->current_picture_ptr; Picture 36 libavcodec/vdpau_mpeg4.c Picture *pic = s->current_picture_ptr; Picture 36 libavcodec/vdpau_vc1.c Picture *pic = s->current_picture_ptr; Picture 104 libavcodec/vdpau_vc1.c Picture *pic = s->current_picture_ptr;