Lines Matching defs:chroma_y_shift
148 int chroma_y_shift;
295 int max_yblen = MAX_BLOCKSIZE >> (i ? s->chroma_y_shift : 0);
297 h = s->seq.height >> (i ? s->chroma_y_shift : 0);
1058 p->height = s->seq.height >> (i ? s->chroma_y_shift : 0);
1089 p->yblen = s->plane[0].yblen >> s->chroma_y_shift;
1091 p->ybsep = s->plane[0].ybsep >> s->chroma_y_shift;
1137 s->plane[0].yblen % (1 << s->chroma_y_shift) != 0 ||
1141 s->plane[0].xblen, s->plane[0].yblen, s->chroma_x_shift, s->chroma_y_shift);
1658 motion_y >>= s->chroma_y_shift;
1971 int chroma_x_shift, chroma_y_shift;
1973 &chroma_y_shift);
1984 int offset = (EDGE_WIDTH >> (i && i<3 ? chroma_y_shift : 0)) *
2176 &s->chroma_y_shift);