Lines Matching refs:chroma_y_shift
1174 s->chroma_x_shift, s->chroma_y_shift, s->out_format, in alloc_picture()
2297 int ch = (s->height + s->chroma_y_shift) >> s->chroma_y_shift; in encode_mb_internal()
2355 if (!s->chroma_y_shift && s->chroma_x_shift) { /* 422 */ in encode_mb_internal()
2358 } else if (!s->chroma_y_shift && !s->chroma_x_shift) { /* 444 */ in encode_mb_internal()
2441 if (!s->chroma_y_shift) { /* 422 */ in encode_mb_internal()
2466 if (!s->chroma_y_shift) { /* 422 */ in encode_mb_internal()
2492 if (!s->chroma_y_shift) { /* 422 */ in encode_mb_internal()
2550 if (!s->chroma_y_shift) { /* 422 / 444 */ in encode_mb_internal()
2956 int chr_h= 16>>s->chroma_y_shift; in encode_thread()
3575 s->dest[1], w>>1, h>>s->chroma_y_shift, s->uvlinesize); in encode_thread()
3578 s->dest[2], w>>1, h>>s->chroma_y_shift, s->uvlinesize); in encode_thread()