Searched refs:xblen (Results 1 – 2 of 2) sorted by relevance
116 uint8_t xblen; member1088 p->xblen = s->plane[0].xblen >> s->chroma_x_shift; in init_planes()1094 p->xoffset = (p->xblen - p->xbsep)/2; in init_planes()1122 s->plane[0].xblen = get_interleaved_ue_golomb(gb); in dirac_unpack_prediction_parameters()1128 s->plane[0].xblen = default_blen[idx-1]; in dirac_unpack_prediction_parameters()1136 if (s->plane[0].xblen % (1 << s->chroma_x_shift) != 0 || in dirac_unpack_prediction_parameters()1138 !s->plane[0].xblen || !s->plane[0].yblen) { in dirac_unpack_prediction_parameters()1141 s->plane[0].xblen, s->plane[0].yblen, s->chroma_x_shift, s->chroma_y_shift); in dirac_unpack_prediction_parameters()1144 …if (!s->plane[0].xbsep || !s->plane[0].ybsep || s->plane[0].xbsep < s->plane[0].xblen/2 || s->plan… in dirac_unpack_prediction_parameters()1148 if (s->plane[0].xbsep > s->plane[0].xblen || s->plane[0].ybsep > s->plane[0].yblen) { in dirac_unpack_prediction_parameters()[all …]
119 #define ADD_OBMC(xblen) \ argument120 static void add_obmc ## xblen ## _c(uint16_t *dst, const uint8_t *src, int stride, \125 for (x = 0; x < xblen; x += 2) { \