Lines Matching refs:chroma_x_shift
147 int chroma_x_shift;
294 int max_xblen = MAX_BLOCKSIZE >> (i ? s->chroma_x_shift : 0);
296 w = s->seq.width >> (i ? s->chroma_x_shift : 0);
1057 p->width = s->seq.width >> (i ? s->chroma_x_shift : 0);
1088 p->xblen = s->plane[0].xblen >> s->chroma_x_shift;
1090 p->xbsep = s->plane[0].xbsep >> s->chroma_x_shift;
1136 if (s->plane[0].xblen % (1 << s->chroma_x_shift) != 0 ||
1141 s->plane[0].xblen, s->plane[0].yblen, s->chroma_x_shift, s->chroma_y_shift);
1657 motion_x >>= s->chroma_x_shift;
1971 int chroma_x_shift, chroma_y_shift;
1972 ret = av_pix_fmt_get_chroma_sub_sample(avctx->pix_fmt, &chroma_x_shift,
2175 &s->chroma_x_shift,