avcodec_get_chroma_sub_sample 4890 libavcodec/avcodec.h void avcodec_get_chroma_sub_sample(enum AVPixelFormat pix_fmt, int *h_shift, int *v_shift);
avcodec_get_chroma_sub_sample  243 libavcodec/dirac.c     avcodec_get_chroma_sub_sample(avctx->pix_fmt, &chroma_x_shift, &chroma_y_shift);
avcodec_get_chroma_sub_sample 1680 libavcodec/diracdec.c     avcodec_get_chroma_sub_sample(avctx->pix_fmt, &chroma_x_shift, &chroma_y_shift);
avcodec_get_chroma_sub_sample 1834 libavcodec/diracdec.c         avcodec_get_chroma_sub_sample(avctx->pix_fmt, &s->chroma_x_shift, &s->chroma_y_shift);
avcodec_get_chroma_sub_sample  853 libavcodec/ffv1enc.c     avcodec_get_chroma_sub_sample(avctx->pix_fmt, &s->chroma_h_shift, &s->chroma_v_shift);
avcodec_get_chroma_sub_sample 1013 libavcodec/j2kenc.c         avcodec_get_chroma_sub_sample(avctx->pix_fmt,
avcodec_get_chroma_sub_sample  209 libavcodec/libtheoraenc.c     avcodec_get_chroma_sub_sample(avc_context->pix_fmt, &h->uv_hshift, &h->uv_vshift);
avcodec_get_chroma_sub_sample 2147 libavcodec/mjpegdec.c         avcodec_get_chroma_sub_sample(s->avctx->pix_fmt, &hshift, &vshift);
avcodec_get_chroma_sub_sample 2190 libavcodec/mjpegdec.c         avcodec_get_chroma_sub_sample(s->avctx->pix_fmt, &hshift, &vshift);
avcodec_get_chroma_sub_sample 2217 libavcodec/mjpegdec.c         avcodec_get_chroma_sub_sample(s->avctx->pix_fmt, &hshift, &vshift);
avcodec_get_chroma_sub_sample 1337 libavcodec/mpegvideo.c     avcodec_get_chroma_sub_sample(s->avctx->pix_fmt,
avcodec_get_chroma_sub_sample 2331 libavcodec/mpegvideo.c         avcodec_get_chroma_sub_sample(avctx->pix_fmt, &h_chroma_shift, &v_chroma_shift);
avcodec_get_chroma_sub_sample  121 libavcodec/snowenc.c     avcodec_get_chroma_sub_sample(avctx->pix_fmt, &s->chroma_h_shift, &s->chroma_v_shift);
avcodec_get_chroma_sub_sample 1757 libavcodec/vp3.c     avcodec_get_chroma_sub_sample(avctx->pix_fmt, &s->chroma_x_shift, &s->chroma_y_shift);