Lines Matching defs:xbsep
119 uint8_t xbsep;
1090 p->xbsep = s->plane[0].xbsep >> s->chroma_x_shift;
1094 p->xoffset = (p->xblen - p->xbsep)/2;
1124 s->plane[0].xbsep = get_interleaved_ue_golomb(gb);
1130 s->plane[0].xbsep = 4 * idx;
1144 if (!s->plane[0].xbsep || !s->plane[0].ybsep || s->plane[0].xbsep < s->plane[0].xblen/2 || s->plane[0].ybsep < s->plane[0].yblen/2) {
1148 if (s->plane[0].xbsep > s->plane[0].xblen || s->plane[0].ybsep > s->plane[0].yblen) {
1512 s->sbwidth = DIVRNDUP(s->seq.width, 4*s->plane[0].xbsep);
1797 int x, dstx = p->xbsep - p->xoffset;
1800 mctmp += p->xbsep;
1804 dstx += p->xbsep;
1805 mctmp += p->xbsep;