Picture            45 libavcodec/dxva2_mpeg2.c     const Picture *current_picture = s->current_picture_ptr;
Picture            44 libavcodec/dxva2_vc1.c     const Picture *current_picture = s->current_picture_ptr;
Picture           334 libavcodec/dxva2_vc1.c     const Picture *current_picture = v->s.current_picture_ptr;
Picture           773 libavcodec/intrax8.c int ff_intrax8_decode_picture(IntraX8Context *w, Picture *pict,
Picture           112 libavcodec/intrax8.h int ff_intrax8_decode_picture(IntraX8Context *w, Picture *pict,
Picture           632 libavcodec/ituh263dec.c static inline void set_one_direct_mv(MpegEncContext *s, Picture *p, int i)
Picture           663 libavcodec/ituh263dec.c     Picture *p = &s->next_picture;
Picture           896 libavcodec/motion_est.c     Picture * const pic= &s->current_picture;
Picture           653 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            33 libavcodec/mpegpicture.c static int make_tables_writable(Picture *pic)
Picture           100 libavcodec/mpegpicture.c static int alloc_frame_buffer(AVCodecContext *avctx,  Picture *pic,
Picture           186 libavcodec/mpegpicture.c static int alloc_picture_tables(AVCodecContext *avctx, Picture *pic, int encoding, int out_format,
Picture           236 libavcodec/mpegpicture.c int ff_alloc_picture(AVCodecContext *avctx, Picture *pic, MotionEstContext *me,
Picture           299 libavcodec/mpegpicture.c void ff_mpeg_unref_picture(AVCodecContext *avctx, Picture *pic)
Picture           301 libavcodec/mpegpicture.c     int off = offsetof(Picture, mb_mean) + sizeof(pic->mb_mean);
Picture           321 libavcodec/mpegpicture.c int ff_update_picture_tables(Picture *dst, Picture *src)
Picture           366 libavcodec/mpegpicture.c int ff_mpeg_ref_picture(AVCodecContext *avctx, Picture *dst, Picture *src)
Picture           409 libavcodec/mpegpicture.c static inline int pic_is_unused(Picture *pic)
Picture           418 libavcodec/mpegpicture.c static int find_unused_picture(AVCodecContext *avctx, Picture *picture, int shared)
Picture           451 libavcodec/mpegpicture.c int ff_find_unused_picture(AVCodecContext *avctx, Picture *picture, int shared)
Picture           465 libavcodec/mpegpicture.c void ff_free_picture_tables(Picture *pic)
Picture            97 libavcodec/mpegpicture.h int ff_alloc_picture(AVCodecContext *avctx, Picture *pic, MotionEstContext *me,
Picture           106 libavcodec/mpegpicture.h int ff_mpeg_ref_picture(AVCodecContext *avctx, Picture *dst, Picture *src);
Picture           107 libavcodec/mpegpicture.h void ff_mpeg_unref_picture(AVCodecContext *avctx, Picture *picture);
Picture           109 libavcodec/mpegpicture.h void ff_free_picture_tables(Picture *pic);
Picture           110 libavcodec/mpegpicture.h int ff_update_picture_tables(Picture *dst, Picture *src);
Picture           112 libavcodec/mpegpicture.h int ff_find_unused_picture(AVCodecContext *avctx, Picture *picture, int shared);
Picture           349 libavcodec/mpegvideo.c static int alloc_picture(MpegEncContext *s, Picture *pic)
Picture           938 libavcodec/mpegvideo.c                       MAX_PICTURE_COUNT * sizeof(Picture), fail_nomem);
Picture          1208 libavcodec/mpegvideo.c     Picture *pic;
Picture          1437 libavcodec/mpegvideo.c void ff_print_debug_info(MpegEncContext *s, Picture *p, AVFrame *pict)
Picture          1444 libavcodec/mpegvideo.c int ff_mpv_export_qp_table(MpegEncContext *s, AVFrame *f, Picture *p, int qp_type)
Picture           136 libavcodec/mpegvideo.h     Picture *picture;          ///< main picture buffer
Picture           137 libavcodec/mpegvideo.h     Picture **input_picture;   ///< next pictures on display order for encoding
Picture           138 libavcodec/mpegvideo.h     Picture **reordered_input_picture; ///< pointer to the next pictures in coded order for encoding
Picture           162 libavcodec/mpegvideo.h     Picture last_picture;
Picture           168 libavcodec/mpegvideo.h     Picture next_picture;
Picture           174 libavcodec/mpegvideo.h     Picture new_picture;
Picture           180 libavcodec/mpegvideo.h     Picture current_picture;    ///< buffer to store the decompressed current picture
Picture           182 libavcodec/mpegvideo.h     Picture *last_picture_ptr;     ///< pointer to the previous picture.
Picture           183 libavcodec/mpegvideo.h     Picture *next_picture_ptr;     ///< pointer to the next picture (for bidir pred)
Picture           184 libavcodec/mpegvideo.h     Picture *current_picture_ptr;  ///< pointer to the current picture
Picture           714 libavcodec/mpegvideo.h void ff_print_debug_info(MpegEncContext *s, Picture *p, AVFrame *pict);
Picture           716 libavcodec/mpegvideo.h int ff_mpv_export_qp_table(MpegEncContext *s, AVFrame *f, Picture *p, int qp_type);
Picture           941 libavcodec/mpegvideo_enc.c                       MAX_PICTURE_COUNT * sizeof(Picture *), fail);
Picture           943 libavcodec/mpegvideo_enc.c                       MAX_PICTURE_COUNT * sizeof(Picture *), fail);
Picture          1142 libavcodec/mpegvideo_enc.c static int alloc_picture(MpegEncContext *s, Picture *pic, int shared)
Picture          1152 libavcodec/mpegvideo_enc.c     Picture *pic = NULL;
Picture          1296 libavcodec/mpegvideo_enc.c     s->input_picture[encoding_delay] = (Picture*) pic;
Picture          1301 libavcodec/mpegvideo_enc.c static int skip_check(MpegEncContext *s, Picture *p, Picture *ref)
Picture          1390 libavcodec/mpegvideo_enc.c         Picture pre_input, *pre_input_ptr = i ? s->input_picture[i - 1] :
Picture          1639 libavcodec/mpegvideo_enc.c             Picture *pic;
Picture           669 libavcodec/mpegvideo_motion.c     Picture *cur_frame   = &s->current_picture;
Picture           755 libavcodec/ratecontrol.c     Picture *const pic               = &s->current_picture;
Picture           885 libavcodec/ratecontrol.c     Picture * const pic = &s->current_picture;
Picture           912 libavcodec/ratecontrol.c         Picture *dts_pic;
Picture           559 libavcodec/rv34.c     Picture *cur_pic = s->current_picture_ptr;
Picture           364 libavcodec/vdpau.c     Picture *pic = s->current_picture_ptr;
Picture            36 libavcodec/vdpau_mpeg12.c     Picture *pic             = s->current_picture_ptr;
Picture            87 libavcodec/vdpau_mpeg12.c     Picture *pic             = s->current_picture_ptr;
Picture            37 libavcodec/vdpau_mpeg4.c     Picture *pic             = s->current_picture_ptr;
Picture            37 libavcodec/vdpau_vc1.c     Picture *pic          = s->current_picture_ptr;
Picture           105 libavcodec/vdpau_vc1.c     Picture *pic          = s->current_picture_ptr;