AVDVProfile        55 libavcodec/dv.c static inline void dv_calc_mb_coordinates(const AVDVProfile *d, int chan,
AVDVProfile       185 libavcodec/dv.c int ff_dv_init_dynamic_tables(DVVideoContext *ctx, const AVDVProfile *d)
AVDVProfile        41 libavcodec/dv.h     const AVDVProfile *sys;
AVDVProfile        97 libavcodec/dv.h int ff_dv_init_dynamic_tables(DVVideoContext *s, const AVDVProfile *d);
AVDVProfile       101 libavcodec/dv.h static inline int dv_work_pool_size(const AVDVProfile *d)
AVDVProfile        73 libavcodec/dv_profile.c static const AVDVProfile dv_profiles[] = {
AVDVProfile       250 libavcodec/dv_profile.c         const AVDVProfile *p = &dv_profiles[i];
AVDVProfile       260 libavcodec/dv_profile.c const AVDVProfile* ff_dv_frame_profile(AVCodecContext* codec, const AVDVProfile *sys,
AVDVProfile       301 libavcodec/dv_profile.c const AVDVProfile* avpriv_dv_frame_profile2(AVCodecContext* codec, const AVDVProfile *sys,
AVDVProfile       308 libavcodec/dv_profile.c const AVDVProfile *av_dv_frame_profile(const AVDVProfile *sys,
AVDVProfile       314 libavcodec/dv_profile.c const AVDVProfile *av_dv_codec_profile(int width, int height,
AVDVProfile       324 libavcodec/dv_profile.c const AVDVProfile *av_dv_codec_profile2(int width, int height,
AVDVProfile       328 libavcodec/dv_profile.c     const AVDVProfile *p = NULL;
AVDVProfile        66 libavcodec/dv_profile.h const AVDVProfile* avpriv_dv_frame_profile2(AVCodecContext* codec, const AVDVProfile *sys,
AVDVProfile        78 libavcodec/dv_profile.h const AVDVProfile *av_dv_frame_profile(const AVDVProfile *sys,
AVDVProfile        84 libavcodec/dv_profile.h const AVDVProfile *av_dv_codec_profile(int width, int height, enum AVPixelFormat pix_fmt);
AVDVProfile        90 libavcodec/dv_profile.h const AVDVProfile *av_dv_codec_profile2(int width, int height, enum AVPixelFormat pix_fmt, AVRational frame_rate);
AVDVProfile        32 libavcodec/dv_profile_internal.h const AVDVProfile* ff_dv_frame_profile(AVCodecContext* codec, const AVDVProfile *sys,
AVDVProfile       130 libavcodec/dvdec.c static void dv_init_weight_tables(DVVideoContext *ctx, const AVDVProfile *d)
AVDVProfile       475 libavcodec/dvdec.c     const AVDVProfile *sys;
AVDVProfile        44 libavformat/dv.c     const AVDVProfile*  sys;    /* Current DV profile. E.g.: 525/60, 625/50 */
AVDVProfile       120 libavformat/dv.c                             const AVDVProfile *sys)
AVDVProfile       425 libavformat/dv.c     const AVDVProfile *sys = av_dv_codec_profile2(c->vst->codec->width, c->vst->codec->height,
AVDVProfile        48 libavformat/dvenc.c     const AVDVProfile*  sys;           /* current DV profile, e.g.: 525/60, 625/50 */
AVDVProfile        75 libavformat/dvenc.c static int dv_audio_frame_size(const AVDVProfile* sys, int frame, int sample_rate)