Lines Matching defs:chroma_y_shift
998 s->chroma_x_shift, s->chroma_y_shift, s->out_format,
2025 int chroma_y_shift,
2088 int ch = (s->height + chroma_y_shift) >> chroma_y_shift;
2232 if (!chroma_y_shift) { /* 422 */
2257 if (!chroma_y_shift) { /* 422 */
2283 if (!chroma_y_shift) { /* 422 */
2341 if (!chroma_y_shift) { /* 422 / 444 */
2564 int chroma_mb_h = h >> s->chroma_y_shift;
2589 s->dest[1], w >> s->chroma_x_shift, h >> s->chroma_y_shift, s->uvlinesize) +
2591 s->dest[2], w >> s->chroma_x_shift, h >> s->chroma_y_shift, s->uvlinesize);
2761 int chr_h= 16>>s->chroma_y_shift;
3371 s->dest[1], w>>1, h>>s->chroma_y_shift, s->uvlinesize);
3374 s->dest[2], w>>1, h>>s->chroma_y_shift, s->uvlinesize);