Searched refs:xblen (Results 1 – 2 of 2) sorted by relevance
115 uint8_t xblen; member1087 p->xblen = s->plane[0].xblen >> s->chroma_x_shift; in init_planes()1093 p->xoffset = (p->xblen - p->xbsep)/2; in init_planes()1121 s->plane[0].xblen = get_interleaved_ue_golomb(gb); in dirac_unpack_prediction_parameters()1127 s->plane[0].xblen = default_blen[idx-1]; in dirac_unpack_prediction_parameters()1135 if (s->plane[0].xblen % (1 << s->chroma_x_shift) != 0 || in dirac_unpack_prediction_parameters()1137 !s->plane[0].xblen || !s->plane[0].yblen) { in dirac_unpack_prediction_parameters()1140 s->plane[0].xblen, s->plane[0].yblen, s->chroma_x_shift, s->chroma_y_shift); in dirac_unpack_prediction_parameters()1143 …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()1147 if (s->plane[0].xbsep > s->plane[0].xblen || s->plane[0].ybsep > s->plane[0].yblen) { in dirac_unpack_prediction_parameters()[all …]
117 #define ADD_OBMC(xblen) \ argument118 static void add_obmc ## xblen ## _c(uint16_t *dst, const uint8_t *src, int stride, \123 for (x = 0; x < xblen; x += 2) { \