avcodec_get_chroma_sub_sample 2683 libavcodec/avcodec.h void avcodec_get_chroma_sub_sample(int pix_fmt, int *h_shift, int *v_shift);
avcodec_get_chroma_sub_sample  604 libavcodec/ffv1.c     avcodec_get_chroma_sub_sample(avctx->pix_fmt, &s->chroma_h_shift, &s->chroma_v_shift);
avcodec_get_chroma_sub_sample  441 libavcodec/mpegvideo.c     avcodec_get_chroma_sub_sample(s->avctx->pix_fmt,&(s->chroma_x_shift),
avcodec_get_chroma_sub_sample 1190 libavcodec/mpegvideo.c         avcodec_get_chroma_sub_sample(s->avctx->pix_fmt, &h_chroma_shift, &v_chroma_shift);
avcodec_get_chroma_sub_sample  491 libavcodec/mpegvideo_enc.c     avcodec_get_chroma_sub_sample(avctx->pix_fmt, &chroma_h_shift, &chroma_v_shift);
avcodec_get_chroma_sub_sample  833 libavcodec/mpegvideo_enc.c             avcodec_get_chroma_sub_sample(s->avctx->pix_fmt, &h_chroma_shift, &v_chroma_shift);
avcodec_get_chroma_sub_sample  270 libavcodec/tiffenc.c         avcodec_get_chroma_sub_sample(avctx->pix_fmt,
avcodec_get_chroma_sub_sample  250 libavcodec/utils.c         avcodec_get_chroma_sub_sample(s->pix_fmt, &h_chroma_shift, &v_chroma_shift);
avcodec_get_chroma_sub_sample  257 libavfilter/avfilter.c         avcodec_get_chroma_sub_sample(link->format, &hsub, &vsub);
avcodec_get_chroma_sub_sample  129 libavformat/yuv4mpeg.c     avcodec_get_chroma_sub_sample(st->codec->pix_fmt, &h_chroma_shift, &v_chroma_shift);